Shades of Deep Pink #F60977
Tints of Deep Pink #F60977
RGB
CMYK
RGB Variations
Color information
#F60977 (or 0xF60977) is known color: Deep Pink. HEX triplet: F6, 09 and 77. RGB value is (246,9,119). Sum of RGB (Red+Green+Blue) = 246+9+119=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F60977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60977 is #09F688. Grayscale: #5C5C5C. Windows color (decimal): -652937 or 7801334. OLE color: 7801334.
HSL color Cylindrical-coordinate representation of color #F60977: hue angle of 332.15º 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 #F60977 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.04 |
| HSL | 332.15º | 0.93% | 0.5% | - |
| HSV(B) | 332.15º | 0.96% | 0.96% | - |
| XYZ | 41.43 | 21.12 | 19.35 | - |
| YUV | 92.4 | 143.02 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 119 | 0 | 0.96 | 0.52 | 0.04 | 332.15 | 0.93 | 0.5 |
| Hex | F6 | 9 | 77 | 0 | 60 | 34 | 4 | 14C | 5D | 32 |
| Octal | 366 | 11 | 167 | 0 | 140 | 64 | 4 | 514 | 135 | 62 |
| Binary | 11110110 | 1001 | 1110111 | 0 | 1100000 | 110100 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F60977
Complementary color
Monochromatic Colors of #F60977
Black with #F60977
Text Example
Text Example
White with #F60977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60977; }
p { color: rgb(246,9,119); }
H1.HeaderClassName
{
color: #F60977;
}
.AnyTagClassName
{
color: #F60977;
}
</style>
background-color css
<style>
a { background-color: #F60977; }
a { background-color: rgb(246,9,119); }
div.DivClassName
{
background-color: #F60977;
}
.BgClassName
{
background-color: #F60977;
}
</style>
border-color css
<style>
span { border-color: #F60977; }
span { border-color: rgb(246,9,119); }
td.TdClassName
{
border-color: #F60977;
}
.TagClassName
{
border-color: #F60977;
}
</style>