Shades of Spicy Pink #FE28B9
Tints of Spicy Pink #FE28B9
RGB
CMYK
RGB Variations
Color information
#FE28B9 (or 0xFE28B9) is known color: Spicy Pink. HEX triplet: FE, 28 and B9. RGB value is (254,40,185). Sum of RGB (Red+Green+Blue) = 254+40+185=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28B9 is #01D746. Grayscale: #787878. Windows color (decimal): -120647 or 12134654. OLE color: 12134654.
HSL color Cylindrical-coordinate representation of color #FE28B9: hue angle of 319.35º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28B9 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 185 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.00 |
| HSL | 319.35º | 0.99% | 0.58% | - |
| HSV(B) | 319.35º | 0.84% | 1% | - |
| XYZ | 50.39 | 26.09 | 48.28 | - |
| YUV | 120.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 185 | 0 | 0.84 | 0.27 | 0.00 | 319.35 | 0.99 | 0.58 |
| Hex | FE | 28 | B9 | 0 | 54 | 1B | 0 | 13F | 63 | 3A |
| Octal | 376 | 50 | 271 | 0 | 124 | 33 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101000 | 10111001 | 0 | 1010100 | 11011 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE28B9
Complementary color
Monochromatic Colors of #FE28B9
Black with #FE28B9
Text Example
Text Example
White with #FE28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28B9; }
p { color: rgb(254,40,185); }
H1.HeaderClassName
{
color: #FE28B9;
}
.AnyTagClassName
{
color: #FE28B9;
}
</style>
background-color css
<style>
a { background-color: #FE28B9; }
a { background-color: rgb(254,40,185); }
div.DivClassName
{
background-color: #FE28B9;
}
.BgClassName
{
background-color: #FE28B9;
}
</style>
border-color css
<style>
span { border-color: #FE28B9; }
span { border-color: rgb(254,40,185); }
td.TdClassName
{
border-color: #FE28B9;
}
.TagClassName
{
border-color: #FE28B9;
}
</style>