Shades of Deep Pink #FF0C84
Tints of Deep Pink #FF0C84
RGB
CMYK
RGB Variations
Color information
#FF0C84 (or 0xFF0C84) is known color: Deep Pink. HEX triplet: FF, 0C and 84. RGB value is (255,12,132). Sum of RGB (Red+Green+Blue) = 255+12+132=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C84 is #00F37B. Grayscale: #626262. Windows color (decimal): -62332 or 8654079. OLE color: 8654079.
HSL color Cylindrical-coordinate representation of color #FF0C84: hue angle of 330.37º 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 #FF0C84 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 132 | - |
| CMYK | 0 | 0.95 | 0.48 | 0 |
| HSL | 330.37º | 1% | 0.52% | - |
| HSV(B) | 330.37º | 0.95% | 1% | - |
| XYZ | 45.54 | 23.19 | 23.91 | - |
| YUV | 98.34 | 147.01 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 132 | 0 | 0.95 | 0.48 | 0 | 330.37 | 1 | 0.52 |
| Hex | FF | C | 84 | 0 | 5F | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 14 | 204 | 0 | 137 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1100 | 10000100 | 0 | 1011111 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0C84
Complementary color
Monochromatic Colors of #FF0C84
Black with #FF0C84
Text Example
Text Example
White with #FF0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C84; }
p { color: rgb(255,12,132); }
H1.HeaderClassName
{
color: #FF0C84;
}
.AnyTagClassName
{
color: #FF0C84;
}
</style>
background-color css
<style>
a { background-color: #FF0C84; }
a { background-color: rgb(255,12,132); }
div.DivClassName
{
background-color: #FF0C84;
}
.BgClassName
{
background-color: #FF0C84;
}
</style>
border-color css
<style>
span { border-color: #FF0C84; }
span { border-color: rgb(255,12,132); }
td.TdClassName
{
border-color: #FF0C84;
}
.TagClassName
{
border-color: #FF0C84;
}
</style>