Shades of Deep Pink #F60978
Tints of Deep Pink #F60978
RGB
CMYK
RGB Variations
Color information
#F60978 (or 0xF60978) is known color: Deep Pink. HEX triplet: F6, 09 and 78. RGB value is (246,9,120). Sum of RGB (Red+Green+Blue) = 246+9+120=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F60978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60978 is #09F687. Grayscale: #5C5C5C. Windows color (decimal): -652936 or 7866870. OLE color: 7866870.
HSL color Cylindrical-coordinate representation of color #F60978: hue angle of 331.9º 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 #F60978 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.04 |
| HSL | 331.9º | 0.93% | 0.5% | - |
| HSV(B) | 331.9º | 0.96% | 0.96% | - |
| XYZ | 41.49 | 21.14 | 19.66 | - |
| YUV | 92.52 | 143.52 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 120 | 0 | 0.96 | 0.51 | 0.04 | 331.9 | 0.93 | 0.5 |
| Hex | F6 | 9 | 78 | 0 | 60 | 33 | 4 | 14C | 5D | 32 |
| Octal | 366 | 11 | 170 | 0 | 140 | 63 | 4 | 514 | 135 | 62 |
| Binary | 11110110 | 1001 | 1111000 | 0 | 1100000 | 110011 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F60978
Complementary color
Monochromatic Colors of #F60978
Black with #F60978
Text Example
Text Example
White with #F60978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60978; }
p { color: rgb(246,9,120); }
H1.HeaderClassName
{
color: #F60978;
}
.AnyTagClassName
{
color: #F60978;
}
</style>
background-color css
<style>
a { background-color: #F60978; }
a { background-color: rgb(246,9,120); }
div.DivClassName
{
background-color: #F60978;
}
.BgClassName
{
background-color: #F60978;
}
</style>
border-color css
<style>
span { border-color: #F60978; }
span { border-color: rgb(246,9,120); }
td.TdClassName
{
border-color: #F60978;
}
.TagClassName
{
border-color: #F60978;
}
</style>