Shades of Shocking Pink #FE12C5
Tints of Shocking Pink #FE12C5
RGB
CMYK
RGB Variations
Color information
#FE12C5 (or 0xFE12C5) is known color: Shocking Pink. HEX triplet: FE, 12 and C5. RGB value is (254,18,197). Sum of RGB (Red+Green+Blue) = 254+18+197=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12C5 is #01ED3A. Grayscale: #6C6C6C. Windows color (decimal): -126267 or 12915454. OLE color: 12915454.
HSL color Cylindrical-coordinate representation of color #FE12C5: hue angle of 314.49º 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 #FE12C5 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 197 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.00 |
| HSL | 314.49º | 0.99% | 0.53% | - |
| HSV(B) | 314.49º | 0.93% | 1% | - |
| XYZ | 51.17 | 25.53 | 55.06 | - |
| YUV | 108.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 197 | 0 | 0.93 | 0.22 | 0.00 | 314.49 | 0.99 | 0.53 |
| Hex | FE | 12 | C5 | 0 | 5D | 16 | 0 | 13A | 63 | 35 |
| Octal | 376 | 22 | 305 | 0 | 135 | 26 | 0 | 472 | 143 | 65 |
| Binary | 11111110 | 10010 | 11000101 | 0 | 1011101 | 10110 | 0 | 100111010 | 1100011 | 110101 |
Color Harmonies of #FE12C5
Complementary color
Monochromatic Colors of #FE12C5
Black with #FE12C5
Text Example
Text Example
White with #FE12C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12C5; }
p { color: rgb(254,18,197); }
H1.HeaderClassName
{
color: #FE12C5;
}
.AnyTagClassName
{
color: #FE12C5;
}
</style>
background-color css
<style>
a { background-color: #FE12C5; }
a { background-color: rgb(254,18,197); }
div.DivClassName
{
background-color: #FE12C5;
}
.BgClassName
{
background-color: #FE12C5;
}
</style>
border-color css
<style>
span { border-color: #FE12C5; }
span { border-color: rgb(254,18,197); }
td.TdClassName
{
border-color: #FE12C5;
}
.TagClassName
{
border-color: #FE12C5;
}
</style>