Shades of Deep Pink #F60286
Tints of Deep Pink #F60286
RGB
CMYK
RGB Variations
Color information
#F60286 (or 0xF60286) is known color: Deep Pink. HEX triplet: F6, 02 and 86. RGB value is (246,2,134). Sum of RGB (Red+Green+Blue) = 246+2+134=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F60286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60286 is #09FD79. Grayscale: #595959. Windows color (decimal): -654714 or 8782582. OLE color: 8782582.
HSL color Cylindrical-coordinate representation of color #F60286: hue angle of 327.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60286 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.04 |
| HSL | 327.54º | 0.98% | 0.49% | - |
| HSV(B) | 327.54º | 0.99% | 0.96% | - |
| XYZ | 42.33 | 21.36 | 24.45 | - |
| YUV | 90 | 152.84 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 134 | 0 | 0.99 | 0.46 | 0.04 | 327.54 | 0.98 | 0.49 |
| Hex | F6 | 2 | 86 | 0 | 63 | 2E | 4 | 148 | 62 | 31 |
| Octal | 366 | 2 | 206 | 0 | 143 | 56 | 4 | 510 | 142 | 61 |
| Binary | 11110110 | 10 | 10000110 | 0 | 1100011 | 101110 | 100 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F60286
Complementary color
Monochromatic Colors of #F60286
Black with #F60286
Text Example
Text Example
White with #F60286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60286; }
p { color: rgb(246,2,134); }
H1.HeaderClassName
{
color: #F60286;
}
.AnyTagClassName
{
color: #F60286;
}
</style>
background-color css
<style>
a { background-color: #F60286; }
a { background-color: rgb(246,2,134); }
div.DivClassName
{
background-color: #F60286;
}
.BgClassName
{
background-color: #F60286;
}
</style>
border-color css
<style>
span { border-color: #F60286; }
span { border-color: rgb(246,2,134); }
td.TdClassName
{
border-color: #F60286;
}
.TagClassName
{
border-color: #F60286;
}
</style>