Shades of Deep Pink #FF0C9F
Tints of Deep Pink #FF0C9F
RGB
CMYK
RGB Variations
Color information
#FF0C9F (or 0xFF0C9F) is known color: Deep Pink. HEX triplet: FF, 0C and 9F. RGB value is (255,12,159). Sum of RGB (Red+Green+Blue) = 255+12+159=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C9F is #00F360. Grayscale: #656565. Windows color (decimal): -62305 or 10423551. OLE color: 10423551.
HSL color Cylindrical-coordinate representation of color #FF0C9F: hue angle of 323.7º 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 #FF0C9F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 159 | - |
| CMYK | 0 | 0.95 | 0.38 | 0 |
| HSL | 323.7º | 1% | 0.52% | - |
| HSV(B) | 323.7º | 0.95% | 1% | - |
| XYZ | 47.63 | 24.03 | 34.93 | - |
| YUV | 101.42 | 160.51 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 159 | 0 | 0.95 | 0.38 | 0 | 323.7 | 1 | 0.52 |
| Hex | FF | C | 9F | 0 | 5F | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 14 | 237 | 0 | 137 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1100 | 10011111 | 0 | 1011111 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0C9F
Complementary color
Monochromatic Colors of #FF0C9F
Black with #FF0C9F
Text Example
Text Example
White with #FF0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C9F; }
p { color: rgb(255,12,159); }
H1.HeaderClassName
{
color: #FF0C9F;
}
.AnyTagClassName
{
color: #FF0C9F;
}
</style>
background-color css
<style>
a { background-color: #FF0C9F; }
a { background-color: rgb(255,12,159); }
div.DivClassName
{
background-color: #FF0C9F;
}
.BgClassName
{
background-color: #FF0C9F;
}
</style>
border-color css
<style>
span { border-color: #FF0C9F; }
span { border-color: rgb(255,12,159); }
td.TdClassName
{
border-color: #FF0C9F;
}
.TagClassName
{
border-color: #FF0C9F;
}
</style>