Shades of Deep Pink #FF0D8A
Tints of Deep Pink #FF0D8A
RGB
CMYK
RGB Variations
Color information
#FF0D8A (or 0xFF0D8A) is known color: Deep Pink. HEX triplet: FF, 0D and 8A. RGB value is (255,13,138). Sum of RGB (Red+Green+Blue) = 255+13+138=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D8A is #00F275. Grayscale: #636363. Windows color (decimal): -62070 or 9047551. OLE color: 9047551.
HSL color Cylindrical-coordinate representation of color #FF0D8A: hue angle of 329.01º 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 #FF0D8A is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 138 | - |
| CMYK | 0 | 0.95 | 0.46 | 0 |
| HSL | 329.01º | 1% | 0.53% | - |
| HSV(B) | 329.01º | 0.95% | 1% | - |
| XYZ | 45.97 | 23.38 | 26.14 | - |
| YUV | 99.61 | 149.67 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 138 | 0 | 0.95 | 0.46 | 0 | 329.01 | 1 | 0.53 |
| Hex | FF | D | 8A | 0 | 5F | 2E | 0 | 149 | 64 | 35 |
| Octal | 377 | 15 | 212 | 0 | 137 | 56 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 1101 | 10001010 | 0 | 1011111 | 101110 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF0D8A
Complementary color
Monochromatic Colors of #FF0D8A
Black with #FF0D8A
Text Example
Text Example
White with #FF0D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D8A; }
p { color: rgb(255,13,138); }
H1.HeaderClassName
{
color: #FF0D8A;
}
.AnyTagClassName
{
color: #FF0D8A;
}
</style>
background-color css
<style>
a { background-color: #FF0D8A; }
a { background-color: rgb(255,13,138); }
div.DivClassName
{
background-color: #FF0D8A;
}
.BgClassName
{
background-color: #FF0D8A;
}
</style>
border-color css
<style>
span { border-color: #FF0D8A; }
span { border-color: rgb(255,13,138); }
td.TdClassName
{
border-color: #FF0D8A;
}
.TagClassName
{
border-color: #FF0D8A;
}
</style>