Shades of Deep Pink #FE0A73
Tints of Deep Pink #FE0A73
RGB
CMYK
RGB Variations
Color information
#FE0A73 (or 0xFE0A73) is known color: Deep Pink. HEX triplet: FE, 0A and 73. RGB value is (254,10,115). Sum of RGB (Red+Green+Blue) = 254+10+115=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0A73 is #01F58C. Grayscale: #5E5E5E. Windows color (decimal): -128397 or 7539454. OLE color: 7539454.
HSL color Cylindrical-coordinate representation of color #FE0A73: hue angle of 334.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0A73 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 115 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.00 |
| HSL | 334.18º | 0.99% | 0.52% | - |
| HSV(B) | 334.18º | 0.96% | 1% | - |
| XYZ | 44.08 | 22.53 | 18.24 | - |
| YUV | 94.93 | 139.34 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 115 | 0 | 0.96 | 0.55 | 0.00 | 334.18 | 0.99 | 0.52 |
| Hex | FE | A | 73 | 0 | 60 | 37 | 0 | 14E | 63 | 34 |
| Octal | 376 | 12 | 163 | 0 | 140 | 67 | 0 | 516 | 143 | 64 |
| Binary | 11111110 | 1010 | 1110011 | 0 | 1100000 | 110111 | 0 | 101001110 | 1100011 | 110100 |
Color Harmonies of #FE0A73
Complementary color
Monochromatic Colors of #FE0A73
Black with #FE0A73
Text Example
Text Example
White with #FE0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A73; }
p { color: rgb(254,10,115); }
H1.HeaderClassName
{
color: #FE0A73;
}
.AnyTagClassName
{
color: #FE0A73;
}
</style>
background-color css
<style>
a { background-color: #FE0A73; }
a { background-color: rgb(254,10,115); }
div.DivClassName
{
background-color: #FE0A73;
}
.BgClassName
{
background-color: #FE0A73;
}
</style>
border-color css
<style>
span { border-color: #FE0A73; }
span { border-color: rgb(254,10,115); }
td.TdClassName
{
border-color: #FE0A73;
}
.TagClassName
{
border-color: #FE0A73;
}
</style>