Shades of Deep Pink #FF0B72
Tints of Deep Pink #FF0B72
RGB
CMYK
RGB Variations
Color information
#FF0B72 (or 0xFF0B72) is known color: Deep Pink. HEX triplet: FF, 0B and 72. RGB value is (255,11,114). Sum of RGB (Red+Green+Blue) = 255+11+114=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B72 is #00F48D. Grayscale: #5F5F5F. Windows color (decimal): -62606 or 7474175. OLE color: 7474175.
HSL color Cylindrical-coordinate representation of color #FF0B72: hue angle of 334.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0B72 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 114 | - |
| CMYK | 0 | 0.96 | 0.55 | 0 |
| HSL | 334.67º | 1% | 0.52% | - |
| HSV(B) | 334.67º | 0.96% | 1% | - |
| XYZ | 44.4 | 22.71 | 17.96 | - |
| YUV | 95.7 | 138.34 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 114 | 0 | 0.96 | 0.55 | 0 | 334.67 | 1 | 0.52 |
| Hex | FF | B | 72 | 0 | 60 | 37 | 0 | 14F | 64 | 34 |
| Octal | 377 | 13 | 162 | 0 | 140 | 67 | 0 | 517 | 144 | 64 |
| Binary | 11111111 | 1011 | 1110010 | 0 | 1100000 | 110111 | 0 | 101001111 | 1100100 | 110100 |
Color Harmonies of #FF0B72
Complementary color
Monochromatic Colors of #FF0B72
Black with #FF0B72
Text Example
Text Example
White with #FF0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B72; }
p { color: rgb(255,11,114); }
H1.HeaderClassName
{
color: #FF0B72;
}
.AnyTagClassName
{
color: #FF0B72;
}
</style>
background-color css
<style>
a { background-color: #FF0B72; }
a { background-color: rgb(255,11,114); }
div.DivClassName
{
background-color: #FF0B72;
}
.BgClassName
{
background-color: #FF0B72;
}
</style>
border-color css
<style>
span { border-color: #FF0B72; }
span { border-color: rgb(255,11,114); }
td.TdClassName
{
border-color: #FF0B72;
}
.TagClassName
{
border-color: #FF0B72;
}
</style>