Shades of Shocking Pink #FE1EC3
Tints of Shocking Pink #FE1EC3
RGB
CMYK
RGB Variations
Color information
#FE1EC3 (or 0xFE1EC3) is known color: Shocking Pink. HEX triplet: FE, 1E and C3. RGB value is (254,30,195). Sum of RGB (Red+Green+Blue) = 254+30+195=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EC3 is #01E13C. Grayscale: #737373. Windows color (decimal): -123197 or 12787454. OLE color: 12787454.
HSL color Cylindrical-coordinate representation of color #FE1EC3: hue angle of 315.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EC3 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 195 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.00 |
| HSL | 315.8º | 0.99% | 0.56% | - |
| HSV(B) | 315.8º | 0.88% | 1% | - |
| XYZ | 51.19 | 25.94 | 53.94 | - |
| YUV | 115.79 | 172.71 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 195 | 0 | 0.88 | 0.23 | 0.00 | 315.8 | 0.99 | 0.56 |
| Hex | FE | 1E | C3 | 0 | 58 | 17 | 0 | 13C | 63 | 38 |
| Octal | 376 | 36 | 303 | 0 | 130 | 27 | 0 | 474 | 143 | 70 |
| Binary | 11111110 | 11110 | 11000011 | 0 | 1011000 | 10111 | 0 | 100111100 | 1100011 | 111000 |
Color Harmonies of #FE1EC3
Complementary color
Monochromatic Colors of #FE1EC3
Black with #FE1EC3
Text Example
Text Example
White with #FE1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EC3; }
p { color: rgb(254,30,195); }
H1.HeaderClassName
{
color: #FE1EC3;
}
.AnyTagClassName
{
color: #FE1EC3;
}
</style>
background-color css
<style>
a { background-color: #FE1EC3; }
a { background-color: rgb(254,30,195); }
div.DivClassName
{
background-color: #FE1EC3;
}
.BgClassName
{
background-color: #FE1EC3;
}
</style>
border-color css
<style>
span { border-color: #FE1EC3; }
span { border-color: rgb(254,30,195); }
td.TdClassName
{
border-color: #FE1EC3;
}
.TagClassName
{
border-color: #FE1EC3;
}
</style>