Shades of Shocking Pink #FE20C7
Tints of Shocking Pink #FE20C7
RGB
CMYK
RGB Variations
Color information
#FE20C7 (or 0xFE20C7) is known color: Shocking Pink. HEX triplet: FE, 20 and C7. RGB value is (254,32,199). Sum of RGB (Red+Green+Blue) = 254+32+199=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C7 is #01DF38. Grayscale: #747474. Windows color (decimal): -122681 or 13050110. OLE color: 13050110.
HSL color Cylindrical-coordinate representation of color #FE20C7: hue angle of 314.86º 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 #FE20C7 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.00 |
| HSL | 314.86º | 0.99% | 0.56% | - |
| HSV(B) | 314.86º | 0.87% | 1% | - |
| XYZ | 51.7 | 26.23 | 56.37 | - |
| YUV | 117.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 199 | 0 | 0.87 | 0.22 | 0.00 | 314.86 | 0.99 | 0.56 |
| Hex | FE | 20 | C7 | 0 | 57 | 16 | 0 | 13B | 63 | 38 |
| Octal | 376 | 40 | 307 | 0 | 127 | 26 | 0 | 473 | 143 | 70 |
| Binary | 11111110 | 100000 | 11000111 | 0 | 1010111 | 10110 | 0 | 100111011 | 1100011 | 111000 |
Color Harmonies of #FE20C7
Complementary color
Monochromatic Colors of #FE20C7
Black with #FE20C7
Text Example
Text Example
White with #FE20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20C7; }
p { color: rgb(254,32,199); }
H1.HeaderClassName
{
color: #FE20C7;
}
.AnyTagClassName
{
color: #FE20C7;
}
</style>
background-color css
<style>
a { background-color: #FE20C7; }
a { background-color: rgb(254,32,199); }
div.DivClassName
{
background-color: #FE20C7;
}
.BgClassName
{
background-color: #FE20C7;
}
</style>
border-color css
<style>
span { border-color: #FE20C7; }
span { border-color: rgb(254,32,199); }
td.TdClassName
{
border-color: #FE20C7;
}
.TagClassName
{
border-color: #FE20C7;
}
</style>