Shades of Deep Pink #FF0C9D
Tints of Deep Pink #FF0C9D
RGB
CMYK
RGB Variations
Color information
#FF0C9D (or 0xFF0C9D) is known color: Deep Pink. HEX triplet: FF, 0C and 9D. RGB value is (255,12,157). Sum of RGB (Red+Green+Blue) = 255+12+157=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C9D is #00F362. Grayscale: #646464. Windows color (decimal): -62307 or 10292479. OLE color: 10292479.
HSL color Cylindrical-coordinate representation of color #FF0C9D: hue angle of 324.2º 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 #FF0C9D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 157 | - |
| CMYK | 0 | 0.95 | 0.38 | 0 |
| HSL | 324.2º | 1% | 0.52% | - |
| HSV(B) | 324.2º | 0.95% | 1% | - |
| XYZ | 47.46 | 23.96 | 34.02 | - |
| YUV | 101.19 | 159.51 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 157 | 0 | 0.95 | 0.38 | 0 | 324.2 | 1 | 0.52 |
| Hex | FF | C | 9D | 0 | 5F | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 14 | 235 | 0 | 137 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1100 | 10011101 | 0 | 1011111 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF0C9D
Complementary color
Monochromatic Colors of #FF0C9D
Black with #FF0C9D
Text Example
Text Example
White with #FF0C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C9D; }
p { color: rgb(255,12,157); }
H1.HeaderClassName
{
color: #FF0C9D;
}
.AnyTagClassName
{
color: #FF0C9D;
}
</style>
background-color css
<style>
a { background-color: #FF0C9D; }
a { background-color: rgb(255,12,157); }
div.DivClassName
{
background-color: #FF0C9D;
}
.BgClassName
{
background-color: #FF0C9D;
}
</style>
border-color css
<style>
span { border-color: #FF0C9D; }
span { border-color: rgb(255,12,157); }
td.TdClassName
{
border-color: #FF0C9D;
}
.TagClassName
{
border-color: #FF0C9D;
}
</style>