Shades of Shocking Pink #FE0AC0
Tints of Shocking Pink #FE0AC0
RGB
CMYK
RGB Variations
Color information
#FE0AC0 (or 0xFE0AC0) is known color: Shocking Pink. HEX triplet: FE, 0A and C0. RGB value is (254,10,192). Sum of RGB (Red+Green+Blue) = 254+10+192=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AC0 is #01F53F. Grayscale: #676767. Windows color (decimal): -128320 or 12585726. OLE color: 12585726.
HSL color Cylindrical-coordinate representation of color #FE0AC0: hue angle of 315.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AC0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 192 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.00 |
| HSL | 315.25º | 0.99% | 0.52% | - |
| HSV(B) | 315.25º | 0.96% | 1% | - |
| XYZ | 50.5 | 25.09 | 52.05 | - |
| YUV | 103.7 | 177.84 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 192 | 0 | 0.96 | 0.24 | 0.00 | 315.25 | 0.99 | 0.52 |
| Hex | FE | A | C0 | 0 | 60 | 18 | 0 | 13B | 63 | 34 |
| Octal | 376 | 12 | 300 | 0 | 140 | 30 | 0 | 473 | 143 | 64 |
| Binary | 11111110 | 1010 | 11000000 | 0 | 1100000 | 11000 | 0 | 100111011 | 1100011 | 110100 |
Color Harmonies of #FE0AC0
Complementary color
Monochromatic Colors of #FE0AC0
Black with #FE0AC0
Text Example
Text Example
White with #FE0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AC0; }
p { color: rgb(254,10,192); }
H1.HeaderClassName
{
color: #FE0AC0;
}
.AnyTagClassName
{
color: #FE0AC0;
}
</style>
background-color css
<style>
a { background-color: #FE0AC0; }
a { background-color: rgb(254,10,192); }
div.DivClassName
{
background-color: #FE0AC0;
}
.BgClassName
{
background-color: #FE0AC0;
}
</style>
border-color css
<style>
span { border-color: #FE0AC0; }
span { border-color: rgb(254,10,192); }
td.TdClassName
{
border-color: #FE0AC0;
}
.TagClassName
{
border-color: #FE0AC0;
}
</style>