Color spaces of #f2418f
RGB | 242 | 65 | 143 |
---|---|---|---|
HSL | 0.93 | 0.87 | 0.60 |
HSV | 334° | 73° | 95° |
CMYK | 0.00 | 0.73 | 0.41 0.05 |
XYZ | 43.4662 | 24.6410 | 28.4519 |
Yxy | 24.6410 | 0.4502 | 0.2552 |
Hunter Lab | 49.6397 | 69.4312 | 0.7646 |
CIE-Lab | 56.7239 | 71.7538 | -2.4775 |
#f2418f color RGB value is (242,65,143).
#f2418f hex color red value is 242, green value is 65 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f2418f hue: 0.93 , saturation: 0.87 and the lightness value of f2418f is 0.60.
The process color (four color CMYK) of #f2418f color hex is 0.00, 0.73, 0.41, 0.05. Web safe color of #f2418f is #ff3399. Color #f2418f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01000001 | 10001111 |
Octal | 362 | 101 | 217 |
Decimal | 242 | 65 | 143 |
Hex | F2 | 41 | 8F |
Shades of #f2418f
Tints of #f2418f
RGB Percentages of Color #f2418f
CMYK Percentages of Color #f2418f
Complementary Color
#f2418f | #41f2a4 |
#f2418f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2418f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2418f Color CSS Codes
.mybgcolor {background-color:#f2418f; } .myforecolor {color:#f2418f; } .mybordercolor {border:3px solid #f2418f; }
#f2418f Text Font Color
<p style="color:#f2418f">Text here</p>
This sample text font color is #f2418f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f2418f Background Color
<div style="background-color:#f2418f">
Div content here</div>
This div background color is #f2418f
#f2418f Border Color
<div style="border:3px solid #f2418f">
Div here</div>
This div border color is #f2418f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,65,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2418f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2418f; -webkit-box-shadow: 1px 1px 3px 2px #f2418f; box-shadow: 1px 1px 3px 2px #f2418f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,65,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2418f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2418f; -webkit-box-shadow: 1px 1px 3px 2px #f2418f; box-shadow: 1px 1px 3px 2px #f2418f;">
Div content here</div>
This div box has shadow with color #f2418f
Comments
No comments written yet.
Please login to write comment.