Shades of Deep Pink #F60B89
Tints of Deep Pink #F60B89
RGB
CMYK
RGB Variations
Color information
#F60B89 (or 0xF60B89) is known color: Deep Pink. HEX triplet: F6, 0B and 89. RGB value is (246,11,137). Sum of RGB (Red+Green+Blue) = 246+11+137=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B89 is #09F476. Grayscale: #5F5F5F. Windows color (decimal): -652407 or 8981494. OLE color: 8981494.
HSL color Cylindrical-coordinate representation of color #F60B89: hue angle of 327.83º 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 #F60B89 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 137 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.04 |
| HSL | 327.83º | 0.93% | 0.5% | - |
| HSV(B) | 327.83º | 0.96% | 0.96% | - |
| XYZ | 42.64 | 21.64 | 25.6 | - |
| YUV | 95.63 | 151.36 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 137 | 0 | 0.96 | 0.44 | 0.04 | 327.83 | 0.93 | 0.5 |
| Hex | F6 | B | 89 | 0 | 60 | 2C | 4 | 148 | 5D | 32 |
| Octal | 366 | 13 | 211 | 0 | 140 | 54 | 4 | 510 | 135 | 62 |
| Binary | 11110110 | 1011 | 10001001 | 0 | 1100000 | 101100 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F60B89
Complementary color
Monochromatic Colors of #F60B89
Black with #F60B89
Text Example
Text Example
White with #F60B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B89; }
p { color: rgb(246,11,137); }
H1.HeaderClassName
{
color: #F60B89;
}
.AnyTagClassName
{
color: #F60B89;
}
</style>
background-color css
<style>
a { background-color: #F60B89; }
a { background-color: rgb(246,11,137); }
div.DivClassName
{
background-color: #F60B89;
}
.BgClassName
{
background-color: #F60B89;
}
</style>
border-color css
<style>
span { border-color: #F60B89; }
span { border-color: rgb(246,11,137); }
td.TdClassName
{
border-color: #F60B89;
}
.TagClassName
{
border-color: #F60B89;
}
</style>