Shades of Deep Pink #FF0D9C
Tints of Deep Pink #FF0D9C
RGB
CMYK
RGB Variations
Color information
#FF0D9C (or 0xFF0D9C) is known color: Deep Pink. HEX triplet: FF, 0D and 9C. RGB value is (255,13,156). Sum of RGB (Red+Green+Blue) = 255+13+156=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D9C is #00F263. Grayscale: #656565. Windows color (decimal): -62052 or 10227199. OLE color: 10227199.
HSL color Cylindrical-coordinate representation of color #FF0D9C: hue angle of 324.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D9C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 156 | - |
| CMYK | 0 | 0.95 | 0.39 | 0 |
| HSL | 324.55º | 1% | 0.53% | - |
| HSV(B) | 324.55º | 0.95% | 1% | - |
| XYZ | 47.38 | 23.95 | 33.58 | - |
| YUV | 101.66 | 158.67 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 156 | 0 | 0.95 | 0.39 | 0 | 324.55 | 1 | 0.53 |
| Hex | FF | D | 9C | 0 | 5F | 27 | 0 | 145 | 64 | 35 |
| Octal | 377 | 15 | 234 | 0 | 137 | 47 | 0 | 505 | 144 | 65 |
| Binary | 11111111 | 1101 | 10011100 | 0 | 1011111 | 100111 | 0 | 101000101 | 1100100 | 110101 |
Color Harmonies of #FF0D9C
Complementary color
Monochromatic Colors of #FF0D9C
Black with #FF0D9C
Text Example
Text Example
White with #FF0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D9C; }
p { color: rgb(255,13,156); }
H1.HeaderClassName
{
color: #FF0D9C;
}
.AnyTagClassName
{
color: #FF0D9C;
}
</style>
background-color css
<style>
a { background-color: #FF0D9C; }
a { background-color: rgb(255,13,156); }
div.DivClassName
{
background-color: #FF0D9C;
}
.BgClassName
{
background-color: #FF0D9C;
}
</style>
border-color css
<style>
span { border-color: #FF0D9C; }
span { border-color: rgb(255,13,156); }
td.TdClassName
{
border-color: #FF0D9C;
}
.TagClassName
{
border-color: #FF0D9C;
}
</style>