Shades of Deep Pink #FF0D99
Tints of Deep Pink #FF0D99
RGB
CMYK
RGB Variations
Color information
#FF0D99 (or 0xFF0D99) is known color: Deep Pink. HEX triplet: FF, 0D and 99. RGB value is (255,13,153). Sum of RGB (Red+Green+Blue) = 255+13+153=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D99 is #00F266. Grayscale: #656565. Windows color (decimal): -62055 or 10030591. OLE color: 10030591.
HSL color Cylindrical-coordinate representation of color #FF0D99: hue angle of 325.29º 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 #FF0D99 is Cyan = 0, Magento = 0.95, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 153 | - |
| CMYK | 0 | 0.95 | 0.4 | 0 |
| HSL | 325.29º | 1% | 0.53% | - |
| HSV(B) | 325.29º | 0.95% | 1% | - |
| XYZ | 47.13 | 23.85 | 32.26 | - |
| YUV | 101.32 | 157.17 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 153 | 0 | 0.95 | 0.4 | 0 | 325.29 | 1 | 0.53 |
| Hex | FF | D | 99 | 0 | 5F | 28 | 0 | 145 | 64 | 35 |
| Octal | 377 | 15 | 231 | 0 | 137 | 50 | 0 | 505 | 144 | 65 |
| Binary | 11111111 | 1101 | 10011001 | 0 | 1011111 | 101000 | 0 | 101000101 | 1100100 | 110101 |
Color Harmonies of #FF0D99
Complementary color
Monochromatic Colors of #FF0D99
Black with #FF0D99
Text Example
Text Example
White with #FF0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D99; }
p { color: rgb(255,13,153); }
H1.HeaderClassName
{
color: #FF0D99;
}
.AnyTagClassName
{
color: #FF0D99;
}
</style>
background-color css
<style>
a { background-color: #FF0D99; }
a { background-color: rgb(255,13,153); }
div.DivClassName
{
background-color: #FF0D99;
}
.BgClassName
{
background-color: #FF0D99;
}
</style>
border-color css
<style>
span { border-color: #FF0D99; }
span { border-color: rgb(255,13,153); }
td.TdClassName
{
border-color: #FF0D99;
}
.TagClassName
{
border-color: #FF0D99;
}
</style>