Shades of Deep Pink #F60777
Tints of Deep Pink #F60777
RGB
CMYK
RGB Variations
Color information
#F60777 (or 0xF60777) is known color: Deep Pink. HEX triplet: F6, 07 and 77. RGB value is (246,7,119). Sum of RGB (Red+Green+Blue) = 246+7+119=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F60777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60777 is #09F888. Grayscale: #5B5B5B. Windows color (decimal): -653449 or 7800822. OLE color: 7800822.
HSL color Cylindrical-coordinate representation of color #F60777: hue angle of 331.88º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60777 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 119 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.04 |
| HSL | 331.88º | 0.94% | 0.5% | - |
| HSV(B) | 331.88º | 0.97% | 0.96% | - |
| XYZ | 41.41 | 21.08 | 19.34 | - |
| YUV | 91.23 | 143.68 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 119 | 0 | 0.97 | 0.52 | 0.04 | 331.88 | 0.94 | 0.5 |
| Hex | F6 | 7 | 77 | 0 | 61 | 34 | 4 | 14C | 5E | 32 |
| Octal | 366 | 7 | 167 | 0 | 141 | 64 | 4 | 514 | 136 | 62 |
| Binary | 11110110 | 111 | 1110111 | 0 | 1100001 | 110100 | 100 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F60777
Complementary color
Monochromatic Colors of #F60777
Black with #F60777
Text Example
Text Example
White with #F60777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60777; }
p { color: rgb(246,7,119); }
H1.HeaderClassName
{
color: #F60777;
}
.AnyTagClassName
{
color: #F60777;
}
</style>
background-color css
<style>
a { background-color: #F60777; }
a { background-color: rgb(246,7,119); }
div.DivClassName
{
background-color: #F60777;
}
.BgClassName
{
background-color: #F60777;
}
</style>
border-color css
<style>
span { border-color: #F60777; }
span { border-color: rgb(246,7,119); }
td.TdClassName
{
border-color: #F60777;
}
.TagClassName
{
border-color: #F60777;
}
</style>