Shades of Spicy Pink #FE21B7
Tints of Spicy Pink #FE21B7
RGB
CMYK
RGB Variations
Color information
#FE21B7 (or 0xFE21B7) is known color: Spicy Pink. HEX triplet: FE, 21 and B7. RGB value is (254,33,183). Sum of RGB (Red+Green+Blue) = 254+33+183=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE21B7 is #01DE48. Grayscale: #737373. Windows color (decimal): -122441 or 12001790. OLE color: 12001790.
HSL color Cylindrical-coordinate representation of color #FE21B7: hue angle of 319.28º 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 #FE21B7 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 183 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.00 |
| HSL | 319.28º | 0.99% | 0.56% | - |
| HSV(B) | 319.28º | 0.87% | 1% | - |
| XYZ | 49.96 | 25.58 | 47.1 | - |
| YUV | 116.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 183 | 0 | 0.87 | 0.28 | 0.00 | 319.28 | 0.99 | 0.56 |
| Hex | FE | 21 | B7 | 0 | 57 | 1C | 0 | 13F | 63 | 38 |
| Octal | 376 | 41 | 267 | 0 | 127 | 34 | 0 | 477 | 143 | 70 |
| Binary | 11111110 | 100001 | 10110111 | 0 | 1010111 | 11100 | 0 | 100111111 | 1100011 | 111000 |
Color Harmonies of #FE21B7
Complementary color
Monochromatic Colors of #FE21B7
Black with #FE21B7
Text Example
Text Example
White with #FE21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21B7; }
p { color: rgb(254,33,183); }
H1.HeaderClassName
{
color: #FE21B7;
}
.AnyTagClassName
{
color: #FE21B7;
}
</style>
background-color css
<style>
a { background-color: #FE21B7; }
a { background-color: rgb(254,33,183); }
div.DivClassName
{
background-color: #FE21B7;
}
.BgClassName
{
background-color: #FE21B7;
}
</style>
border-color css
<style>
span { border-color: #FE21B7; }
span { border-color: rgb(254,33,183); }
td.TdClassName
{
border-color: #FE21B7;
}
.TagClassName
{
border-color: #FE21B7;
}
</style>