Shades of Spicy Pink #FE20A8
Tints of Spicy Pink #FE20A8
RGB
CMYK
RGB Variations
Color information
#FE20A8 (or 0xFE20A8) is known color: Spicy Pink. HEX triplet: FE, 20 and A8. RGB value is (254,32,168). Sum of RGB (Red+Green+Blue) = 254+32+168=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE20A8 is #01DF57. Grayscale: #717171. Windows color (decimal): -122712 or 11018494. OLE color: 11018494.
HSL color Cylindrical-coordinate representation of color #FE20A8: hue angle of 323.24º 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 #FE20A8 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 168 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.00 |
| HSL | 323.24º | 0.99% | 0.56% | - |
| HSV(B) | 323.24º | 0.87% | 1% | - |
| XYZ | 48.46 | 24.93 | 39.3 | - |
| YUV | 113.88 | 158.55 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 168 | 0 | 0.87 | 0.34 | 0.00 | 323.24 | 0.99 | 0.56 |
| Hex | FE | 20 | A8 | 0 | 57 | 22 | 0 | 143 | 63 | 38 |
| Octal | 376 | 40 | 250 | 0 | 127 | 42 | 0 | 503 | 143 | 70 |
| Binary | 11111110 | 100000 | 10101000 | 0 | 1010111 | 100010 | 0 | 101000011 | 1100011 | 111000 |
Color Harmonies of #FE20A8
Complementary color
Monochromatic Colors of #FE20A8
Black with #FE20A8
Text Example
Text Example
White with #FE20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20A8; }
p { color: rgb(254,32,168); }
H1.HeaderClassName
{
color: #FE20A8;
}
.AnyTagClassName
{
color: #FE20A8;
}
</style>
background-color css
<style>
a { background-color: #FE20A8; }
a { background-color: rgb(254,32,168); }
div.DivClassName
{
background-color: #FE20A8;
}
.BgClassName
{
background-color: #FE20A8;
}
</style>
border-color css
<style>
span { border-color: #FE20A8; }
span { border-color: rgb(254,32,168); }
td.TdClassName
{
border-color: #FE20A8;
}
.TagClassName
{
border-color: #FE20A8;
}
</style>