Shades of Shocking Pink #FE20C0
Tints of Shocking Pink #FE20C0
RGB
CMYK
RGB Variations
Color information
#FE20C0 (or 0xFE20C0) is known color: Shocking Pink. HEX triplet: FE, 20 and C0. RGB value is (254,32,192). Sum of RGB (Red+Green+Blue) = 254+32+192=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C0 is #01DF3F. Grayscale: #747474. Windows color (decimal): -122688 or 12591358. OLE color: 12591358.
HSL color Cylindrical-coordinate representation of color #FE20C0: hue angle of 316.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20C0 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 192 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.00 |
| HSL | 316.76º | 0.99% | 0.56% | - |
| HSV(B) | 316.76º | 0.87% | 1% | - |
| XYZ | 50.9 | 25.91 | 52.19 | - |
| YUV | 116.62 | 170.55 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 192 | 0 | 0.87 | 0.24 | 0.00 | 316.76 | 0.99 | 0.56 |
| Hex | FE | 20 | C0 | 0 | 57 | 18 | 0 | 13D | 63 | 38 |
| Octal | 376 | 40 | 300 | 0 | 127 | 30 | 0 | 475 | 143 | 70 |
| Binary | 11111110 | 100000 | 11000000 | 0 | 1010111 | 11000 | 0 | 100111101 | 1100011 | 111000 |
Color Harmonies of #FE20C0
Complementary color
Monochromatic Colors of #FE20C0
Black with #FE20C0
Text Example
Text Example
White with #FE20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20C0; }
p { color: rgb(254,32,192); }
H1.HeaderClassName
{
color: #FE20C0;
}
.AnyTagClassName
{
color: #FE20C0;
}
</style>
background-color css
<style>
a { background-color: #FE20C0; }
a { background-color: rgb(254,32,192); }
div.DivClassName
{
background-color: #FE20C0;
}
.BgClassName
{
background-color: #FE20C0;
}
</style>
border-color css
<style>
span { border-color: #FE20C0; }
span { border-color: rgb(254,32,192); }
td.TdClassName
{
border-color: #FE20C0;
}
.TagClassName
{
border-color: #FE20C0;
}
</style>