Shades of Deep Pink #FF0C88
Tints of Deep Pink #FF0C88
RGB
CMYK
RGB Variations
Color information
#FF0C88 (or 0xFF0C88) is known color: Deep Pink. HEX triplet: FF, 0C and 88. RGB value is (255,12,136). Sum of RGB (Red+Green+Blue) = 255+12+136=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C88 is #00F377. Grayscale: #626262. Windows color (decimal): -62328 or 8916223. OLE color: 8916223.
HSL color Cylindrical-coordinate representation of color #FF0C88: hue angle of 329.38º 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 #FF0C88 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 136 | - |
| CMYK | 0 | 0.95 | 0.47 | 0 |
| HSL | 329.38º | 1% | 0.52% | - |
| HSV(B) | 329.38º | 0.95% | 1% | - |
| XYZ | 45.82 | 23.3 | 25.38 | - |
| YUV | 98.79 | 149.01 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 136 | 0 | 0.95 | 0.47 | 0 | 329.38 | 1 | 0.52 |
| Hex | FF | C | 88 | 0 | 5F | 2F | 0 | 149 | 64 | 34 |
| Octal | 377 | 14 | 210 | 0 | 137 | 57 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1100 | 10001000 | 0 | 1011111 | 101111 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0C88
Complementary color
Monochromatic Colors of #FF0C88
Black with #FF0C88
Text Example
Text Example
White with #FF0C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C88; }
p { color: rgb(255,12,136); }
H1.HeaderClassName
{
color: #FF0C88;
}
.AnyTagClassName
{
color: #FF0C88;
}
</style>
background-color css
<style>
a { background-color: #FF0C88; }
a { background-color: rgb(255,12,136); }
div.DivClassName
{
background-color: #FF0C88;
}
.BgClassName
{
background-color: #FF0C88;
}
</style>
border-color css
<style>
span { border-color: #FF0C88; }
span { border-color: rgb(255,12,136); }
td.TdClassName
{
border-color: #FF0C88;
}
.TagClassName
{
border-color: #FF0C88;
}
</style>