Shades of Spicy Pink #FE22AC
Tints of Spicy Pink #FE22AC
RGB
CMYK
RGB Variations
Color information
#FE22AC (or 0xFE22AC) is known color: Spicy Pink. HEX triplet: FE, 22 and AC. RGB value is (254,34,172). Sum of RGB (Red+Green+Blue) = 254+34+172=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE22AC is #01DD53. Grayscale: #737373. Windows color (decimal): -122196 or 11281150. OLE color: 11281150.
HSL color Cylindrical-coordinate representation of color #FE22AC: hue angle of 322.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE22AC is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 172 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.00 |
| HSL | 322.36º | 0.99% | 0.56% | - |
| HSV(B) | 322.36º | 0.87% | 1% | - |
| XYZ | 48.89 | 25.19 | 41.32 | - |
| YUV | 115.51 | 159.89 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 172 | 0 | 0.87 | 0.32 | 0.00 | 322.36 | 0.99 | 0.56 |
| Hex | FE | 22 | AC | 0 | 57 | 20 | 0 | 142 | 63 | 38 |
| Octal | 376 | 42 | 254 | 0 | 127 | 40 | 0 | 502 | 143 | 70 |
| Binary | 11111110 | 100010 | 10101100 | 0 | 1010111 | 100000 | 0 | 101000010 | 1100011 | 111000 |
Color Harmonies of #FE22AC
Complementary color
Monochromatic Colors of #FE22AC
Black with #FE22AC
Text Example
Text Example
White with #FE22AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22AC; }
p { color: rgb(254,34,172); }
H1.HeaderClassName
{
color: #FE22AC;
}
.AnyTagClassName
{
color: #FE22AC;
}
</style>
background-color css
<style>
a { background-color: #FE22AC; }
a { background-color: rgb(254,34,172); }
div.DivClassName
{
background-color: #FE22AC;
}
.BgClassName
{
background-color: #FE22AC;
}
</style>
border-color css
<style>
span { border-color: #FE22AC; }
span { border-color: rgb(254,34,172); }
td.TdClassName
{
border-color: #FE22AC;
}
.TagClassName
{
border-color: #FE22AC;
}
</style>