Shades of Shocking Pink #FA12BA
Tints of Shocking Pink #FA12BA
RGB
CMYK
RGB Variations
Color information
#FA12BA (or 0xFA12BA) is known color: Shocking Pink. HEX triplet: FA, 12 and BA. RGB value is (250,18,186). Sum of RGB (Red+Green+Blue) = 250+18+186=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12BA is #05ED45. Grayscale: #6A6A6A. Windows color (decimal): -388422 or 12194554. OLE color: 12194554.
HSL color Cylindrical-coordinate representation of color #FA12BA: hue angle of 316.55º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12BA is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.02 |
| HSL | 316.55º | 0.96% | 0.53% | - |
| HSV(B) | 316.55º | 0.93% | 0.98% | - |
| XYZ | 48.5 | 24.3 | 48.59 | - |
| YUV | 106.52 | 172.86 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 186 | 0 | 0.93 | 0.26 | 0.02 | 316.55 | 0.96 | 0.53 |
| Hex | FA | 12 | BA | 0 | 5D | 1A | 2 | 13D | 60 | 35 |
| Octal | 372 | 22 | 272 | 0 | 135 | 32 | 2 | 475 | 140 | 65 |
| Binary | 11111010 | 10010 | 10111010 | 0 | 1011101 | 11010 | 10 | 100111101 | 1100000 | 110101 |
Color Harmonies of #FA12BA
Complementary color
Monochromatic Colors of #FA12BA
Black with #FA12BA
Text Example
Text Example
White with #FA12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12BA; }
p { color: rgb(250,18,186); }
H1.HeaderClassName
{
color: #FA12BA;
}
.AnyTagClassName
{
color: #FA12BA;
}
</style>
background-color css
<style>
a { background-color: #FA12BA; }
a { background-color: rgb(250,18,186); }
div.DivClassName
{
background-color: #FA12BA;
}
.BgClassName
{
background-color: #FA12BA;
}
</style>
border-color css
<style>
span { border-color: #FA12BA; }
span { border-color: rgb(250,18,186); }
td.TdClassName
{
border-color: #FA12BA;
}
.TagClassName
{
border-color: #FA12BA;
}
</style>