Shades of Shocking Pink #FE21C3
Tints of Shocking Pink #FE21C3
RGB
CMYK
RGB Variations
Color information
#FE21C3 (or 0xFE21C3) is known color: Shocking Pink. HEX triplet: FE, 21 and C3. RGB value is (254,33,195). Sum of RGB (Red+Green+Blue) = 254+33+195=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21C3 is #01DE3C. Grayscale: #757575. Windows color (decimal): -122429 or 12788222. OLE color: 12788222.
HSL color Cylindrical-coordinate representation of color #FE21C3: hue angle of 316.02º 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 #FE21C3 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 195 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.00 |
| HSL | 316.02º | 0.99% | 0.56% | - |
| HSV(B) | 316.02º | 0.87% | 1% | - |
| XYZ | 51.27 | 26.1 | 53.97 | - |
| YUV | 117.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 195 | 0 | 0.87 | 0.23 | 0.00 | 316.02 | 0.99 | 0.56 |
| Hex | FE | 21 | C3 | 0 | 57 | 17 | 0 | 13C | 63 | 38 |
| Octal | 376 | 41 | 303 | 0 | 127 | 27 | 0 | 474 | 143 | 70 |
| Binary | 11111110 | 100001 | 11000011 | 0 | 1010111 | 10111 | 0 | 100111100 | 1100011 | 111000 |
Color Harmonies of #FE21C3
Complementary color
Monochromatic Colors of #FE21C3
Black with #FE21C3
Text Example
Text Example
White with #FE21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21C3; }
p { color: rgb(254,33,195); }
H1.HeaderClassName
{
color: #FE21C3;
}
.AnyTagClassName
{
color: #FE21C3;
}
</style>
background-color css
<style>
a { background-color: #FE21C3; }
a { background-color: rgb(254,33,195); }
div.DivClassName
{
background-color: #FE21C3;
}
.BgClassName
{
background-color: #FE21C3;
}
</style>
border-color css
<style>
span { border-color: #FE21C3; }
span { border-color: rgb(254,33,195); }
td.TdClassName
{
border-color: #FE21C3;
}
.TagClassName
{
border-color: #FE21C3;
}
</style>