Shades of Shocking Pink #FE19D5
Tints of Shocking Pink #FE19D5
RGB
CMYK
RGB Variations
Color information
#FE19D5 (or 0xFE19D5) is known color: Shocking Pink. HEX triplet: FE, 19 and D5. RGB value is (254,25,213). Sum of RGB (Red+Green+Blue) = 254+25+213=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19D5 is #01E62A. Grayscale: #727272. Windows color (decimal): -124459 or 13965822. OLE color: 13965822.
HSL color Cylindrical-coordinate representation of color #FE19D5: hue angle of 310.74º 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 #FE19D5 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 213 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.00 |
| HSL | 310.74º | 0.99% | 0.55% | - |
| HSV(B) | 310.74º | 0.9% | 1% | - |
| XYZ | 53.23 | 26.57 | 65.27 | - |
| YUV | 114.9 | 183.37 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 213 | 0 | 0.90 | 0.16 | 0.00 | 310.74 | 0.99 | 0.55 |
| Hex | FE | 19 | D5 | 0 | 5A | 10 | 0 | 137 | 63 | 37 |
| Octal | 376 | 31 | 325 | 0 | 132 | 20 | 0 | 467 | 143 | 67 |
| Binary | 11111110 | 11001 | 11010101 | 0 | 1011010 | 10000 | 0 | 100110111 | 1100011 | 110111 |
Color Harmonies of #FE19D5
Complementary color
Monochromatic Colors of #FE19D5
Black with #FE19D5
Text Example
Text Example
White with #FE19D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19D5; }
p { color: rgb(254,25,213); }
H1.HeaderClassName
{
color: #FE19D5;
}
.AnyTagClassName
{
color: #FE19D5;
}
</style>
background-color css
<style>
a { background-color: #FE19D5; }
a { background-color: rgb(254,25,213); }
div.DivClassName
{
background-color: #FE19D5;
}
.BgClassName
{
background-color: #FE19D5;
}
</style>
border-color css
<style>
span { border-color: #FE19D5; }
span { border-color: rgb(254,25,213); }
td.TdClassName
{
border-color: #FE19D5;
}
.TagClassName
{
border-color: #FE19D5;
}
</style>