Shades of Spicy Pink #FA22A8
Tints of Spicy Pink #FA22A8
RGB
CMYK
RGB Variations
Color information
#FA22A8 (or 0xFA22A8) is known color: Spicy Pink. HEX triplet: FA, 22 and A8. RGB value is (250,34,168). Sum of RGB (Red+Green+Blue) = 250+34+168=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA22A8 is #05DD57. Grayscale: #717171. Windows color (decimal): -384344 or 11019002. OLE color: 11019002.
HSL color Cylindrical-coordinate representation of color #FA22A8: hue angle of 322.78º 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 #FA22A8 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 168 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.02 |
| HSL | 322.78º | 0.96% | 0.56% | - |
| HSV(B) | 322.78º | 0.86% | 0.98% | - |
| XYZ | 47.06 | 24.3 | 39.25 | - |
| YUV | 113.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 168 | 0 | 0.86 | 0.33 | 0.02 | 322.78 | 0.96 | 0.56 |
| Hex | FA | 22 | A8 | 0 | 56 | 21 | 2 | 143 | 60 | 38 |
| Octal | 372 | 42 | 250 | 0 | 126 | 41 | 2 | 503 | 140 | 70 |
| Binary | 11111010 | 100010 | 10101000 | 0 | 1010110 | 100001 | 10 | 101000011 | 1100000 | 111000 |
Color Harmonies of #FA22A8
Complementary color
Monochromatic Colors of #FA22A8
Black with #FA22A8
Text Example
Text Example
White with #FA22A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22A8; }
p { color: rgb(250,34,168); }
H1.HeaderClassName
{
color: #FA22A8;
}
.AnyTagClassName
{
color: #FA22A8;
}
</style>
background-color css
<style>
a { background-color: #FA22A8; }
a { background-color: rgb(250,34,168); }
div.DivClassName
{
background-color: #FA22A8;
}
.BgClassName
{
background-color: #FA22A8;
}
</style>
border-color css
<style>
span { border-color: #FA22A8; }
span { border-color: rgb(250,34,168); }
td.TdClassName
{
border-color: #FA22A8;
}
.TagClassName
{
border-color: #FA22A8;
}
</style>