Shades of Deep Pink #FF0D9F
Tints of Deep Pink #FF0D9F
RGB
CMYK
RGB Variations
Color information
#FF0D9F (or 0xFF0D9F) is known color: Deep Pink. HEX triplet: FF, 0D and 9F. RGB value is (255,13,159). Sum of RGB (Red+Green+Blue) = 255+13+159=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D9F is #00F260. Grayscale: #656565. Windows color (decimal): -62049 or 10423807. OLE color: 10423807.
HSL color Cylindrical-coordinate representation of color #FF0D9F: hue angle of 323.8º 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 #FF0D9F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 159 | - |
| CMYK | 0 | 0.95 | 0.38 | 0 |
| HSL | 323.8º | 1% | 0.53% | - |
| HSV(B) | 323.8º | 0.95% | 1% | - |
| XYZ | 47.64 | 24.05 | 34.93 | - |
| YUV | 102 | 160.17 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 159 | 0 | 0.95 | 0.38 | 0 | 323.8 | 1 | 0.53 |
| Hex | FF | D | 9F | 0 | 5F | 26 | 0 | 144 | 64 | 35 |
| Octal | 377 | 15 | 237 | 0 | 137 | 46 | 0 | 504 | 144 | 65 |
| Binary | 11111111 | 1101 | 10011111 | 0 | 1011111 | 100110 | 0 | 101000100 | 1100100 | 110101 |
Color Harmonies of #FF0D9F
Complementary color
Monochromatic Colors of #FF0D9F
Black with #FF0D9F
Text Example
Text Example
White with #FF0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D9F; }
p { color: rgb(255,13,159); }
H1.HeaderClassName
{
color: #FF0D9F;
}
.AnyTagClassName
{
color: #FF0D9F;
}
</style>
background-color css
<style>
a { background-color: #FF0D9F; }
a { background-color: rgb(255,13,159); }
div.DivClassName
{
background-color: #FF0D9F;
}
.BgClassName
{
background-color: #FF0D9F;
}
</style>
border-color css
<style>
span { border-color: #FF0D9F; }
span { border-color: rgb(255,13,159); }
td.TdClassName
{
border-color: #FF0D9F;
}
.TagClassName
{
border-color: #FF0D9F;
}
</style>