Shades of Shocking Pink #FA20C7
Tints of Shocking Pink #FA20C7
RGB
CMYK
RGB Variations
Color information
#FA20C7 (or 0xFA20C7) is known color: Shocking Pink. HEX triplet: FA, 20 and C7. RGB value is (250,32,199). Sum of RGB (Red+Green+Blue) = 250+32+199=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20C7 is #05DF38. Grayscale: #737373. Windows color (decimal): -384825 or 13050106. OLE color: 13050106.
HSL color Cylindrical-coordinate representation of color #FA20C7: hue angle of 314.04º 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 #FA20C7 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.02 |
| HSL | 314.04º | 0.96% | 0.55% | - |
| HSV(B) | 314.04º | 0.87% | 0.98% | - |
| XYZ | 50.25 | 25.48 | 56.3 | - |
| YUV | 116.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 199 | 0 | 0.87 | 0.20 | 0.02 | 314.04 | 0.96 | 0.55 |
| Hex | FA | 20 | C7 | 0 | 57 | 14 | 2 | 13A | 60 | 37 |
| Octal | 372 | 40 | 307 | 0 | 127 | 24 | 2 | 472 | 140 | 67 |
| Binary | 11111010 | 100000 | 11000111 | 0 | 1010111 | 10100 | 10 | 100111010 | 1100000 | 110111 |
Color Harmonies of #FA20C7
Complementary color
Monochromatic Colors of #FA20C7
Black with #FA20C7
Text Example
Text Example
White with #FA20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20C7; }
p { color: rgb(250,32,199); }
H1.HeaderClassName
{
color: #FA20C7;
}
.AnyTagClassName
{
color: #FA20C7;
}
</style>
background-color css
<style>
a { background-color: #FA20C7; }
a { background-color: rgb(250,32,199); }
div.DivClassName
{
background-color: #FA20C7;
}
.BgClassName
{
background-color: #FA20C7;
}
</style>
border-color css
<style>
span { border-color: #FA20C7; }
span { border-color: rgb(250,32,199); }
td.TdClassName
{
border-color: #FA20C7;
}
.TagClassName
{
border-color: #FA20C7;
}
</style>