Shades of Deep Pink #FF0C9E
Tints of Deep Pink #FF0C9E
RGB
CMYK
RGB Variations
Color information
#FF0C9E (or 0xFF0C9E) is known color: Deep Pink. HEX triplet: FF, 0C and 9E. RGB value is (255,12,158). Sum of RGB (Red+Green+Blue) = 255+12+158=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C9E is #00F361. Grayscale: #646464. Windows color (decimal): -62306 or 10358015. OLE color: 10358015.
HSL color Cylindrical-coordinate representation of color #FF0C9E: hue angle of 323.95º 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 #FF0C9E is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.38 | 0 |
| HSL | 323.95º | 1% | 0.52% | - |
| HSV(B) | 323.95º | 0.95% | 1% | - |
| XYZ | 47.54 | 23.99 | 34.47 | - |
| YUV | 101.3 | 160.01 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 158 | 0 | 0.95 | 0.38 | 0 | 323.95 | 1 | 0.52 |
| Hex | FF | C | 9E | 0 | 5F | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 14 | 236 | 0 | 137 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1100 | 10011110 | 0 | 1011111 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0C9E
Complementary color
Monochromatic Colors of #FF0C9E
Black with #FF0C9E
Text Example
Text Example
White with #FF0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C9E; }
p { color: rgb(255,12,158); }
H1.HeaderClassName
{
color: #FF0C9E;
}
.AnyTagClassName
{
color: #FF0C9E;
}
</style>
background-color css
<style>
a { background-color: #FF0C9E; }
a { background-color: rgb(255,12,158); }
div.DivClassName
{
background-color: #FF0C9E;
}
.BgClassName
{
background-color: #FF0C9E;
}
</style>
border-color css
<style>
span { border-color: #FF0C9E; }
span { border-color: rgb(255,12,158); }
td.TdClassName
{
border-color: #FF0C9E;
}
.TagClassName
{
border-color: #FF0C9E;
}
</style>