Shades of Deep Pink #FE1973
Tints of Deep Pink #FE1973
RGB
CMYK
RGB Variations
Color information
#FE1973 (or 0xFE1973) is known color: Deep Pink. HEX triplet: FE, 19 and 73. RGB value is (254,25,115). Sum of RGB (Red+Green+Blue) = 254+25+115=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1973 is #01E68C. Grayscale: #676767. Windows color (decimal): -124557 or 7543294. OLE color: 7543294.
HSL color Cylindrical-coordinate representation of color #FE1973: hue angle of 336.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1973 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 115 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.00 |
| HSL | 336.42º | 0.99% | 0.55% | - |
| HSV(B) | 336.42º | 0.9% | 1% | - |
| XYZ | 44.32 | 23 | 18.32 | - |
| YUV | 103.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 115 | 0 | 0.90 | 0.55 | 0.00 | 336.42 | 0.99 | 0.55 |
| Hex | FE | 19 | 73 | 0 | 5A | 37 | 0 | 150 | 63 | 37 |
| Octal | 376 | 31 | 163 | 0 | 132 | 67 | 0 | 520 | 143 | 67 |
| Binary | 11111110 | 11001 | 1110011 | 0 | 1011010 | 110111 | 0 | 101010000 | 1100011 | 110111 |
Color Harmonies of #FE1973
Complementary color
Monochromatic Colors of #FE1973
Black with #FE1973
Text Example
Text Example
White with #FE1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1973; }
p { color: rgb(254,25,115); }
H1.HeaderClassName
{
color: #FE1973;
}
.AnyTagClassName
{
color: #FE1973;
}
</style>
background-color css
<style>
a { background-color: #FE1973; }
a { background-color: rgb(254,25,115); }
div.DivClassName
{
background-color: #FE1973;
}
.BgClassName
{
background-color: #FE1973;
}
</style>
border-color css
<style>
span { border-color: #FE1973; }
span { border-color: rgb(254,25,115); }
td.TdClassName
{
border-color: #FE1973;
}
.TagClassName
{
border-color: #FE1973;
}
</style>