Shades of Shocking Pink #FE12BA
Tints of Shocking Pink #FE12BA
RGB
CMYK
RGB Variations
Color information
#FE12BA (or 0xFE12BA) is known color: Shocking Pink. HEX triplet: FE, 12 and BA. RGB value is (254,18,186). Sum of RGB (Red+Green+Blue) = 254+18+186=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12BA is #01ED45. Grayscale: #6B6B6B. Windows color (decimal): -126278 or 12194558. OLE color: 12194558.
HSL color Cylindrical-coordinate representation of color #FE12BA: hue angle of 317.29º 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 #FE12BA is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.00 |
| HSL | 317.29º | 0.99% | 0.53% | - |
| HSV(B) | 317.29º | 0.93% | 1% | - |
| XYZ | 49.95 | 25.05 | 48.66 | - |
| YUV | 107.72 | 172.19 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 186 | 0 | 0.93 | 0.27 | 0.00 | 317.29 | 0.99 | 0.53 |
| Hex | FE | 12 | BA | 0 | 5D | 1B | 0 | 13D | 63 | 35 |
| Octal | 376 | 22 | 272 | 0 | 135 | 33 | 0 | 475 | 143 | 65 |
| Binary | 11111110 | 10010 | 10111010 | 0 | 1011101 | 11011 | 0 | 100111101 | 1100011 | 110101 |
Color Harmonies of #FE12BA
Complementary color
Monochromatic Colors of #FE12BA
Black with #FE12BA
Text Example
Text Example
White with #FE12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12BA; }
p { color: rgb(254,18,186); }
H1.HeaderClassName
{
color: #FE12BA;
}
.AnyTagClassName
{
color: #FE12BA;
}
</style>
background-color css
<style>
a { background-color: #FE12BA; }
a { background-color: rgb(254,18,186); }
div.DivClassName
{
background-color: #FE12BA;
}
.BgClassName
{
background-color: #FE12BA;
}
</style>
border-color css
<style>
span { border-color: #FE12BA; }
span { border-color: rgb(254,18,186); }
td.TdClassName
{
border-color: #FE12BA;
}
.TagClassName
{
border-color: #FE12BA;
}
</style>