Shades of Deep Pink #F60B81
Tints of Deep Pink #F60B81
RGB
CMYK
RGB Variations
Color information
#F60B81 (or 0xF60B81) is known color: Deep Pink. HEX triplet: F6, 0B and 81. RGB value is (246,11,129). Sum of RGB (Red+Green+Blue) = 246+11+129=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B81 is #09F47E. Grayscale: #5E5E5E. Windows color (decimal): -652415 or 8457206. OLE color: 8457206.
HSL color Cylindrical-coordinate representation of color #F60B81: hue angle of 329.87º 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 #F60B81 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 129 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.04 |
| HSL | 329.87º | 0.93% | 0.5% | - |
| HSV(B) | 329.87º | 0.96% | 0.96% | - |
| XYZ | 42.09 | 21.42 | 22.68 | - |
| YUV | 94.72 | 147.36 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 129 | 0 | 0.96 | 0.48 | 0.04 | 329.87 | 0.93 | 0.5 |
| Hex | F6 | B | 81 | 0 | 60 | 30 | 4 | 14A | 5D | 32 |
| Octal | 366 | 13 | 201 | 0 | 140 | 60 | 4 | 512 | 135 | 62 |
| Binary | 11110110 | 1011 | 10000001 | 0 | 1100000 | 110000 | 100 | 101001010 | 1011101 | 110010 |
Color Harmonies of #F60B81
Complementary color
Monochromatic Colors of #F60B81
Black with #F60B81
Text Example
Text Example
White with #F60B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B81; }
p { color: rgb(246,11,129); }
H1.HeaderClassName
{
color: #F60B81;
}
.AnyTagClassName
{
color: #F60B81;
}
</style>
background-color css
<style>
a { background-color: #F60B81; }
a { background-color: rgb(246,11,129); }
div.DivClassName
{
background-color: #F60B81;
}
.BgClassName
{
background-color: #F60B81;
}
</style>
border-color css
<style>
span { border-color: #F60B81; }
span { border-color: rgb(246,11,129); }
td.TdClassName
{
border-color: #F60B81;
}
.TagClassName
{
border-color: #F60B81;
}
</style>