Shades of Deep Pink #FE0873
Tints of Deep Pink #FE0873
RGB
CMYK
RGB Variations
Color information
#FE0873 (or 0xFE0873) is known color: Deep Pink. HEX triplet: FE, 08 and 73. RGB value is (254,8,115). Sum of RGB (Red+Green+Blue) = 254+8+115=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0873 is #01F78C. Grayscale: #5D5D5D. Windows color (decimal): -128909 or 7538942. OLE color: 7538942.
HSL color Cylindrical-coordinate representation of color #FE0873: hue angle of 333.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0873 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.00 |
| HSL | 333.9º | 0.99% | 0.51% | - |
| HSV(B) | 333.9º | 0.97% | 1% | - |
| XYZ | 44.05 | 22.48 | 18.24 | - |
| YUV | 93.75 | 140 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 115 | 0 | 0.97 | 0.55 | 0.00 | 333.9 | 0.99 | 0.51 |
| Hex | FE | 8 | 73 | 0 | 61 | 37 | 0 | 14E | 63 | 33 |
| Octal | 376 | 10 | 163 | 0 | 141 | 67 | 0 | 516 | 143 | 63 |
| Binary | 11111110 | 1000 | 1110011 | 0 | 1100001 | 110111 | 0 | 101001110 | 1100011 | 110011 |
Color Harmonies of #FE0873
Complementary color
Monochromatic Colors of #FE0873
Black with #FE0873
Text Example
Text Example
White with #FE0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0873; }
p { color: rgb(254,8,115); }
H1.HeaderClassName
{
color: #FE0873;
}
.AnyTagClassName
{
color: #FE0873;
}
</style>
background-color css
<style>
a { background-color: #FE0873; }
a { background-color: rgb(254,8,115); }
div.DivClassName
{
background-color: #FE0873;
}
.BgClassName
{
background-color: #FE0873;
}
</style>
border-color css
<style>
span { border-color: #FE0873; }
span { border-color: rgb(254,8,115); }
td.TdClassName
{
border-color: #FE0873;
}
.TagClassName
{
border-color: #FE0873;
}
</style>