Shades of Deep Pink #FE1988
Tints of Deep Pink #FE1988
RGB
CMYK
RGB Variations
Color information
#FE1988 (or 0xFE1988) is known color: Deep Pink. HEX triplet: FE, 19 and 88. RGB value is (254,25,136). Sum of RGB (Red+Green+Blue) = 254+25+136=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1988 is #01E677. Grayscale: #696969. Windows color (decimal): -124536 or 8919550. OLE color: 8919550.
HSL color Cylindrical-coordinate representation of color #FE1988: hue angle of 330.92º 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 #FE1988 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 136 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.00 |
| HSL | 330.92º | 0.99% | 0.55% | - |
| HSV(B) | 330.92º | 0.9% | 1% | - |
| XYZ | 45.66 | 23.54 | 25.43 | - |
| YUV | 106.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 136 | 0 | 0.90 | 0.46 | 0.00 | 330.92 | 0.99 | 0.55 |
| Hex | FE | 19 | 88 | 0 | 5A | 2E | 0 | 14B | 63 | 37 |
| Octal | 376 | 31 | 210 | 0 | 132 | 56 | 0 | 513 | 143 | 67 |
| Binary | 11111110 | 11001 | 10001000 | 0 | 1011010 | 101110 | 0 | 101001011 | 1100011 | 110111 |
Color Harmonies of #FE1988
Complementary color
Monochromatic Colors of #FE1988
Black with #FE1988
Text Example
Text Example
White with #FE1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1988; }
p { color: rgb(254,25,136); }
H1.HeaderClassName
{
color: #FE1988;
}
.AnyTagClassName
{
color: #FE1988;
}
</style>
background-color css
<style>
a { background-color: #FE1988; }
a { background-color: rgb(254,25,136); }
div.DivClassName
{
background-color: #FE1988;
}
.BgClassName
{
background-color: #FE1988;
}
</style>
border-color css
<style>
span { border-color: #FE1988; }
span { border-color: rgb(254,25,136); }
td.TdClassName
{
border-color: #FE1988;
}
.TagClassName
{
border-color: #FE1988;
}
</style>