Shades of Deep Pink #FF0C99
Tints of Deep Pink #FF0C99
RGB
CMYK
RGB Variations
Color information
#FF0C99 (or 0xFF0C99) is known color: Deep Pink. HEX triplet: FF, 0C and 99. RGB value is (255,12,153). Sum of RGB (Red+Green+Blue) = 255+12+153=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C99 is #00F366. Grayscale: #646464. Windows color (decimal): -62311 or 10030335. OLE color: 10030335.
HSL color Cylindrical-coordinate representation of color #FF0C99: hue angle of 325.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C99 is Cyan = 0, Magento = 0.95, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 153 | - |
| CMYK | 0 | 0.95 | 0.4 | 0 |
| HSL | 325.19º | 1% | 0.52% | - |
| HSV(B) | 325.19º | 0.95% | 1% | - |
| XYZ | 47.12 | 23.82 | 32.25 | - |
| YUV | 100.73 | 157.51 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 153 | 0 | 0.95 | 0.4 | 0 | 325.19 | 1 | 0.52 |
| Hex | FF | C | 99 | 0 | 5F | 28 | 0 | 145 | 64 | 34 |
| Octal | 377 | 14 | 231 | 0 | 137 | 50 | 0 | 505 | 144 | 64 |
| Binary | 11111111 | 1100 | 10011001 | 0 | 1011111 | 101000 | 0 | 101000101 | 1100100 | 110100 |
Color Harmonies of #FF0C99
Complementary color
Monochromatic Colors of #FF0C99
Black with #FF0C99
Text Example
Text Example
White with #FF0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C99; }
p { color: rgb(255,12,153); }
H1.HeaderClassName
{
color: #FF0C99;
}
.AnyTagClassName
{
color: #FF0C99;
}
</style>
background-color css
<style>
a { background-color: #FF0C99; }
a { background-color: rgb(255,12,153); }
div.DivClassName
{
background-color: #FF0C99;
}
.BgClassName
{
background-color: #FF0C99;
}
</style>
border-color css
<style>
span { border-color: #FF0C99; }
span { border-color: rgb(255,12,153); }
td.TdClassName
{
border-color: #FF0C99;
}
.TagClassName
{
border-color: #FF0C99;
}
</style>