Shades of Spicy Pink #FE28B8
Tints of Spicy Pink #FE28B8
RGB
CMYK
RGB Variations
Color information
#FE28B8 (or 0xFE28B8) is known color: Spicy Pink. HEX triplet: FE, 28 and B8. RGB value is (254,40,184). Sum of RGB (Red+Green+Blue) = 254+40+184=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28B8 is #01D747. Grayscale: #787878. Windows color (decimal): -120648 or 12069118. OLE color: 12069118.
HSL color Cylindrical-coordinate representation of color #FE28B8: hue angle of 319.63º 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 #FE28B8 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 184 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.00 |
| HSL | 319.63º | 0.99% | 0.58% | - |
| HSV(B) | 319.63º | 0.84% | 1% | - |
| XYZ | 50.28 | 26.05 | 47.73 | - |
| YUV | 120.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 184 | 0 | 0.84 | 0.28 | 0.00 | 319.63 | 0.99 | 0.58 |
| Hex | FE | 28 | B8 | 0 | 54 | 1C | 0 | 140 | 63 | 3A |
| Octal | 376 | 50 | 270 | 0 | 124 | 34 | 0 | 500 | 143 | 72 |
| Binary | 11111110 | 101000 | 10111000 | 0 | 1010100 | 11100 | 0 | 101000000 | 1100011 | 111010 |
Color Harmonies of #FE28B8
Complementary color
Monochromatic Colors of #FE28B8
Black with #FE28B8
Text Example
Text Example
White with #FE28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28B8; }
p { color: rgb(254,40,184); }
H1.HeaderClassName
{
color: #FE28B8;
}
.AnyTagClassName
{
color: #FE28B8;
}
</style>
background-color css
<style>
a { background-color: #FE28B8; }
a { background-color: rgb(254,40,184); }
div.DivClassName
{
background-color: #FE28B8;
}
.BgClassName
{
background-color: #FE28B8;
}
</style>
border-color css
<style>
span { border-color: #FE28B8; }
span { border-color: rgb(254,40,184); }
td.TdClassName
{
border-color: #FE28B8;
}
.TagClassName
{
border-color: #FE28B8;
}
</style>