Shades of Shocking Pink #FA22C3
Tints of Shocking Pink #FA22C3
RGB
CMYK
RGB Variations
Color information
#FA22C3 (or 0xFA22C3) is known color: Shocking Pink. HEX triplet: FA, 22 and C3. RGB value is (250,34,195). Sum of RGB (Red+Green+Blue) = 250+34+195=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA22C3 is #05DD3C. Grayscale: #747474. Windows color (decimal): -384317 or 12788474. OLE color: 12788474.
HSL color Cylindrical-coordinate representation of color #FA22C3: hue angle of 315.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA22C3 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 195 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.02 |
| HSL | 315.28º | 0.96% | 0.56% | - |
| HSV(B) | 315.28º | 0.86% | 0.98% | - |
| XYZ | 49.85 | 25.41 | 53.91 | - |
| YUV | 116.94 | 172.06 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 195 | 0 | 0.86 | 0.22 | 0.02 | 315.28 | 0.96 | 0.56 |
| Hex | FA | 22 | C3 | 0 | 56 | 16 | 2 | 13B | 60 | 38 |
| Octal | 372 | 42 | 303 | 0 | 126 | 26 | 2 | 473 | 140 | 70 |
| Binary | 11111010 | 100010 | 11000011 | 0 | 1010110 | 10110 | 10 | 100111011 | 1100000 | 111000 |
Color Harmonies of #FA22C3
Complementary color
Monochromatic Colors of #FA22C3
Black with #FA22C3
Text Example
Text Example
White with #FA22C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22C3; }
p { color: rgb(250,34,195); }
H1.HeaderClassName
{
color: #FA22C3;
}
.AnyTagClassName
{
color: #FA22C3;
}
</style>
background-color css
<style>
a { background-color: #FA22C3; }
a { background-color: rgb(250,34,195); }
div.DivClassName
{
background-color: #FA22C3;
}
.BgClassName
{
background-color: #FA22C3;
}
</style>
border-color css
<style>
span { border-color: #FA22C3; }
span { border-color: rgb(250,34,195); }
td.TdClassName
{
border-color: #FA22C3;
}
.TagClassName
{
border-color: #FA22C3;
}
</style>