Shades of Shocking Pink #FA22C2
Tints of Shocking Pink #FA22C2
RGB
CMYK
RGB Variations
Color information
#FA22C2 (or 0xFA22C2) is known color: Shocking Pink. HEX triplet: FA, 22 and C2. RGB value is (250,34,194). Sum of RGB (Red+Green+Blue) = 250+34+194=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA22C2 is #05DD3D. Grayscale: #747474. Windows color (decimal): -384318 or 12722938. OLE color: 12722938.
HSL color Cylindrical-coordinate representation of color #FA22C2: hue angle of 315.56º 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 #FA22C2 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 194 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.02 |
| HSL | 315.56º | 0.96% | 0.56% | - |
| HSV(B) | 315.56º | 0.86% | 0.98% | - |
| XYZ | 49.73 | 25.36 | 53.31 | - |
| YUV | 116.82 | 171.56 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 194 | 0 | 0.86 | 0.22 | 0.02 | 315.56 | 0.96 | 0.56 |
| Hex | FA | 22 | C2 | 0 | 56 | 16 | 2 | 13C | 60 | 38 |
| Octal | 372 | 42 | 302 | 0 | 126 | 26 | 2 | 474 | 140 | 70 |
| Binary | 11111010 | 100010 | 11000010 | 0 | 1010110 | 10110 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FA22C2
Complementary color
Monochromatic Colors of #FA22C2
Black with #FA22C2
Text Example
Text Example
White with #FA22C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22C2; }
p { color: rgb(250,34,194); }
H1.HeaderClassName
{
color: #FA22C2;
}
.AnyTagClassName
{
color: #FA22C2;
}
</style>
background-color css
<style>
a { background-color: #FA22C2; }
a { background-color: rgb(250,34,194); }
div.DivClassName
{
background-color: #FA22C2;
}
.BgClassName
{
background-color: #FA22C2;
}
</style>
border-color css
<style>
span { border-color: #FA22C2; }
span { border-color: rgb(250,34,194); }
td.TdClassName
{
border-color: #FA22C2;
}
.TagClassName
{
border-color: #FA22C2;
}
</style>