Shades of Spicy Pink #FF22A8
Tints of Spicy Pink #FF22A8
RGB
CMYK
RGB Variations
Color information
#FF22A8 (or 0xFF22A8) is known color: Spicy Pink. HEX triplet: FF, 22 and A8. RGB value is (255,34,168). Sum of RGB (Red+Green+Blue) = 255+34+168=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF22A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF22A8 is #00DD57. Grayscale: #737373. Windows color (decimal): -56664 or 11019007. OLE color: 11019007.
HSL color Cylindrical-coordinate representation of color #FF22A8: hue angle of 323.62º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF22A8 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 168 | - |
| CMYK | 0 | 0.87 | 0.34 | 0 |
| HSL | 323.62º | 1% | 0.57% | - |
| HSV(B) | 323.62º | 0.87% | 1% | - |
| XYZ | 48.88 | 25.23 | 39.34 | - |
| YUV | 115.36 | 157.72 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 168 | 0 | 0.87 | 0.34 | 0 | 323.62 | 1 | 0.57 |
| Hex | FF | 22 | A8 | 0 | 57 | 22 | 0 | 144 | 64 | 39 |
| Octal | 377 | 42 | 250 | 0 | 127 | 42 | 0 | 504 | 144 | 71 |
| Binary | 11111111 | 100010 | 10101000 | 0 | 1010111 | 100010 | 0 | 101000100 | 1100100 | 111001 |
Color Harmonies of #FF22A8
Complementary color
Monochromatic Colors of #FF22A8
Black with #FF22A8
Text Example
Text Example
White with #FF22A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF22A8; }
p { color: rgb(255,34,168); }
H1.HeaderClassName
{
color: #FF22A8;
}
.AnyTagClassName
{
color: #FF22A8;
}
</style>
background-color css
<style>
a { background-color: #FF22A8; }
a { background-color: rgb(255,34,168); }
div.DivClassName
{
background-color: #FF22A8;
}
.BgClassName
{
background-color: #FF22A8;
}
</style>
border-color css
<style>
span { border-color: #FF22A8; }
span { border-color: rgb(255,34,168); }
td.TdClassName
{
border-color: #FF22A8;
}
.TagClassName
{
border-color: #FF22A8;
}
</style>