Color spaces of #f4139d
RGB | 244 | 19 | 157 |
---|---|---|---|
HSL | 0.90 | 0.91 | 0.52 |
HSV | 323° | 92° | 96° |
CMYK | 0.00 | 0.92 | 0.36 0.04 |
XYZ | 43.6269 | 22.1332 | 33.8710 |
Yxy | 22.1332 | 0.4379 | 0.2222 |
Hunter Lab | 47.0459 | 83.1972 | -9.7540 |
CIE-Lab | 54.1680 | 83.2447 | -14.5352 |
#f4139d color RGB value is (244,19,157).
#f4139d hex color red value is 244, green value is 19 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f4139d hue: 0.90 , saturation: 0.91 and the lightness value of f4139d is 0.52.
The process color (four color CMYK) of #f4139d color hex is 0.00, 0.92, 0.36, 0.04. Web safe color of #f4139d is #ff0099. Color #f4139d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00010011 | 10011101 |
Octal | 364 | 23 | 235 |
Decimal | 244 | 19 | 157 |
Hex | F4 | 13 | 9D |
Shades of #f4139d
Tints of #f4139d
RGB Percentages of Color #f4139d
CMYK Percentages of Color #f4139d
Complementary Color
#f4139d | #13f46a |
#f4139d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4139d Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4139d Color CSS Codes
.mybgcolor {background-color:#f4139d; } .myforecolor {color:#f4139d; } .mybordercolor {border:3px solid #f4139d; }
#f4139d Text Font Color
<p style="color:#f4139d">Text here</p>
This sample text font color is #f4139d
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.
#f4139d Background Color
<div style="background-color:#f4139d">
Div content here</div>
This div background color is #f4139d
#f4139d Border Color
<div style="border:3px solid #f4139d">
Div here</div>
This div border color is #f4139d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,19,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4139d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4139d; -webkit-box-shadow: 1px 1px 3px 2px #f4139d; box-shadow: 1px 1px 3px 2px #f4139d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,19,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4139d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4139d; -webkit-box-shadow: 1px 1px 3px 2px #f4139d; box-shadow: 1px 1px 3px 2px #f4139d;">
Div content here</div>
This div box has shadow with color #f4139d
Comments
No comments written yet.
Please login to write comment.