Shades of Dark Pink #F04072
Tints of Dark Pink #F04072
RGB
CMYK
RGB Variations
Color information
#F04072 (or 0xF04072) is known color: Dark Pink. HEX triplet: F0, 40 and 72. RGB value is (240,64,114). Sum of RGB (Red+Green+Blue) = 240+64+114=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F04072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04072 is #0FBF8D. Grayscale: #7A7A7A. Windows color (decimal): -1032078 or 7487728. OLE color: 7487728.
HSL color Cylindrical-coordinate representation of color #F04072: hue angle of 342.95º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04072 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 114 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.06 |
| HSL | 342.95º | 0.85% | 0.6% | - |
| HSV(B) | 342.95º | 0.73% | 0.94% | - |
| XYZ | 40.81 | 23.41 | 18.29 | - |
| YUV | 122.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 114 | 0 | 0.73 | 0.52 | 0.06 | 342.95 | 0.85 | 0.6 |
| Hex | F0 | 40 | 72 | 0 | 49 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 100 | 162 | 0 | 111 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1110010 | 0 | 1001001 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04072
Complementary color
Monochromatic Colors of #F04072
Black with #F04072
Text Example
Text Example
White with #F04072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04072; }
p { color: rgb(240,64,114); }
H1.HeaderClassName
{
color: #F04072;
}
.AnyTagClassName
{
color: #F04072;
}
</style>
background-color css
<style>
a { background-color: #F04072; }
a { background-color: rgb(240,64,114); }
div.DivClassName
{
background-color: #F04072;
}
.BgClassName
{
background-color: #F04072;
}
</style>
border-color css
<style>
span { border-color: #F04072; }
span { border-color: rgb(240,64,114); }
td.TdClassName
{
border-color: #F04072;
}
.TagClassName
{
border-color: #F04072;
}
</style>