Shades of Shocking Pink #FE21C5
Tints of Shocking Pink #FE21C5
RGB
CMYK
RGB Variations
Color information
#FE21C5 (or 0xFE21C5) is known color: Shocking Pink. HEX triplet: FE, 21 and C5. RGB value is (254,33,197). Sum of RGB (Red+Green+Blue) = 254+33+197=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21C5 is #01DE3A. Grayscale: #757575. Windows color (decimal): -122427 or 12919294. OLE color: 12919294.
HSL color Cylindrical-coordinate representation of color #FE21C5: hue angle of 315.48º 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 #FE21C5 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 197 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.00 |
| HSL | 315.48º | 0.99% | 0.56% | - |
| HSV(B) | 315.48º | 0.87% | 1% | - |
| XYZ | 51.49 | 26.19 | 55.16 | - |
| YUV | 117.78 | 172.72 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 197 | 0 | 0.87 | 0.22 | 0.00 | 315.48 | 0.99 | 0.56 |
| Hex | FE | 21 | C5 | 0 | 57 | 16 | 0 | 13B | 63 | 38 |
| Octal | 376 | 41 | 305 | 0 | 127 | 26 | 0 | 473 | 143 | 70 |
| Binary | 11111110 | 100001 | 11000101 | 0 | 1010111 | 10110 | 0 | 100111011 | 1100011 | 111000 |
Color Harmonies of #FE21C5
Complementary color
Monochromatic Colors of #FE21C5
Black with #FE21C5
Text Example
Text Example
White with #FE21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21C5; }
p { color: rgb(254,33,197); }
H1.HeaderClassName
{
color: #FE21C5;
}
.AnyTagClassName
{
color: #FE21C5;
}
</style>
background-color css
<style>
a { background-color: #FE21C5; }
a { background-color: rgb(254,33,197); }
div.DivClassName
{
background-color: #FE21C5;
}
.BgClassName
{
background-color: #FE21C5;
}
</style>
border-color css
<style>
span { border-color: #FE21C5; }
span { border-color: rgb(254,33,197); }
td.TdClassName
{
border-color: #FE21C5;
}
.TagClassName
{
border-color: #FE21C5;
}
</style>