Shades of Deep Pink #F60884
Tints of Deep Pink #F60884
RGB
CMYK
RGB Variations
Color information
#F60884 (or 0xF60884) is known color: Deep Pink. HEX triplet: F6, 08 and 84. RGB value is (246,8,132). Sum of RGB (Red+Green+Blue) = 246+8+132=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F60884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60884 is #09F77B. Grayscale: #5D5D5D. Windows color (decimal): -653180 or 8653046. OLE color: 8653046.
HSL color Cylindrical-coordinate representation of color #F60884: hue angle of 328.74º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60884 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.04 |
| HSL | 328.74º | 0.94% | 0.5% | - |
| HSV(B) | 328.74º | 0.97% | 0.96% | - |
| XYZ | 42.26 | 21.43 | 23.74 | - |
| YUV | 93.3 | 149.85 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 132 | 0 | 0.97 | 0.46 | 0.04 | 328.74 | 0.94 | 0.5 |
| Hex | F6 | 8 | 84 | 0 | 61 | 2E | 4 | 149 | 5E | 32 |
| Octal | 366 | 10 | 204 | 0 | 141 | 56 | 4 | 511 | 136 | 62 |
| Binary | 11110110 | 1000 | 10000100 | 0 | 1100001 | 101110 | 100 | 101001001 | 1011110 | 110010 |
Color Harmonies of #F60884
Complementary color
Monochromatic Colors of #F60884
Black with #F60884
Text Example
Text Example
White with #F60884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60884; }
p { color: rgb(246,8,132); }
H1.HeaderClassName
{
color: #F60884;
}
.AnyTagClassName
{
color: #F60884;
}
</style>
background-color css
<style>
a { background-color: #F60884; }
a { background-color: rgb(246,8,132); }
div.DivClassName
{
background-color: #F60884;
}
.BgClassName
{
background-color: #F60884;
}
</style>
border-color css
<style>
span { border-color: #F60884; }
span { border-color: rgb(246,8,132); }
td.TdClassName
{
border-color: #F60884;
}
.TagClassName
{
border-color: #F60884;
}
</style>