Shades of Deep Pink #FE1991
Tints of Deep Pink #FE1991
RGB
CMYK
RGB Variations
Color information
#FE1991 (or 0xFE1991) is known color: Deep Pink. HEX triplet: FE, 19 and 91. RGB value is (254,25,145). Sum of RGB (Red+Green+Blue) = 254+25+145=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1991 is #01E66E. Grayscale: #6A6A6A. Windows color (decimal): -124527 or 9509374. OLE color: 9509374.
HSL color Cylindrical-coordinate representation of color #FE1991: hue angle of 328.56º 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 #FE1991 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 145 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.00 |
| HSL | 328.56º | 0.99% | 0.55% | - |
| HSV(B) | 328.56º | 0.9% | 1% | - |
| XYZ | 46.33 | 23.81 | 28.94 | - |
| YUV | 107.15 | 149.37 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 145 | 0 | 0.90 | 0.43 | 0.00 | 328.56 | 0.99 | 0.55 |
| Hex | FE | 19 | 91 | 0 | 5A | 2B | 0 | 149 | 63 | 37 |
| Octal | 376 | 31 | 221 | 0 | 132 | 53 | 0 | 511 | 143 | 67 |
| Binary | 11111110 | 11001 | 10010001 | 0 | 1011010 | 101011 | 0 | 101001001 | 1100011 | 110111 |
Color Harmonies of #FE1991
Complementary color
Monochromatic Colors of #FE1991
Black with #FE1991
Text Example
Text Example
White with #FE1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1991; }
p { color: rgb(254,25,145); }
H1.HeaderClassName
{
color: #FE1991;
}
.AnyTagClassName
{
color: #FE1991;
}
</style>
background-color css
<style>
a { background-color: #FE1991; }
a { background-color: rgb(254,25,145); }
div.DivClassName
{
background-color: #FE1991;
}
.BgClassName
{
background-color: #FE1991;
}
</style>
border-color css
<style>
span { border-color: #FE1991; }
span { border-color: rgb(254,25,145); }
td.TdClassName
{
border-color: #FE1991;
}
.TagClassName
{
border-color: #FE1991;
}
</style>