Color spaces of #f4207a
RGB | 244 | 32 | 122 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.54 |
HSV | 335° | 87° | 96° |
CMYK | 0.00 | 0.87 | 0.50 0.04 |
XYZ | 41.3376 | 21.6713 | 20.4166 |
Yxy | 21.6713 | 0.4955 | 0.2598 |
Hunter Lab | 46.5524 | 77.0375 | 6.5838 |
CIE-Lab | 53.6765 | 78.4955 | 5.6585 |
#f4207a color RGB value is (244,32,122).
#f4207a hex color red value is 244, green value is 32 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f4207a hue: 0.93 , saturation: 0.91 and the lightness value of f4207a is 0.54.
The process color (four color CMYK) of #f4207a color hex is 0.00, 0.87, 0.50, 0.04. Web safe color of #f4207a is #ff3366. Color #f4207a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00100000 | 01111010 |
Octal | 364 | 40 | 172 |
Decimal | 244 | 32 | 122 |
Hex | F4 | 20 | 7A |
Shades of #f4207a
Tints of #f4207a
RGB Percentages of Color #f4207a
CMYK Percentages of Color #f4207a
Complementary Color
#f4207a | #20f49a |
#f4207a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4207a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4207a Color CSS Codes
.mybgcolor {background-color:#f4207a; } .myforecolor {color:#f4207a; } .mybordercolor {border:3px solid #f4207a; }
#f4207a Text Font Color
<p style="color:#f4207a">Text here</p>
This sample text font color is #f4207a
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.
#f4207a Background Color
<div style="background-color:#f4207a">
Div content here</div>
This div background color is #f4207a
#f4207a Border Color
<div style="border:3px solid #f4207a">
Div here</div>
This div border color is #f4207a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,32,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4207a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4207a; -webkit-box-shadow: 1px 1px 3px 2px #f4207a; box-shadow: 1px 1px 3px 2px #f4207a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,32,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4207a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4207a; -webkit-box-shadow: 1px 1px 3px 2px #f4207a; box-shadow: 1px 1px 3px 2px #f4207a;">
Div content here</div>
This div box has shadow with color #f4207a
Comments
No comments written yet.
Please login to write comment.