Shades of Shocking Pink #FE20C4
Tints of Shocking Pink #FE20C4
RGB
CMYK
RGB Variations
Color information
#FE20C4 (or 0xFE20C4) is known color: Shocking Pink. HEX triplet: FE, 20 and C4. RGB value is (254,32,196). Sum of RGB (Red+Green+Blue) = 254+32+196=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C4 is #01DF3B. Grayscale: #747474. Windows color (decimal): -122684 or 12853502. OLE color: 12853502.
HSL color Cylindrical-coordinate representation of color #FE20C4: hue angle of 315.68º 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 #FE20C4 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 196 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.00 |
| HSL | 315.68º | 0.99% | 0.56% | - |
| HSV(B) | 315.68º | 0.87% | 1% | - |
| XYZ | 51.35 | 26.09 | 54.55 | - |
| YUV | 117.07 | 172.55 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 196 | 0 | 0.87 | 0.23 | 0.00 | 315.68 | 0.99 | 0.56 |
| Hex | FE | 20 | C4 | 0 | 57 | 17 | 0 | 13C | 63 | 38 |
| Octal | 376 | 40 | 304 | 0 | 127 | 27 | 0 | 474 | 143 | 70 |
| Binary | 11111110 | 100000 | 11000100 | 0 | 1010111 | 10111 | 0 | 100111100 | 1100011 | 111000 |
Color Harmonies of #FE20C4
Complementary color
Monochromatic Colors of #FE20C4
Black with #FE20C4
Text Example
Text Example
White with #FE20C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20C4; }
p { color: rgb(254,32,196); }
H1.HeaderClassName
{
color: #FE20C4;
}
.AnyTagClassName
{
color: #FE20C4;
}
</style>
background-color css
<style>
a { background-color: #FE20C4; }
a { background-color: rgb(254,32,196); }
div.DivClassName
{
background-color: #FE20C4;
}
.BgClassName
{
background-color: #FE20C4;
}
</style>
border-color css
<style>
span { border-color: #FE20C4; }
span { border-color: rgb(254,32,196); }
td.TdClassName
{
border-color: #FE20C4;
}
.TagClassName
{
border-color: #FE20C4;
}
</style>