Shades of Deep Pink #FF0C85
Tints of Deep Pink #FF0C85
RGB
CMYK
RGB Variations
Color information
#FF0C85 (or 0xFF0C85) is known color: Deep Pink. HEX triplet: FF, 0C and 85. RGB value is (255,12,133). Sum of RGB (Red+Green+Blue) = 255+12+133=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C85 is #00F37A. Grayscale: #626262. Windows color (decimal): -62331 or 8719615. OLE color: 8719615.
HSL color Cylindrical-coordinate representation of color #FF0C85: hue angle of 330.12º 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 #FF0C85 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 133 | - |
| CMYK | 0 | 0.95 | 0.48 | 0 |
| HSL | 330.12º | 1% | 0.52% | - |
| HSV(B) | 330.12º | 0.95% | 1% | - |
| XYZ | 45.61 | 23.22 | 24.27 | - |
| YUV | 98.45 | 147.51 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 133 | 0 | 0.95 | 0.48 | 0 | 330.12 | 1 | 0.52 |
| Hex | FF | C | 85 | 0 | 5F | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 14 | 205 | 0 | 137 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1100 | 10000101 | 0 | 1011111 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0C85
Complementary color
Monochromatic Colors of #FF0C85
Black with #FF0C85
Text Example
Text Example
White with #FF0C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C85; }
p { color: rgb(255,12,133); }
H1.HeaderClassName
{
color: #FF0C85;
}
.AnyTagClassName
{
color: #FF0C85;
}
</style>
background-color css
<style>
a { background-color: #FF0C85; }
a { background-color: rgb(255,12,133); }
div.DivClassName
{
background-color: #FF0C85;
}
.BgClassName
{
background-color: #FF0C85;
}
</style>
border-color css
<style>
span { border-color: #FF0C85; }
span { border-color: rgb(255,12,133); }
td.TdClassName
{
border-color: #FF0C85;
}
.TagClassName
{
border-color: #FF0C85;
}
</style>