Shades of Spicy Pink #FE21B9
Tints of Spicy Pink #FE21B9
RGB
CMYK
RGB Variations
Color information
#FE21B9 (or 0xFE21B9) is known color: Spicy Pink. HEX triplet: FE, 21 and B9. RGB value is (254,33,185). Sum of RGB (Red+Green+Blue) = 254+33+185=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21B9 is #01DE46. Grayscale: #747474. Windows color (decimal): -122439 or 12132862. OLE color: 12132862.
HSL color Cylindrical-coordinate representation of color #FE21B9: hue angle of 318.73º 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 #FE21B9 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 185 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.00 |
| HSL | 318.73º | 0.99% | 0.56% | - |
| HSV(B) | 318.73º | 0.87% | 1% | - |
| XYZ | 50.17 | 25.66 | 48.21 | - |
| YUV | 116.41 | 166.72 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 185 | 0 | 0.87 | 0.27 | 0.00 | 318.73 | 0.99 | 0.56 |
| Hex | FE | 21 | B9 | 0 | 57 | 1B | 0 | 13F | 63 | 38 |
| Octal | 376 | 41 | 271 | 0 | 127 | 33 | 0 | 477 | 143 | 70 |
| Binary | 11111110 | 100001 | 10111001 | 0 | 1010111 | 11011 | 0 | 100111111 | 1100011 | 111000 |
Color Harmonies of #FE21B9
Complementary color
Monochromatic Colors of #FE21B9
Black with #FE21B9
Text Example
Text Example
White with #FE21B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21B9; }
p { color: rgb(254,33,185); }
H1.HeaderClassName
{
color: #FE21B9;
}
.AnyTagClassName
{
color: #FE21B9;
}
</style>
background-color css
<style>
a { background-color: #FE21B9; }
a { background-color: rgb(254,33,185); }
div.DivClassName
{
background-color: #FE21B9;
}
.BgClassName
{
background-color: #FE21B9;
}
</style>
border-color css
<style>
span { border-color: #FE21B9; }
span { border-color: rgb(254,33,185); }
td.TdClassName
{
border-color: #FE21B9;
}
.TagClassName
{
border-color: #FE21B9;
}
</style>