Shades of Deep Pink #FF0873
Tints of Deep Pink #FF0873
RGB
CMYK
RGB Variations
Color information
#FF0873 (or 0xFF0873) is known color: Deep Pink. HEX triplet: FF, 08 and 73. RGB value is (255,8,115). Sum of RGB (Red+Green+Blue) = 255+8+115=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0873 is #00F78C. Grayscale: #5D5D5D. Windows color (decimal): -63373 or 7538943. OLE color: 7538943.
HSL color Cylindrical-coordinate representation of color #FF0873: hue angle of 334.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0873 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.55 | 0 |
| HSL | 334.01º | 1% | 0.52% | - |
| HSV(B) | 334.01º | 0.97% | 1% | - |
| XYZ | 44.42 | 22.67 | 18.25 | - |
| YUV | 94.05 | 139.83 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 115 | 0 | 0.97 | 0.55 | 0 | 334.01 | 1 | 0.52 |
| Hex | FF | 8 | 73 | 0 | 61 | 37 | 0 | 14E | 64 | 34 |
| Octal | 377 | 10 | 163 | 0 | 141 | 67 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1000 | 1110011 | 0 | 1100001 | 110111 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0873
Complementary color
Monochromatic Colors of #FF0873
Black with #FF0873
Text Example
Text Example
White with #FF0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0873; }
p { color: rgb(255,8,115); }
H1.HeaderClassName
{
color: #FF0873;
}
.AnyTagClassName
{
color: #FF0873;
}
</style>
background-color css
<style>
a { background-color: #FF0873; }
a { background-color: rgb(255,8,115); }
div.DivClassName
{
background-color: #FF0873;
}
.BgClassName
{
background-color: #FF0873;
}
</style>
border-color css
<style>
span { border-color: #FF0873; }
span { border-color: rgb(255,8,115); }
td.TdClassName
{
border-color: #FF0873;
}
.TagClassName
{
border-color: #FF0873;
}
</style>