Shades of Deep Pink #F60E79
Tints of Deep Pink #F60E79
RGB
CMYK
RGB Variations
Color information
#F60E79 (or 0xF60E79) is known color: Deep Pink. HEX triplet: F6, 0E and 79. RGB value is (246,14,121). Sum of RGB (Red+Green+Blue) = 246+14+121=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60E79 is #09F186. Grayscale: #5F5F5F. Windows color (decimal): -651655 or 7933686. OLE color: 7933686.
HSL color Cylindrical-coordinate representation of color #F60E79: hue angle of 332.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60E79 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 121 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.04 |
| HSL | 332.33º | 0.93% | 0.51% | - |
| HSV(B) | 332.33º | 0.94% | 0.96% | - |
| XYZ | 41.61 | 21.29 | 20 | - |
| YUV | 95.57 | 142.36 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 121 | 0 | 0.94 | 0.51 | 0.04 | 332.33 | 0.93 | 0.51 |
| Hex | F6 | E | 79 | 0 | 5E | 33 | 4 | 14C | 5D | 33 |
| Octal | 366 | 16 | 171 | 0 | 136 | 63 | 4 | 514 | 135 | 63 |
| Binary | 11110110 | 1110 | 1111001 | 0 | 1011110 | 110011 | 100 | 101001100 | 1011101 | 110011 |
Color Harmonies of #F60E79
Complementary color
Monochromatic Colors of #F60E79
Black with #F60E79
Text Example
Text Example
White with #F60E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E79; }
p { color: rgb(246,14,121); }
H1.HeaderClassName
{
color: #F60E79;
}
.AnyTagClassName
{
color: #F60E79;
}
</style>
background-color css
<style>
a { background-color: #F60E79; }
a { background-color: rgb(246,14,121); }
div.DivClassName
{
background-color: #F60E79;
}
.BgClassName
{
background-color: #F60E79;
}
</style>
border-color css
<style>
span { border-color: #F60E79; }
span { border-color: rgb(246,14,121); }
td.TdClassName
{
border-color: #F60E79;
}
.TagClassName
{
border-color: #F60E79;
}
</style>