Shades of Shocking Pink #FA21C0
Tints of Shocking Pink #FA21C0
RGB
CMYK
RGB Variations
Color information
#FA21C0 (or 0xFA21C0) is known color: Shocking Pink. HEX triplet: FA, 21 and C0. RGB value is (250,33,192). Sum of RGB (Red+Green+Blue) = 250+33+192=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21C0 is #05DE3F. Grayscale: #737373. Windows color (decimal): -384576 or 12591610. OLE color: 12591610.
HSL color Cylindrical-coordinate representation of color #FA21C0: hue angle of 316.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 #FA21C0 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 192 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.02 |
| HSL | 316.04º | 0.96% | 0.55% | - |
| HSV(B) | 316.04º | 0.87% | 0.98% | - |
| XYZ | 49.48 | 25.22 | 52.13 | - |
| YUV | 116.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 192 | 0 | 0.87 | 0.23 | 0.02 | 316.04 | 0.96 | 0.55 |
| Hex | FA | 21 | C0 | 0 | 57 | 17 | 2 | 13C | 60 | 37 |
| Octal | 372 | 41 | 300 | 0 | 127 | 27 | 2 | 474 | 140 | 67 |
| Binary | 11111010 | 100001 | 11000000 | 0 | 1010111 | 10111 | 10 | 100111100 | 1100000 | 110111 |
Color Harmonies of #FA21C0
Complementary color
Monochromatic Colors of #FA21C0
Black with #FA21C0
Text Example
Text Example
White with #FA21C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21C0; }
p { color: rgb(250,33,192); }
H1.HeaderClassName
{
color: #FA21C0;
}
.AnyTagClassName
{
color: #FA21C0;
}
</style>
background-color css
<style>
a { background-color: #FA21C0; }
a { background-color: rgb(250,33,192); }
div.DivClassName
{
background-color: #FA21C0;
}
.BgClassName
{
background-color: #FA21C0;
}
</style>
border-color css
<style>
span { border-color: #FA21C0; }
span { border-color: rgb(250,33,192); }
td.TdClassName
{
border-color: #FA21C0;
}
.TagClassName
{
border-color: #FA21C0;
}
</style>