Color spaces of #f414df
RGB | 244 | 20 | 223 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.52 |
HSV | 306° | 92° | 96° |
CMYK | 0.00 | 0.92 | 0.09 0.04 |
XYZ | 50.8777 | 25.0611 | 71.9678 |
Yxy | 25.0611 | 0.3440 | 0.1694 |
Hunter Lab | 50.0611 | 93.8050 | -50.1926 |
CIE-Lab | 57.1349 | 90.7387 | -48.1219 |
#f414df color RGB value is (244,20,223).
#f414df hex color red value is 244, green value is 20 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f414df hue: 0.85 , saturation: 0.91 and the lightness value of f414df is 0.52.
The process color (four color CMYK) of #f414df color hex is 0.00, 0.92, 0.09, 0.04. Web safe color of #f414df is #ff00cc. Color #f414df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00010100 | 11011111 |
Octal | 364 | 24 | 337 |
Decimal | 244 | 20 | 223 |
Hex | F4 | 14 | DF |
Shades of #f414df
Tints of #f414df
RGB Percentages of Color #f414df
CMYK Percentages of Color #f414df
Complementary Color
#f414df | #14f429 |
#f414df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f414df Color Preview on White Background
Lorem ipsum dolor sit amet.
#f414df Color CSS Codes
.mybgcolor {background-color:#f414df; } .myforecolor {color:#f414df; } .mybordercolor {border:3px solid #f414df; }
#f414df Text Font Color
<p style="color:#f414df">Text here</p>
This sample text font color is #f414df
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.
#f414df Background Color
<div style="background-color:#f414df">
Div content here</div>
This div background color is #f414df
#f414df Border Color
<div style="border:3px solid #f414df">
Div here</div>
This div border color is #f414df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,20,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f414df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f414df; -webkit-box-shadow: 1px 1px 3px 2px #f414df; box-shadow: 1px 1px 3px 2px #f414df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,20,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f414df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f414df; -webkit-box-shadow: 1px 1px 3px 2px #f414df; box-shadow: 1px 1px 3px 2px #f414df;">
Div content here</div>
This div box has shadow with color #f414df
Comments
No comments written yet.
Please login to write comment.