Shades of Deep Pink #F60979
Tints of Deep Pink #F60979
RGB
CMYK
RGB Variations
Color information
#F60979 (or 0xF60979) is known color: Deep Pink. HEX triplet: F6, 09 and 79. RGB value is (246,9,121). Sum of RGB (Red+Green+Blue) = 246+9+121=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F60979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60979 is #09F686. Grayscale: #5C5C5C. Windows color (decimal): -652935 or 7932406. OLE color: 7932406.
HSL color Cylindrical-coordinate representation of color #F60979: hue angle of 331.65º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60979 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.04 |
| HSL | 331.65º | 0.93% | 0.5% | - |
| HSV(B) | 331.65º | 0.96% | 0.96% | - |
| XYZ | 41.55 | 21.17 | 19.98 | - |
| YUV | 92.63 | 144.02 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 121 | 0 | 0.96 | 0.51 | 0.04 | 331.65 | 0.93 | 0.5 |
| Hex | F6 | 9 | 79 | 0 | 60 | 33 | 4 | 14C | 5D | 32 |
| Octal | 366 | 11 | 171 | 0 | 140 | 63 | 4 | 514 | 135 | 62 |
| Binary | 11110110 | 1001 | 1111001 | 0 | 1100000 | 110011 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F60979
Complementary color
Monochromatic Colors of #F60979
Black with #F60979
Text Example
Text Example
White with #F60979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60979; }
p { color: rgb(246,9,121); }
H1.HeaderClassName
{
color: #F60979;
}
.AnyTagClassName
{
color: #F60979;
}
</style>
background-color css
<style>
a { background-color: #F60979; }
a { background-color: rgb(246,9,121); }
div.DivClassName
{
background-color: #F60979;
}
.BgClassName
{
background-color: #F60979;
}
</style>
border-color css
<style>
span { border-color: #F60979; }
span { border-color: rgb(246,9,121); }
td.TdClassName
{
border-color: #F60979;
}
.TagClassName
{
border-color: #F60979;
}
</style>