Shades of Dark Pink #F04E72
Tints of Dark Pink #F04E72
RGB
CMYK
RGB Variations
Color information
#F04E72 (or 0xF04E72) is known color: Dark Pink. HEX triplet: F0, 4E and 72. RGB value is (240,78,114). Sum of RGB (Red+Green+Blue) = 240+78+114=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E72 is #0FB18D. Grayscale: #828282. Windows color (decimal): -1028494 or 7491312. OLE color: 7491312.
HSL color Cylindrical-coordinate representation of color #F04E72: hue angle of 346.67º 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 #F04E72 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 114 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.06 |
| HSL | 346.67º | 0.84% | 0.62% | - |
| HSV(B) | 346.67º | 0.68% | 0.94% | - |
| XYZ | 41.7 | 25.19 | 18.58 | - |
| YUV | 130.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 114 | 0 | 0.68 | 0.52 | 0.06 | 346.67 | 0.84 | 0.62 |
| Hex | F0 | 4E | 72 | 0 | 44 | 34 | 6 | 15B | 54 | 3E |
| Octal | 360 | 116 | 162 | 0 | 104 | 64 | 6 | 533 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1110010 | 0 | 1000100 | 110100 | 110 | 101011011 | 1010100 | 111110 |
Color Harmonies of #F04E72
Complementary color
Monochromatic Colors of #F04E72
Black with #F04E72
Text Example
Text Example
White with #F04E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E72; }
p { color: rgb(240,78,114); }
H1.HeaderClassName
{
color: #F04E72;
}
.AnyTagClassName
{
color: #F04E72;
}
</style>
background-color css
<style>
a { background-color: #F04E72; }
a { background-color: rgb(240,78,114); }
div.DivClassName
{
background-color: #F04E72;
}
.BgClassName
{
background-color: #F04E72;
}
</style>
border-color css
<style>
span { border-color: #F04E72; }
span { border-color: rgb(240,78,114); }
td.TdClassName
{
border-color: #F04E72;
}
.TagClassName
{
border-color: #F04E72;
}
</style>