Shades of Spicy Pink #FE28BB
Tints of Spicy Pink #FE28BB
RGB
CMYK
RGB Variations
Color information
#FE28BB (or 0xFE28BB) is known color: Spicy Pink. HEX triplet: FE, 28 and BB. RGB value is (254,40,187). Sum of RGB (Red+Green+Blue) = 254+40+187=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28BB is #01D744. Grayscale: #787878. Windows color (decimal): -120645 or 12265726. OLE color: 12265726.
HSL color Cylindrical-coordinate representation of color #FE28BB: hue angle of 318.79º 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 #FE28BB is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 187 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.00 |
| HSL | 318.79º | 0.99% | 0.58% | - |
| HSV(B) | 318.79º | 0.84% | 1% | - |
| XYZ | 50.6 | 26.18 | 49.4 | - |
| YUV | 120.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 187 | 0 | 0.84 | 0.26 | 0.00 | 318.79 | 0.99 | 0.58 |
| Hex | FE | 28 | BB | 0 | 54 | 1A | 0 | 13F | 63 | 3A |
| Octal | 376 | 50 | 273 | 0 | 124 | 32 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101000 | 10111011 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE28BB
Complementary color
Monochromatic Colors of #FE28BB
Black with #FE28BB
Text Example
Text Example
White with #FE28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28BB; }
p { color: rgb(254,40,187); }
H1.HeaderClassName
{
color: #FE28BB;
}
.AnyTagClassName
{
color: #FE28BB;
}
</style>
background-color css
<style>
a { background-color: #FE28BB; }
a { background-color: rgb(254,40,187); }
div.DivClassName
{
background-color: #FE28BB;
}
.BgClassName
{
background-color: #FE28BB;
}
</style>
border-color css
<style>
span { border-color: #FE28BB; }
span { border-color: rgb(254,40,187); }
td.TdClassName
{
border-color: #FE28BB;
}
.TagClassName
{
border-color: #FE28BB;
}
</style>