Shades of Shocking Pink #FE12CE
Tints of Shocking Pink #FE12CE
RGB
CMYK
RGB Variations
Color information
#FE12CE (or 0xFE12CE) is known color: Shocking Pink. HEX triplet: FE, 12 and CE. RGB value is (254,18,206). Sum of RGB (Red+Green+Blue) = 254+18+206=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12CE is #01ED31. Grayscale: #6D6D6D. Windows color (decimal): -126258 or 13505278. OLE color: 13505278.
HSL color Cylindrical-coordinate representation of color #FE12CE: hue angle of 312.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE12CE is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 206 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.00 |
| HSL | 312.2º | 0.99% | 0.53% | - |
| HSV(B) | 312.2º | 0.93% | 1% | - |
| XYZ | 52.23 | 25.96 | 60.65 | - |
| YUV | 110 | 182.19 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 206 | 0 | 0.93 | 0.19 | 0.00 | 312.2 | 0.99 | 0.53 |
| Hex | FE | 12 | CE | 0 | 5D | 13 | 0 | 138 | 63 | 35 |
| Octal | 376 | 22 | 316 | 0 | 135 | 23 | 0 | 470 | 143 | 65 |
| Binary | 11111110 | 10010 | 11001110 | 0 | 1011101 | 10011 | 0 | 100111000 | 1100011 | 110101 |
Color Harmonies of #FE12CE
Complementary color
Monochromatic Colors of #FE12CE
Black with #FE12CE
Text Example
Text Example
White with #FE12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12CE; }
p { color: rgb(254,18,206); }
H1.HeaderClassName
{
color: #FE12CE;
}
.AnyTagClassName
{
color: #FE12CE;
}
</style>
background-color css
<style>
a { background-color: #FE12CE; }
a { background-color: rgb(254,18,206); }
div.DivClassName
{
background-color: #FE12CE;
}
.BgClassName
{
background-color: #FE12CE;
}
</style>
border-color css
<style>
span { border-color: #FE12CE; }
span { border-color: rgb(254,18,206); }
td.TdClassName
{
border-color: #FE12CE;
}
.TagClassName
{
border-color: #FE12CE;
}
</style>