Shades of Shocking Pink #FA20BF
Tints of Shocking Pink #FA20BF
RGB
CMYK
RGB Variations
Color information
#FA20BF (or 0xFA20BF) is known color: Shocking Pink. HEX triplet: FA, 20 and BF. RGB value is (250,32,191). Sum of RGB (Red+Green+Blue) = 250+32+191=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20BF is #05DF40. Grayscale: #727272. Windows color (decimal): -384833 or 12525818. OLE color: 12525818.
HSL color Cylindrical-coordinate representation of color #FA20BF: hue angle of 316.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20BF is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 191 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.02 |
| HSL | 316.24º | 0.96% | 0.55% | - |
| HSV(B) | 316.24º | 0.87% | 0.98% | - |
| XYZ | 49.34 | 25.12 | 51.54 | - |
| YUV | 115.31 | 170.72 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 191 | 0 | 0.87 | 0.24 | 0.02 | 316.24 | 0.96 | 0.55 |
| Hex | FA | 20 | BF | 0 | 57 | 18 | 2 | 13C | 60 | 37 |
| Octal | 372 | 40 | 277 | 0 | 127 | 30 | 2 | 474 | 140 | 67 |
| Binary | 11111010 | 100000 | 10111111 | 0 | 1010111 | 11000 | 10 | 100111100 | 1100000 | 110111 |
Color Harmonies of #FA20BF
Complementary color
Monochromatic Colors of #FA20BF
Black with #FA20BF
Text Example
Text Example
White with #FA20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20BF; }
p { color: rgb(250,32,191); }
H1.HeaderClassName
{
color: #FA20BF;
}
.AnyTagClassName
{
color: #FA20BF;
}
</style>
background-color css
<style>
a { background-color: #FA20BF; }
a { background-color: rgb(250,32,191); }
div.DivClassName
{
background-color: #FA20BF;
}
.BgClassName
{
background-color: #FA20BF;
}
</style>
border-color css
<style>
span { border-color: #FA20BF; }
span { border-color: rgb(250,32,191); }
td.TdClassName
{
border-color: #FA20BF;
}
.TagClassName
{
border-color: #FA20BF;
}
</style>