Shades of Shocking Pink #FA05B2
Tints of Shocking Pink #FA05B2
RGB
CMYK
RGB Variations
Color information
#FA05B2 (or 0xFA05B2) is known color: Shocking Pink. HEX triplet: FA, 05 and B2. RGB value is (250,5,178). Sum of RGB (Red+Green+Blue) = 250+5+178=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA05B2 is #05FA4D. Grayscale: #616161. Windows color (decimal): -391758 or 11666938. OLE color: 11666938.
HSL color Cylindrical-coordinate representation of color #FA05B2: hue angle of 317.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05B2 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.02 |
| HSL | 317.63º | 0.96% | 0.5% | - |
| HSV(B) | 317.63º | 0.98% | 0.98% | - |
| XYZ | 47.51 | 23.65 | 44.18 | - |
| YUV | 97.98 | 173.17 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 178 | 0 | 0.98 | 0.29 | 0.02 | 317.63 | 0.96 | 0.5 |
| Hex | FA | 5 | B2 | 0 | 62 | 1D | 2 | 13E | 60 | 32 |
| Octal | 372 | 5 | 262 | 0 | 142 | 35 | 2 | 476 | 140 | 62 |
| Binary | 11111010 | 101 | 10110010 | 0 | 1100010 | 11101 | 10 | 100111110 | 1100000 | 110010 |
Color Harmonies of #FA05B2
Complementary color
Monochromatic Colors of #FA05B2
Black with #FA05B2
Text Example
Text Example
White with #FA05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05B2; }
p { color: rgb(250,5,178); }
H1.HeaderClassName
{
color: #FA05B2;
}
.AnyTagClassName
{
color: #FA05B2;
}
</style>
background-color css
<style>
a { background-color: #FA05B2; }
a { background-color: rgb(250,5,178); }
div.DivClassName
{
background-color: #FA05B2;
}
.BgClassName
{
background-color: #FA05B2;
}
</style>
border-color css
<style>
span { border-color: #FA05B2; }
span { border-color: rgb(250,5,178); }
td.TdClassName
{
border-color: #FA05B2;
}
.TagClassName
{
border-color: #FA05B2;
}
</style>