Shades of Spicy Pink #FE21AB
Tints of Spicy Pink #FE21AB
RGB
CMYK
RGB Variations
Color information
#FE21AB (or 0xFE21AB) is known color: Spicy Pink. HEX triplet: FE, 21 and AB. RGB value is (254,33,171). Sum of RGB (Red+Green+Blue) = 254+33+171=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE21AB is #01DE54. Grayscale: #727272. Windows color (decimal): -122453 or 11215358. OLE color: 11215358.
HSL color Cylindrical-coordinate representation of color #FE21AB: hue angle of 322.53º 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 #FE21AB is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 171 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.00 |
| HSL | 322.53º | 0.99% | 0.56% | - |
| HSV(B) | 322.53º | 0.87% | 1% | - |
| XYZ | 48.77 | 25.1 | 40.8 | - |
| YUV | 114.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 171 | 0 | 0.87 | 0.33 | 0.00 | 322.53 | 0.99 | 0.56 |
| Hex | FE | 21 | AB | 0 | 57 | 21 | 0 | 143 | 63 | 38 |
| Octal | 376 | 41 | 253 | 0 | 127 | 41 | 0 | 503 | 143 | 70 |
| Binary | 11111110 | 100001 | 10101011 | 0 | 1010111 | 100001 | 0 | 101000011 | 1100011 | 111000 |
Color Harmonies of #FE21AB
Complementary color
Monochromatic Colors of #FE21AB
Black with #FE21AB
Text Example
Text Example
White with #FE21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21AB; }
p { color: rgb(254,33,171); }
H1.HeaderClassName
{
color: #FE21AB;
}
.AnyTagClassName
{
color: #FE21AB;
}
</style>
background-color css
<style>
a { background-color: #FE21AB; }
a { background-color: rgb(254,33,171); }
div.DivClassName
{
background-color: #FE21AB;
}
.BgClassName
{
background-color: #FE21AB;
}
</style>
border-color css
<style>
span { border-color: #FE21AB; }
span { border-color: rgb(254,33,171); }
td.TdClassName
{
border-color: #FE21AB;
}
.TagClassName
{
border-color: #FE21AB;
}
</style>