Shades of Shocking Pink #FE20C3
Tints of Shocking Pink #FE20C3
RGB
CMYK
RGB Variations
Color information
#FE20C3 (or 0xFE20C3) is known color: Shocking Pink. HEX triplet: FE, 20 and C3. RGB value is (254,32,195). Sum of RGB (Red+Green+Blue) = 254+32+195=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C3 is #01DF3C. Grayscale: #747474. Windows color (decimal): -122685 or 12787966. OLE color: 12787966.
HSL color Cylindrical-coordinate representation of color #FE20C3: hue angle of 315.95º 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 #FE20C3 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 195 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.00 |
| HSL | 315.95º | 0.99% | 0.56% | - |
| HSV(B) | 315.95º | 0.87% | 1% | - |
| XYZ | 51.24 | 26.04 | 53.96 | - |
| YUV | 116.96 | 172.05 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 195 | 0 | 0.87 | 0.23 | 0.00 | 315.95 | 0.99 | 0.56 |
| Hex | FE | 20 | C3 | 0 | 57 | 17 | 0 | 13C | 63 | 38 |
| Octal | 376 | 40 | 303 | 0 | 127 | 27 | 0 | 474 | 143 | 70 |
| Binary | 11111110 | 100000 | 11000011 | 0 | 1010111 | 10111 | 0 | 100111100 | 1100011 | 111000 |
Color Harmonies of #FE20C3
Complementary color
Monochromatic Colors of #FE20C3
Black with #FE20C3
Text Example
Text Example
White with #FE20C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20C3; }
p { color: rgb(254,32,195); }
H1.HeaderClassName
{
color: #FE20C3;
}
.AnyTagClassName
{
color: #FE20C3;
}
</style>
background-color css
<style>
a { background-color: #FE20C3; }
a { background-color: rgb(254,32,195); }
div.DivClassName
{
background-color: #FE20C3;
}
.BgClassName
{
background-color: #FE20C3;
}
</style>
border-color css
<style>
span { border-color: #FE20C3; }
span { border-color: rgb(254,32,195); }
td.TdClassName
{
border-color: #FE20C3;
}
.TagClassName
{
border-color: #FE20C3;
}
</style>