Shades of Shocking Pink #FE20C5
Tints of Shocking Pink #FE20C5
RGB
CMYK
RGB Variations
Color information
#FE20C5 (or 0xFE20C5) is known color: Shocking Pink. HEX triplet: FE, 20 and C5. RGB value is (254,32,197). Sum of RGB (Red+Green+Blue) = 254+32+197=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C5 is #01DF3A. Grayscale: #747474. Windows color (decimal): -122683 or 12919038. OLE color: 12919038.
HSL color Cylindrical-coordinate representation of color #FE20C5: hue angle of 315.41º 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 #FE20C5 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 197 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.00 |
| HSL | 315.41º | 0.99% | 0.56% | - |
| HSV(B) | 315.41º | 0.87% | 1% | - |
| XYZ | 51.47 | 26.14 | 55.16 | - |
| YUV | 117.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 197 | 0 | 0.87 | 0.22 | 0.00 | 315.41 | 0.99 | 0.56 |
| Hex | FE | 20 | C5 | 0 | 57 | 16 | 0 | 13B | 63 | 38 |
| Octal | 376 | 40 | 305 | 0 | 127 | 26 | 0 | 473 | 143 | 70 |
| Binary | 11111110 | 100000 | 11000101 | 0 | 1010111 | 10110 | 0 | 100111011 | 1100011 | 111000 |
Color Harmonies of #FE20C5
Complementary color
Monochromatic Colors of #FE20C5
Black with #FE20C5
Text Example
Text Example
White with #FE20C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20C5; }
p { color: rgb(254,32,197); }
H1.HeaderClassName
{
color: #FE20C5;
}
.AnyTagClassName
{
color: #FE20C5;
}
</style>
background-color css
<style>
a { background-color: #FE20C5; }
a { background-color: rgb(254,32,197); }
div.DivClassName
{
background-color: #FE20C5;
}
.BgClassName
{
background-color: #FE20C5;
}
</style>
border-color css
<style>
span { border-color: #FE20C5; }
span { border-color: rgb(254,32,197); }
td.TdClassName
{
border-color: #FE20C5;
}
.TagClassName
{
border-color: #FE20C5;
}
</style>