Shades of Deep Pink #FF0D72
Tints of Deep Pink #FF0D72
RGB
CMYK
RGB Variations
Color information
#FF0D72 (or 0xFF0D72) is known color: Deep Pink. HEX triplet: FF, 0D and 72. RGB value is (255,13,114). Sum of RGB (Red+Green+Blue) = 255+13+114=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D72 is #00F28D. Grayscale: #606060. Windows color (decimal): -62094 or 7474687. OLE color: 7474687.
HSL color Cylindrical-coordinate representation of color #FF0D72: hue angle of 334.96º 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 #FF0D72 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 114 | - |
| CMYK | 0 | 0.95 | 0.55 | 0 |
| HSL | 334.96º | 1% | 0.53% | - |
| HSV(B) | 334.96º | 0.95% | 1% | - |
| XYZ | 44.42 | 22.76 | 17.97 | - |
| YUV | 96.87 | 137.67 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 114 | 0 | 0.95 | 0.55 | 0 | 334.96 | 1 | 0.53 |
| Hex | FF | D | 72 | 0 | 5F | 37 | 0 | 14F | 64 | 35 |
| Octal | 377 | 15 | 162 | 0 | 137 | 67 | 0 | 517 | 144 | 65 |
| Binary | 11111111 | 1101 | 1110010 | 0 | 1011111 | 110111 | 0 | 101001111 | 1100100 | 110101 |
Color Harmonies of #FF0D72
Complementary color
Monochromatic Colors of #FF0D72
Black with #FF0D72
Text Example
Text Example
White with #FF0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D72; }
p { color: rgb(255,13,114); }
H1.HeaderClassName
{
color: #FF0D72;
}
.AnyTagClassName
{
color: #FF0D72;
}
</style>
background-color css
<style>
a { background-color: #FF0D72; }
a { background-color: rgb(255,13,114); }
div.DivClassName
{
background-color: #FF0D72;
}
.BgClassName
{
background-color: #FF0D72;
}
</style>
border-color css
<style>
span { border-color: #FF0D72; }
span { border-color: rgb(255,13,114); }
td.TdClassName
{
border-color: #FF0D72;
}
.TagClassName
{
border-color: #FF0D72;
}
</style>