Shades of Dark Pink #F04978
Tints of Dark Pink #F04978
RGB
CMYK
RGB Variations
Color information
#F04978 (or 0xF04978) is known color: Dark Pink. HEX triplet: F0, 49 and 78. RGB value is (240,73,120). Sum of RGB (Red+Green+Blue) = 240+73+120=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F04978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04978 is #0FB687. Grayscale: #808080. Windows color (decimal): -1029768 or 7883248. OLE color: 7883248.
HSL color Cylindrical-coordinate representation of color #F04978: hue angle of 343.11º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04978 is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 120 | - |
| CMYK | 0 | 0.70 | 0.5 | 0.06 |
| HSL | 343.11º | 0.85% | 0.61% | - |
| HSV(B) | 343.11º | 0.7% | 0.94% | - |
| XYZ | 41.71 | 24.65 | 20.33 | - |
| YUV | 128.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 120 | 0 | 0.70 | 0.5 | 0.06 | 343.11 | 0.85 | 0.61 |
| Hex | F0 | 49 | 78 | 0 | 46 | 32 | 6 | 157 | 55 | 3D |
| Octal | 360 | 111 | 170 | 0 | 106 | 62 | 6 | 527 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1111000 | 0 | 1000110 | 110010 | 110 | 101010111 | 1010101 | 111101 |
Color Harmonies of #F04978
Complementary color
Monochromatic Colors of #F04978
Black with #F04978
Text Example
Text Example
White with #F04978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04978; }
p { color: rgb(240,73,120); }
H1.HeaderClassName
{
color: #F04978;
}
.AnyTagClassName
{
color: #F04978;
}
</style>
background-color css
<style>
a { background-color: #F04978; }
a { background-color: rgb(240,73,120); }
div.DivClassName
{
background-color: #F04978;
}
.BgClassName
{
background-color: #F04978;
}
</style>
border-color css
<style>
span { border-color: #F04978; }
span { border-color: rgb(240,73,120); }
td.TdClassName
{
border-color: #F04978;
}
.TagClassName
{
border-color: #F04978;
}
</style>