Shades of Shocking Pink #FE12B8
Tints of Shocking Pink #FE12B8
RGB
CMYK
RGB Variations
Color information
#FE12B8 (or 0xFE12B8) is known color: Shocking Pink. HEX triplet: FE, 12 and B8. RGB value is (254,18,184). Sum of RGB (Red+Green+Blue) = 254+18+184=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12B8 is #01ED47. Grayscale: #6B6B6B. Windows color (decimal): -126280 or 12063486. OLE color: 12063486.
HSL color Cylindrical-coordinate representation of color #FE12B8: hue angle of 317.8º 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 #FE12B8 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 184 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.00 |
| HSL | 317.8º | 0.99% | 0.53% | - |
| HSV(B) | 317.8º | 0.93% | 1% | - |
| XYZ | 49.74 | 24.96 | 47.54 | - |
| YUV | 107.49 | 171.19 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 184 | 0 | 0.93 | 0.28 | 0.00 | 317.8 | 0.99 | 0.53 |
| Hex | FE | 12 | B8 | 0 | 5D | 1C | 0 | 13E | 63 | 35 |
| Octal | 376 | 22 | 270 | 0 | 135 | 34 | 0 | 476 | 143 | 65 |
| Binary | 11111110 | 10010 | 10111000 | 0 | 1011101 | 11100 | 0 | 100111110 | 1100011 | 110101 |
Color Harmonies of #FE12B8
Complementary color
Monochromatic Colors of #FE12B8
Black with #FE12B8
Text Example
Text Example
White with #FE12B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12B8; }
p { color: rgb(254,18,184); }
H1.HeaderClassName
{
color: #FE12B8;
}
.AnyTagClassName
{
color: #FE12B8;
}
</style>
background-color css
<style>
a { background-color: #FE12B8; }
a { background-color: rgb(254,18,184); }
div.DivClassName
{
background-color: #FE12B8;
}
.BgClassName
{
background-color: #FE12B8;
}
</style>
border-color css
<style>
span { border-color: #FE12B8; }
span { border-color: rgb(254,18,184); }
td.TdClassName
{
border-color: #FE12B8;
}
.TagClassName
{
border-color: #FE12B8;
}
</style>