Shades of Shocking Pink #FE19CD
Tints of Shocking Pink #FE19CD
RGB
CMYK
RGB Variations
Color information
#FE19CD (or 0xFE19CD) is known color: Shocking Pink. HEX triplet: FE, 19 and CD. RGB value is (254,25,205). Sum of RGB (Red+Green+Blue) = 254+25+205=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19CD is #01E632. Grayscale: #717171. Windows color (decimal): -124467 or 13441534. OLE color: 13441534.
HSL color Cylindrical-coordinate representation of color #FE19CD: hue angle of 312.84º 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 #FE19CD is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 205 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.00 |
| HSL | 312.84º | 0.99% | 0.55% | - |
| HSV(B) | 312.84º | 0.9% | 1% | - |
| XYZ | 52.24 | 26.17 | 60.06 | - |
| YUV | 113.99 | 179.37 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 205 | 0 | 0.90 | 0.19 | 0.00 | 312.84 | 0.99 | 0.55 |
| Hex | FE | 19 | CD | 0 | 5A | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 31 | 315 | 0 | 132 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11001 | 11001101 | 0 | 1011010 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE19CD
Complementary color
Monochromatic Colors of #FE19CD
Black with #FE19CD
Text Example
Text Example
White with #FE19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19CD; }
p { color: rgb(254,25,205); }
H1.HeaderClassName
{
color: #FE19CD;
}
.AnyTagClassName
{
color: #FE19CD;
}
</style>
background-color css
<style>
a { background-color: #FE19CD; }
a { background-color: rgb(254,25,205); }
div.DivClassName
{
background-color: #FE19CD;
}
.BgClassName
{
background-color: #FE19CD;
}
</style>
border-color css
<style>
span { border-color: #FE19CD; }
span { border-color: rgb(254,25,205); }
td.TdClassName
{
border-color: #FE19CD;
}
.TagClassName
{
border-color: #FE19CD;
}
</style>