Shades of Shocking Pink #FE0AC2
Tints of Shocking Pink #FE0AC2
RGB
CMYK
RGB Variations
Color information
#FE0AC2 (or 0xFE0AC2) is known color: Shocking Pink. HEX triplet: FE, 0A and C2. RGB value is (254,10,194). Sum of RGB (Red+Green+Blue) = 254+10+194=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AC2 is #01F53D. Grayscale: #676767. Windows color (decimal): -128318 or 12716798. OLE color: 12716798.
HSL color Cylindrical-coordinate representation of color #FE0AC2: hue angle of 314.75º 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 #FE0AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.00 |
| HSL | 314.75º | 0.99% | 0.52% | - |
| HSV(B) | 314.75º | 0.96% | 1% | - |
| XYZ | 50.72 | 25.18 | 53.23 | - |
| YUV | 103.93 | 178.84 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 194 | 0 | 0.96 | 0.24 | 0.00 | 314.75 | 0.99 | 0.52 |
| Hex | FE | A | C2 | 0 | 60 | 18 | 0 | 13B | 63 | 34 |
| Octal | 376 | 12 | 302 | 0 | 140 | 30 | 0 | 473 | 143 | 64 |
| Binary | 11111110 | 1010 | 11000010 | 0 | 1100000 | 11000 | 0 | 100111011 | 1100011 | 110100 |
Color Harmonies of #FE0AC2
Complementary color
Monochromatic Colors of #FE0AC2
Black with #FE0AC2
Text Example
Text Example
White with #FE0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AC2; }
p { color: rgb(254,10,194); }
H1.HeaderClassName
{
color: #FE0AC2;
}
.AnyTagClassName
{
color: #FE0AC2;
}
</style>
background-color css
<style>
a { background-color: #FE0AC2; }
a { background-color: rgb(254,10,194); }
div.DivClassName
{
background-color: #FE0AC2;
}
.BgClassName
{
background-color: #FE0AC2;
}
</style>
border-color css
<style>
span { border-color: #FE0AC2; }
span { border-color: rgb(254,10,194); }
td.TdClassName
{
border-color: #FE0AC2;
}
.TagClassName
{
border-color: #FE0AC2;
}
</style>