Shades of Dark Pink #F04C79
Tints of Dark Pink #F04C79
RGB
CMYK
RGB Variations
Color information
#F04C79 (or 0xF04C79) is known color: Dark Pink. HEX triplet: F0, 4C and 79. RGB value is (240,76,121). Sum of RGB (Red+Green+Blue) = 240+76+121=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C79 is #0FB386. Grayscale: #828282. Windows color (decimal): -1028999 or 7949552. OLE color: 7949552.
HSL color Cylindrical-coordinate representation of color #F04C79: hue angle of 343.54º degrees, saturation: 0.85, 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 #F04C79 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 121 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.06 |
| HSL | 343.54º | 0.85% | 0.62% | - |
| HSV(B) | 343.54º | 0.68% | 0.94% | - |
| XYZ | 41.97 | 25.07 | 20.72 | - |
| YUV | 130.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 121 | 0 | 0.68 | 0.50 | 0.06 | 343.54 | 0.85 | 0.62 |
| Hex | F0 | 4C | 79 | 0 | 44 | 32 | 6 | 158 | 55 | 3E |
| Octal | 360 | 114 | 171 | 0 | 104 | 62 | 6 | 530 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1111001 | 0 | 1000100 | 110010 | 110 | 101011000 | 1010101 | 111110 |
Color Harmonies of #F04C79
Complementary color
Monochromatic Colors of #F04C79
Black with #F04C79
Text Example
Text Example
White with #F04C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C79; }
p { color: rgb(240,76,121); }
H1.HeaderClassName
{
color: #F04C79;
}
.AnyTagClassName
{
color: #F04C79;
}
</style>
background-color css
<style>
a { background-color: #F04C79; }
a { background-color: rgb(240,76,121); }
div.DivClassName
{
background-color: #F04C79;
}
.BgClassName
{
background-color: #F04C79;
}
</style>
border-color css
<style>
span { border-color: #F04C79; }
span { border-color: rgb(240,76,121); }
td.TdClassName
{
border-color: #F04C79;
}
.TagClassName
{
border-color: #F04C79;
}
</style>