Shades of Shocking Pink #FA01B5
Tints of Shocking Pink #FA01B5
RGB
CMYK
RGB Variations
Color information
#FA01B5 (or 0xFA01B5) is known color: Shocking Pink. HEX triplet: FA, 01 and B5. RGB value is (250,1,181). Sum of RGB (Red+Green+Blue) = 250+1+181=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01B5 is #05FE4A. Grayscale: #5F5F5F. Windows color (decimal): -392779 or 11862522. OLE color: 11862522.
HSL color Cylindrical-coordinate representation of color #FA01B5: hue angle of 316.63º 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 #FA01B5 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.02 |
| HSL | 316.63º | 0.99% | 0.49% | - |
| HSV(B) | 316.63º | 1% | 0.98% | - |
| XYZ | 47.78 | 23.68 | 45.77 | - |
| YUV | 95.97 | 175.99 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 181 | 0 | 1.00 | 0.28 | 0.02 | 316.63 | 0.99 | 0.49 |
| Hex | FA | 1 | B5 | 0 | 64 | 1C | 2 | 13D | 63 | 31 |
| Octal | 372 | 1 | 265 | 0 | 144 | 34 | 2 | 475 | 143 | 61 |
| Binary | 11111010 | 1 | 10110101 | 0 | 1100100 | 11100 | 10 | 100111101 | 1100011 | 110001 |
Color Harmonies of #FA01B5
Complementary color
Monochromatic Colors of #FA01B5
Black with #FA01B5
Text Example
Text Example
White with #FA01B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01B5; }
p { color: rgb(250,1,181); }
H1.HeaderClassName
{
color: #FA01B5;
}
.AnyTagClassName
{
color: #FA01B5;
}
</style>
background-color css
<style>
a { background-color: #FA01B5; }
a { background-color: rgb(250,1,181); }
div.DivClassName
{
background-color: #FA01B5;
}
.BgClassName
{
background-color: #FA01B5;
}
</style>
border-color css
<style>
span { border-color: #FA01B5; }
span { border-color: rgb(250,1,181); }
td.TdClassName
{
border-color: #FA01B5;
}
.TagClassName
{
border-color: #FA01B5;
}
</style>