Shades of Dark Pink #F04979
Tints of Dark Pink #F04979
RGB
CMYK
RGB Variations
Color information
#F04979 (or 0xF04979) is known color: Dark Pink. HEX triplet: F0, 49 and 79. RGB value is (240,73,121). Sum of RGB (Red+Green+Blue) = 240+73+121=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04979 is #0FB686. Grayscale: #808080. Windows color (decimal): -1029767 or 7948784. OLE color: 7948784.
HSL color Cylindrical-coordinate representation of color #F04979: hue angle of 342.75º 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 #F04979 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 121 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.06 |
| HSL | 342.75º | 0.85% | 0.61% | - |
| HSV(B) | 342.75º | 0.7% | 0.94% | - |
| XYZ | 41.77 | 24.67 | 20.65 | - |
| YUV | 128.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 121 | 0 | 0.70 | 0.50 | 0.06 | 342.75 | 0.85 | 0.61 |
| Hex | F0 | 49 | 79 | 0 | 46 | 32 | 6 | 157 | 55 | 3D |
| Octal | 360 | 111 | 171 | 0 | 106 | 62 | 6 | 527 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1111001 | 0 | 1000110 | 110010 | 110 | 101010111 | 1010101 | 111101 |
Color Harmonies of #F04979
Complementary color
Monochromatic Colors of #F04979
Black with #F04979
Text Example
Text Example
White with #F04979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04979; }
p { color: rgb(240,73,121); }
H1.HeaderClassName
{
color: #F04979;
}
.AnyTagClassName
{
color: #F04979;
}
</style>
background-color css
<style>
a { background-color: #F04979; }
a { background-color: rgb(240,73,121); }
div.DivClassName
{
background-color: #F04979;
}
.BgClassName
{
background-color: #F04979;
}
</style>
border-color css
<style>
span { border-color: #F04979; }
span { border-color: rgb(240,73,121); }
td.TdClassName
{
border-color: #F04979;
}
.TagClassName
{
border-color: #F04979;
}
</style>