Shades of Shocking Pink #FE1ACD
Tints of Shocking Pink #FE1ACD
RGB
CMYK
RGB Variations
Color information
#FE1ACD (or 0xFE1ACD) is known color: Shocking Pink. HEX triplet: FE, 1A and CD. RGB value is (254,26,205). Sum of RGB (Red+Green+Blue) = 254+26+205=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ACD is #01E532. Grayscale: #727272. Windows color (decimal): -124211 or 13441790. OLE color: 13441790.
HSL color Cylindrical-coordinate representation of color #FE1ACD: hue angle of 312.89º 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 #FE1ACD is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 205 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.00 |
| HSL | 312.89º | 0.99% | 0.55% | - |
| HSV(B) | 312.89º | 0.9% | 1% | - |
| XYZ | 52.26 | 26.22 | 60.06 | - |
| YUV | 114.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 205 | 0 | 0.90 | 0.19 | 0.00 | 312.89 | 0.99 | 0.55 |
| Hex | FE | 1A | CD | 0 | 5A | 13 | 0 | 139 | 63 | 37 |
| Octal | 376 | 32 | 315 | 0 | 132 | 23 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11010 | 11001101 | 0 | 1011010 | 10011 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1ACD
Complementary color
Monochromatic Colors of #FE1ACD
Black with #FE1ACD
Text Example
Text Example
White with #FE1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ACD; }
p { color: rgb(254,26,205); }
H1.HeaderClassName
{
color: #FE1ACD;
}
.AnyTagClassName
{
color: #FE1ACD;
}
</style>
background-color css
<style>
a { background-color: #FE1ACD; }
a { background-color: rgb(254,26,205); }
div.DivClassName
{
background-color: #FE1ACD;
}
.BgClassName
{
background-color: #FE1ACD;
}
</style>
border-color css
<style>
span { border-color: #FE1ACD; }
span { border-color: rgb(254,26,205); }
td.TdClassName
{
border-color: #FE1ACD;
}
.TagClassName
{
border-color: #FE1ACD;
}
</style>