Shades of Shocking Pink #FA12BD
Tints of Shocking Pink #FA12BD
RGB
CMYK
RGB Variations
Color information
#FA12BD (or 0xFA12BD) is known color: Shocking Pink. HEX triplet: FA, 12 and BD. RGB value is (250,18,189). Sum of RGB (Red+Green+Blue) = 250+18+189=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12BD is #05ED42. Grayscale: #6A6A6A. Windows color (decimal): -388419 or 12391162. OLE color: 12391162.
HSL color Cylindrical-coordinate representation of color #FA12BD: hue angle of 315.78º 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 #FA12BD is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 189 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.02 |
| HSL | 315.78º | 0.96% | 0.53% | - |
| HSV(B) | 315.78º | 0.93% | 0.98% | - |
| XYZ | 48.83 | 24.43 | 50.29 | - |
| YUV | 106.86 | 174.36 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 189 | 0 | 0.93 | 0.24 | 0.02 | 315.78 | 0.96 | 0.53 |
| Hex | FA | 12 | BD | 0 | 5D | 18 | 2 | 13C | 60 | 35 |
| Octal | 372 | 22 | 275 | 0 | 135 | 30 | 2 | 474 | 140 | 65 |
| Binary | 11111010 | 10010 | 10111101 | 0 | 1011101 | 11000 | 10 | 100111100 | 1100000 | 110101 |
Color Harmonies of #FA12BD
Complementary color
Monochromatic Colors of #FA12BD
Black with #FA12BD
Text Example
Text Example
White with #FA12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12BD; }
p { color: rgb(250,18,189); }
H1.HeaderClassName
{
color: #FA12BD;
}
.AnyTagClassName
{
color: #FA12BD;
}
</style>
background-color css
<style>
a { background-color: #FA12BD; }
a { background-color: rgb(250,18,189); }
div.DivClassName
{
background-color: #FA12BD;
}
.BgClassName
{
background-color: #FA12BD;
}
</style>
border-color css
<style>
span { border-color: #FA12BD; }
span { border-color: rgb(250,18,189); }
td.TdClassName
{
border-color: #FA12BD;
}
.TagClassName
{
border-color: #FA12BD;
}
</style>