Shades of Shocking Pink #FA01BB
Tints of Shocking Pink #FA01BB
RGB
CMYK
RGB Variations
Color information
#FA01BB (or 0xFA01BB) is known color: Shocking Pink. HEX triplet: FA, 01 and BB. RGB value is (250,1,187). Sum of RGB (Red+Green+Blue) = 250+1+187=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01BB is #05FE44. Grayscale: #606060. Windows color (decimal): -392773 or 12255738. OLE color: 12255738.
HSL color Cylindrical-coordinate representation of color #FA01BB: hue angle of 315.18º 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 #FA01BB is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.02 |
| HSL | 315.18º | 0.99% | 0.49% | - |
| HSV(B) | 315.18º | 1% | 0.98% | - |
| XYZ | 48.4 | 23.93 | 49.08 | - |
| YUV | 96.66 | 178.99 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 187 | 0 | 1.00 | 0.25 | 0.02 | 315.18 | 0.99 | 0.49 |
| Hex | FA | 1 | BB | 0 | 64 | 19 | 2 | 13B | 63 | 31 |
| Octal | 372 | 1 | 273 | 0 | 144 | 31 | 2 | 473 | 143 | 61 |
| Binary | 11111010 | 1 | 10111011 | 0 | 1100100 | 11001 | 10 | 100111011 | 1100011 | 110001 |
Color Harmonies of #FA01BB
Complementary color
Monochromatic Colors of #FA01BB
Black with #FA01BB
Text Example
Text Example
White with #FA01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01BB; }
p { color: rgb(250,1,187); }
H1.HeaderClassName
{
color: #FA01BB;
}
.AnyTagClassName
{
color: #FA01BB;
}
</style>
background-color css
<style>
a { background-color: #FA01BB; }
a { background-color: rgb(250,1,187); }
div.DivClassName
{
background-color: #FA01BB;
}
.BgClassName
{
background-color: #FA01BB;
}
</style>
border-color css
<style>
span { border-color: #FA01BB; }
span { border-color: rgb(250,1,187); }
td.TdClassName
{
border-color: #FA01BB;
}
.TagClassName
{
border-color: #FA01BB;
}
</style>