Shades of Spicy Pink #FE24BD
Tints of Spicy Pink #FE24BD
RGB
CMYK
RGB Variations
Color information
#FE24BD (or 0xFE24BD) is known color: Spicy Pink. HEX triplet: FE, 24 and BD. RGB value is (254,36,189). Sum of RGB (Red+Green+Blue) = 254+36+189=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE24BD is #01DB42. Grayscale: #767676. Windows color (decimal): -121667 or 12395774. OLE color: 12395774.
HSL color Cylindrical-coordinate representation of color #FE24BD: hue angle of 317.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE24BD is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 189 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.00 |
| HSL | 317.89º | 0.99% | 0.57% | - |
| HSV(B) | 317.89º | 0.86% | 1% | - |
| XYZ | 50.69 | 26.01 | 50.49 | - |
| YUV | 118.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 189 | 0 | 0.86 | 0.26 | 0.00 | 317.89 | 0.99 | 0.57 |
| Hex | FE | 24 | BD | 0 | 56 | 1A | 0 | 13E | 63 | 39 |
| Octal | 376 | 44 | 275 | 0 | 126 | 32 | 0 | 476 | 143 | 71 |
| Binary | 11111110 | 100100 | 10111101 | 0 | 1010110 | 11010 | 0 | 100111110 | 1100011 | 111001 |
Color Harmonies of #FE24BD
Complementary color
Monochromatic Colors of #FE24BD
Black with #FE24BD
Text Example
Text Example
White with #FE24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24BD; }
p { color: rgb(254,36,189); }
H1.HeaderClassName
{
color: #FE24BD;
}
.AnyTagClassName
{
color: #FE24BD;
}
</style>
background-color css
<style>
a { background-color: #FE24BD; }
a { background-color: rgb(254,36,189); }
div.DivClassName
{
background-color: #FE24BD;
}
.BgClassName
{
background-color: #FE24BD;
}
</style>
border-color css
<style>
span { border-color: #FE24BD; }
span { border-color: rgb(254,36,189); }
td.TdClassName
{
border-color: #FE24BD;
}
.TagClassName
{
border-color: #FE24BD;
}
</style>