Shades of Shocking Pink #FA01BA
Tints of Shocking Pink #FA01BA
RGB
CMYK
RGB Variations
Color information
#FA01BA (or 0xFA01BA) is known color: Shocking Pink. HEX triplet: FA, 01 and BA. RGB value is (250,1,186). Sum of RGB (Red+Green+Blue) = 250+1+186=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01BA is #05FE45. Grayscale: #606060. Windows color (decimal): -392774 or 12190202. OLE color: 12190202.
HSL color Cylindrical-coordinate representation of color #FA01BA: hue angle of 315.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01BA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.02 |
| HSL | 315.42º | 0.99% | 0.49% | - |
| HSV(B) | 315.42º | 1% | 0.98% | - |
| XYZ | 48.3 | 23.89 | 48.52 | - |
| YUV | 96.54 | 178.49 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 186 | 0 | 1.00 | 0.26 | 0.02 | 315.42 | 0.99 | 0.49 |
| Hex | FA | 1 | BA | 0 | 64 | 1A | 2 | 13B | 63 | 31 |
| Octal | 372 | 1 | 272 | 0 | 144 | 32 | 2 | 473 | 143 | 61 |
| Binary | 11111010 | 1 | 10111010 | 0 | 1100100 | 11010 | 10 | 100111011 | 1100011 | 110001 |
Color Harmonies of #FA01BA
Complementary color
Monochromatic Colors of #FA01BA
Black with #FA01BA
Text Example
Text Example
White with #FA01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01BA; }
p { color: rgb(250,1,186); }
H1.HeaderClassName
{
color: #FA01BA;
}
.AnyTagClassName
{
color: #FA01BA;
}
</style>
background-color css
<style>
a { background-color: #FA01BA; }
a { background-color: rgb(250,1,186); }
div.DivClassName
{
background-color: #FA01BA;
}
.BgClassName
{
background-color: #FA01BA;
}
</style>
border-color css
<style>
span { border-color: #FA01BA; }
span { border-color: rgb(250,1,186); }
td.TdClassName
{
border-color: #FA01BA;
}
.TagClassName
{
border-color: #FA01BA;
}
</style>