Shades of Shocking Pink #FE19C5
Tints of Shocking Pink #FE19C5
RGB
CMYK
RGB Variations
Color information
#FE19C5 (or 0xFE19C5) is known color: Shocking Pink. HEX triplet: FE, 19 and C5. RGB value is (254,25,197). Sum of RGB (Red+Green+Blue) = 254+25+197=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19C5 is #01E63A. Grayscale: #707070. Windows color (decimal): -124475 or 12917246. OLE color: 12917246.
HSL color Cylindrical-coordinate representation of color #FE19C5: hue angle of 314.93º 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 #FE19C5 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 197 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.00 |
| HSL | 314.93º | 0.99% | 0.55% | - |
| HSV(B) | 314.93º | 0.9% | 1% | - |
| XYZ | 51.3 | 25.8 | 55.1 | - |
| YUV | 113.08 | 175.37 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 197 | 0 | 0.90 | 0.22 | 0.00 | 314.93 | 0.99 | 0.55 |
| Hex | FE | 19 | C5 | 0 | 5A | 16 | 0 | 13B | 63 | 37 |
| Octal | 376 | 31 | 305 | 0 | 132 | 26 | 0 | 473 | 143 | 67 |
| Binary | 11111110 | 11001 | 11000101 | 0 | 1011010 | 10110 | 0 | 100111011 | 1100011 | 110111 |
Color Harmonies of #FE19C5
Complementary color
Monochromatic Colors of #FE19C5
Black with #FE19C5
Text Example
Text Example
White with #FE19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19C5; }
p { color: rgb(254,25,197); }
H1.HeaderClassName
{
color: #FE19C5;
}
.AnyTagClassName
{
color: #FE19C5;
}
</style>
background-color css
<style>
a { background-color: #FE19C5; }
a { background-color: rgb(254,25,197); }
div.DivClassName
{
background-color: #FE19C5;
}
.BgClassName
{
background-color: #FE19C5;
}
</style>
border-color css
<style>
span { border-color: #FE19C5; }
span { border-color: rgb(254,25,197); }
td.TdClassName
{
border-color: #FE19C5;
}
.TagClassName
{
border-color: #FE19C5;
}
</style>