Shades of Deep Pink #F60D81
Tints of Deep Pink #F60D81
RGB
CMYK
RGB Variations
Color information
#F60D81 (or 0xF60D81) is known color: Deep Pink. HEX triplet: F6, 0D and 81. RGB value is (246,13,129). Sum of RGB (Red+Green+Blue) = 246+13+129=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D81 is #09F27E. Grayscale: #5F5F5F. Windows color (decimal): -651903 or 8457718. OLE color: 8457718.
HSL color Cylindrical-coordinate representation of color #F60D81: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D81 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 129 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.04 |
| HSL | 330.13º | 0.93% | 0.51% | - |
| HSV(B) | 330.13º | 0.95% | 0.96% | - |
| XYZ | 42.11 | 21.47 | 22.69 | - |
| YUV | 95.89 | 146.69 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 129 | 0 | 0.95 | 0.48 | 0.04 | 330.13 | 0.93 | 0.51 |
| Hex | F6 | D | 81 | 0 | 5F | 30 | 4 | 14A | 5D | 33 |
| Octal | 366 | 15 | 201 | 0 | 137 | 60 | 4 | 512 | 135 | 63 |
| Binary | 11110110 | 1101 | 10000001 | 0 | 1011111 | 110000 | 100 | 101001010 | 1011101 | 110011 |
Color Harmonies of #F60D81
Complementary color
Monochromatic Colors of #F60D81
Black with #F60D81
Text Example
Text Example
White with #F60D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D81; }
p { color: rgb(246,13,129); }
H1.HeaderClassName
{
color: #F60D81;
}
.AnyTagClassName
{
color: #F60D81;
}
</style>
background-color css
<style>
a { background-color: #F60D81; }
a { background-color: rgb(246,13,129); }
div.DivClassName
{
background-color: #F60D81;
}
.BgClassName
{
background-color: #F60D81;
}
</style>
border-color css
<style>
span { border-color: #F60D81; }
span { border-color: rgb(246,13,129); }
td.TdClassName
{
border-color: #F60D81;
}
.TagClassName
{
border-color: #F60D81;
}
</style>