Shades of Deep Pink #F60D84
Tints of Deep Pink #F60D84
RGB
CMYK
RGB Variations
Color information
#F60D84 (or 0xF60D84) is known color: Deep Pink. HEX triplet: F6, 0D and 84. RGB value is (246,13,132). Sum of RGB (Red+Green+Blue) = 246+13+132=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D84 is #09F27B. Grayscale: #5F5F5F. Windows color (decimal): -651900 or 8654326. OLE color: 8654326.
HSL color Cylindrical-coordinate representation of color #F60D84: hue angle of 329.36º 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 #F60D84 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 132 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.04 |
| HSL | 329.36º | 0.93% | 0.51% | - |
| HSV(B) | 329.36º | 0.95% | 0.96% | - |
| XYZ | 42.31 | 21.55 | 23.76 | - |
| YUV | 96.23 | 148.19 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 132 | 0 | 0.95 | 0.46 | 0.04 | 329.36 | 0.93 | 0.51 |
| Hex | F6 | D | 84 | 0 | 5F | 2E | 4 | 149 | 5D | 33 |
| Octal | 366 | 15 | 204 | 0 | 137 | 56 | 4 | 511 | 135 | 63 |
| Binary | 11110110 | 1101 | 10000100 | 0 | 1011111 | 101110 | 100 | 101001001 | 1011101 | 110011 |
Color Harmonies of #F60D84
Complementary color
Monochromatic Colors of #F60D84
Black with #F60D84
Text Example
Text Example
White with #F60D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D84; }
p { color: rgb(246,13,132); }
H1.HeaderClassName
{
color: #F60D84;
}
.AnyTagClassName
{
color: #F60D84;
}
</style>
background-color css
<style>
a { background-color: #F60D84; }
a { background-color: rgb(246,13,132); }
div.DivClassName
{
background-color: #F60D84;
}
.BgClassName
{
background-color: #F60D84;
}
</style>
border-color css
<style>
span { border-color: #F60D84; }
span { border-color: rgb(246,13,132); }
td.TdClassName
{
border-color: #F60D84;
}
.TagClassName
{
border-color: #F60D84;
}
</style>