Shades of Shocking Pink #FE19CE
Tints of Shocking Pink #FE19CE
RGB
CMYK
RGB Variations
Color information
#FE19CE (or 0xFE19CE) is known color: Shocking Pink. HEX triplet: FE, 19 and CE. RGB value is (254,25,206). Sum of RGB (Red+Green+Blue) = 254+25+206=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19CE is #01E631. Grayscale: #717171. Windows color (decimal): -124466 or 13507070. OLE color: 13507070.
HSL color Cylindrical-coordinate representation of color #FE19CE: hue angle of 312.58º 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 #FE19CE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.00 |
| HSL | 312.58º | 0.99% | 0.55% | - |
| HSV(B) | 312.58º | 0.9% | 1% | - |
| XYZ | 52.36 | 26.22 | 60.69 | - |
| YUV | 114.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 206 | 0 | 0.90 | 0.19 | 0.00 | 312.58 | 0.99 | 0.55 |
| Hex | FE | 19 | CE | 0 | 5A | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 31 | 316 | 0 | 132 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11001 | 11001110 | 0 | 1011010 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE19CE
Complementary color
Monochromatic Colors of #FE19CE
Black with #FE19CE
Text Example
Text Example
White with #FE19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19CE; }
p { color: rgb(254,25,206); }
H1.HeaderClassName
{
color: #FE19CE;
}
.AnyTagClassName
{
color: #FE19CE;
}
</style>
background-color css
<style>
a { background-color: #FE19CE; }
a { background-color: rgb(254,25,206); }
div.DivClassName
{
background-color: #FE19CE;
}
.BgClassName
{
background-color: #FE19CE;
}
</style>
border-color css
<style>
span { border-color: #FE19CE; }
span { border-color: rgb(254,25,206); }
td.TdClassName
{
border-color: #FE19CE;
}
.TagClassName
{
border-color: #FE19CE;
}
</style>