Shades of Deep Pink #FF0C8C
Tints of Deep Pink #FF0C8C
RGB
CMYK
RGB Variations
Color information
#FF0C8C (or 0xFF0C8C) is known color: Deep Pink. HEX triplet: FF, 0C and 8C. RGB value is (255,12,140). Sum of RGB (Red+Green+Blue) = 255+12+140=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C8C is #00F373. Grayscale: #626262. Windows color (decimal): -62324 or 9178367. OLE color: 9178367.
HSL color Cylindrical-coordinate representation of color #FF0C8C: hue angle of 328.4º 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 #FF0C8C is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 140 | - |
| CMYK | 0 | 0.95 | 0.45 | 0 |
| HSL | 328.4º | 1% | 0.52% | - |
| HSV(B) | 328.4º | 0.95% | 1% | - |
| XYZ | 46.11 | 23.42 | 26.9 | - |
| YUV | 99.25 | 151.01 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 140 | 0 | 0.95 | 0.45 | 0 | 328.4 | 1 | 0.52 |
| Hex | FF | C | 8C | 0 | 5F | 2D | 0 | 148 | 64 | 34 |
| Octal | 377 | 14 | 214 | 0 | 137 | 55 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1100 | 10001100 | 0 | 1011111 | 101101 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF0C8C
Complementary color
Monochromatic Colors of #FF0C8C
Black with #FF0C8C
Text Example
Text Example
White with #FF0C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C8C; }
p { color: rgb(255,12,140); }
H1.HeaderClassName
{
color: #FF0C8C;
}
.AnyTagClassName
{
color: #FF0C8C;
}
</style>
background-color css
<style>
a { background-color: #FF0C8C; }
a { background-color: rgb(255,12,140); }
div.DivClassName
{
background-color: #FF0C8C;
}
.BgClassName
{
background-color: #FF0C8C;
}
</style>
border-color css
<style>
span { border-color: #FF0C8C; }
span { border-color: rgb(255,12,140); }
td.TdClassName
{
border-color: #FF0C8C;
}
.TagClassName
{
border-color: #FF0C8C;
}
</style>