Shades of Deep Pink #FF0D8F
Tints of Deep Pink #FF0D8F
RGB
CMYK
RGB Variations
Color information
#FF0D8F (or 0xFF0D8F) is known color: Deep Pink. HEX triplet: FF, 0D and 8F. RGB value is (255,13,143). Sum of RGB (Red+Green+Blue) = 255+13+143=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D8F is #00F270. Grayscale: #636363. Windows color (decimal): -62065 or 9375231. OLE color: 9375231.
HSL color Cylindrical-coordinate representation of color #FF0D8F: hue angle of 327.77º 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 #FF0D8F is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 143 | - |
| CMYK | 0 | 0.95 | 0.44 | 0 |
| HSL | 327.77º | 1% | 0.53% | - |
| HSV(B) | 327.77º | 0.95% | 1% | - |
| XYZ | 46.34 | 23.53 | 28.09 | - |
| YUV | 100.18 | 152.17 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 143 | 0 | 0.95 | 0.44 | 0 | 327.77 | 1 | 0.53 |
| Hex | FF | D | 8F | 0 | 5F | 2C | 0 | 148 | 64 | 35 |
| Octal | 377 | 15 | 217 | 0 | 137 | 54 | 0 | 510 | 144 | 65 |
| Binary | 11111111 | 1101 | 10001111 | 0 | 1011111 | 101100 | 0 | 101001000 | 1100100 | 110101 |
Color Harmonies of #FF0D8F
Complementary color
Monochromatic Colors of #FF0D8F
Black with #FF0D8F
Text Example
Text Example
White with #FF0D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D8F; }
p { color: rgb(255,13,143); }
H1.HeaderClassName
{
color: #FF0D8F;
}
.AnyTagClassName
{
color: #FF0D8F;
}
</style>
background-color css
<style>
a { background-color: #FF0D8F; }
a { background-color: rgb(255,13,143); }
div.DivClassName
{
background-color: #FF0D8F;
}
.BgClassName
{
background-color: #FF0D8F;
}
</style>
border-color css
<style>
span { border-color: #FF0D8F; }
span { border-color: rgb(255,13,143); }
td.TdClassName
{
border-color: #FF0D8F;
}
.TagClassName
{
border-color: #FF0D8F;
}
</style>