Shades of Shocking Pink #FE1ACC
Tints of Shocking Pink #FE1ACC
RGB
CMYK
RGB Variations
Color information
#FE1ACC (or 0xFE1ACC) is known color: Shocking Pink. HEX triplet: FE, 1A and CC. RGB value is (254,26,204). Sum of RGB (Red+Green+Blue) = 254+26+204=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ACC is #01E533. Grayscale: #717171. Windows color (decimal): -124212 or 13376254. OLE color: 13376254.
HSL color Cylindrical-coordinate representation of color #FE1ACC: hue angle of 313.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ACC is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 204 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.00 |
| HSL | 313.16º | 0.99% | 0.55% | - |
| HSV(B) | 313.16º | 0.9% | 1% | - |
| XYZ | 52.14 | 26.17 | 59.43 | - |
| YUV | 114.46 | 178.54 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 204 | 0 | 0.90 | 0.20 | 0.00 | 313.16 | 0.99 | 0.55 |
| Hex | FE | 1A | CC | 0 | 5A | 14 | 0 | 139 | 63 | 37 |
| Octal | 376 | 32 | 314 | 0 | 132 | 24 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11010 | 11001100 | 0 | 1011010 | 10100 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1ACC
Complementary color
Monochromatic Colors of #FE1ACC
Black with #FE1ACC
Text Example
Text Example
White with #FE1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ACC; }
p { color: rgb(254,26,204); }
H1.HeaderClassName
{
color: #FE1ACC;
}
.AnyTagClassName
{
color: #FE1ACC;
}
</style>
background-color css
<style>
a { background-color: #FE1ACC; }
a { background-color: rgb(254,26,204); }
div.DivClassName
{
background-color: #FE1ACC;
}
.BgClassName
{
background-color: #FE1ACC;
}
</style>
border-color css
<style>
span { border-color: #FE1ACC; }
span { border-color: rgb(254,26,204); }
td.TdClassName
{
border-color: #FE1ACC;
}
.TagClassName
{
border-color: #FE1ACC;
}
</style>