Shades of Shocking Pink #FA20C5
Tints of Shocking Pink #FA20C5
RGB
CMYK
RGB Variations
Color information
#FA20C5 (or 0xFA20C5) is known color: Shocking Pink. HEX triplet: FA, 20 and C5. RGB value is (250,32,197). Sum of RGB (Red+Green+Blue) = 250+32+197=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20C5 is #05DF3A. Grayscale: #737373. Windows color (decimal): -384827 or 12919034. OLE color: 12919034.
HSL color Cylindrical-coordinate representation of color #FA20C5: hue angle of 314.59º 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 #FA20C5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 197 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.02 |
| HSL | 314.59º | 0.96% | 0.55% | - |
| HSV(B) | 314.59º | 0.87% | 0.98% | - |
| XYZ | 50.02 | 25.39 | 55.09 | - |
| YUV | 115.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 197 | 0 | 0.87 | 0.21 | 0.02 | 314.59 | 0.96 | 0.55 |
| Hex | FA | 20 | C5 | 0 | 57 | 15 | 2 | 13B | 60 | 37 |
| Octal | 372 | 40 | 305 | 0 | 127 | 25 | 2 | 473 | 140 | 67 |
| Binary | 11111010 | 100000 | 11000101 | 0 | 1010111 | 10101 | 10 | 100111011 | 1100000 | 110111 |
Color Harmonies of #FA20C5
Complementary color
Monochromatic Colors of #FA20C5
Black with #FA20C5
Text Example
Text Example
White with #FA20C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20C5; }
p { color: rgb(250,32,197); }
H1.HeaderClassName
{
color: #FA20C5;
}
.AnyTagClassName
{
color: #FA20C5;
}
</style>
background-color css
<style>
a { background-color: #FA20C5; }
a { background-color: rgb(250,32,197); }
div.DivClassName
{
background-color: #FA20C5;
}
.BgClassName
{
background-color: #FA20C5;
}
</style>
border-color css
<style>
span { border-color: #FA20C5; }
span { border-color: rgb(250,32,197); }
td.TdClassName
{
border-color: #FA20C5;
}
.TagClassName
{
border-color: #FA20C5;
}
</style>