Shades of Dark Pink #F04E71
Tints of Dark Pink #F04E71
RGB
CMYK
RGB Variations
Color information
#F04E71 (or 0xF04E71) is known color: Dark Pink. HEX triplet: F0, 4E and 71. RGB value is (240,78,113). Sum of RGB (Red+Green+Blue) = 240+78+113=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E71 is #0FB18E. Grayscale: #828282. Windows color (decimal): -1028495 or 7425776. OLE color: 7425776.
HSL color Cylindrical-coordinate representation of color #F04E71: hue angle of 347.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E71 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 113 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.06 |
| HSL | 347.04º | 0.84% | 0.62% | - |
| HSV(B) | 347.04º | 0.68% | 0.94% | - |
| XYZ | 41.64 | 25.17 | 18.29 | - |
| YUV | 130.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 113 | 0 | 0.68 | 0.53 | 0.06 | 347.04 | 0.84 | 0.62 |
| Hex | F0 | 4E | 71 | 0 | 44 | 35 | 6 | 15B | 54 | 3E |
| Octal | 360 | 116 | 161 | 0 | 104 | 65 | 6 | 533 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1110001 | 0 | 1000100 | 110101 | 110 | 101011011 | 1010100 | 111110 |
Color Harmonies of #F04E71
Complementary color
Monochromatic Colors of #F04E71
Black with #F04E71
Text Example
Text Example
White with #F04E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E71; }
p { color: rgb(240,78,113); }
H1.HeaderClassName
{
color: #F04E71;
}
.AnyTagClassName
{
color: #F04E71;
}
</style>
background-color css
<style>
a { background-color: #F04E71; }
a { background-color: rgb(240,78,113); }
div.DivClassName
{
background-color: #F04E71;
}
.BgClassName
{
background-color: #F04E71;
}
</style>
border-color css
<style>
span { border-color: #F04E71; }
span { border-color: rgb(240,78,113); }
td.TdClassName
{
border-color: #F04E71;
}
.TagClassName
{
border-color: #F04E71;
}
</style>