Shades of Spicy Pink #FF22AD
Tints of Spicy Pink #FF22AD
RGB
CMYK
RGB Variations
Color information
#FF22AD (or 0xFF22AD) is known color: Spicy Pink. HEX triplet: FF, 22 and AD. RGB value is (255,34,173). Sum of RGB (Red+Green+Blue) = 255+34+173=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF22AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF22AD is #00DD52. Grayscale: #737373. Windows color (decimal): -56659 or 11346687. OLE color: 11346687.
HSL color Cylindrical-coordinate representation of color #FF22AD: hue angle of 322.26º 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 #FF22AD is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 173 | - |
| CMYK | 0 | 0.87 | 0.32 | 0 |
| HSL | 322.26º | 1% | 0.57% | - |
| HSV(B) | 322.26º | 0.87% | 1% | - |
| XYZ | 49.35 | 25.42 | 41.84 | - |
| YUV | 115.93 | 160.22 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 173 | 0 | 0.87 | 0.32 | 0 | 322.26 | 1 | 0.57 |
| Hex | FF | 22 | AD | 0 | 57 | 20 | 0 | 142 | 64 | 39 |
| Octal | 377 | 42 | 255 | 0 | 127 | 40 | 0 | 502 | 144 | 71 |
| Binary | 11111111 | 100010 | 10101101 | 0 | 1010111 | 100000 | 0 | 101000010 | 1100100 | 111001 |
Color Harmonies of #FF22AD
Complementary color
Monochromatic Colors of #FF22AD
Black with #FF22AD
Text Example
Text Example
White with #FF22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF22AD; }
p { color: rgb(255,34,173); }
H1.HeaderClassName
{
color: #FF22AD;
}
.AnyTagClassName
{
color: #FF22AD;
}
</style>
background-color css
<style>
a { background-color: #FF22AD; }
a { background-color: rgb(255,34,173); }
div.DivClassName
{
background-color: #FF22AD;
}
.BgClassName
{
background-color: #FF22AD;
}
</style>
border-color css
<style>
span { border-color: #FF22AD; }
span { border-color: rgb(255,34,173); }
td.TdClassName
{
border-color: #FF22AD;
}
.TagClassName
{
border-color: #FF22AD;
}
</style>