Shades of Spicy Pink #FE20B5
Tints of Spicy Pink #FE20B5
RGB
CMYK
RGB Variations
Color information
#FE20B5 (or 0xFE20B5) is known color: Spicy Pink. HEX triplet: FE, 20 and B5. RGB value is (254,32,181). Sum of RGB (Red+Green+Blue) = 254+32+181=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20B5 is #01DF4A. Grayscale: #727272. Windows color (decimal): -122699 or 11870462. OLE color: 11870462.
HSL color Cylindrical-coordinate representation of color #FE20B5: hue angle of 319.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 #FE20B5 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 181 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.00 |
| HSL | 319.73º | 0.99% | 0.56% | - |
| HSV(B) | 319.73º | 0.87% | 1% | - |
| XYZ | 49.73 | 25.44 | 46.01 | - |
| YUV | 115.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 181 | 0 | 0.87 | 0.29 | 0.00 | 319.73 | 0.99 | 0.56 |
| Hex | FE | 20 | B5 | 0 | 57 | 1D | 0 | 140 | 63 | 38 |
| Octal | 376 | 40 | 265 | 0 | 127 | 35 | 0 | 500 | 143 | 70 |
| Binary | 11111110 | 100000 | 10110101 | 0 | 1010111 | 11101 | 0 | 101000000 | 1100011 | 111000 |
Color Harmonies of #FE20B5
Complementary color
Monochromatic Colors of #FE20B5
Black with #FE20B5
Text Example
Text Example
White with #FE20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20B5; }
p { color: rgb(254,32,181); }
H1.HeaderClassName
{
color: #FE20B5;
}
.AnyTagClassName
{
color: #FE20B5;
}
</style>
background-color css
<style>
a { background-color: #FE20B5; }
a { background-color: rgb(254,32,181); }
div.DivClassName
{
background-color: #FE20B5;
}
.BgClassName
{
background-color: #FE20B5;
}
</style>
border-color css
<style>
span { border-color: #FE20B5; }
span { border-color: rgb(254,32,181); }
td.TdClassName
{
border-color: #FE20B5;
}
.TagClassName
{
border-color: #FE20B5;
}
</style>