Shades of Spicy Pink #FE28B5
Tints of Spicy Pink #FE28B5
RGB
CMYK
RGB Variations
Color information
#FE28B5 (or 0xFE28B5) is known color: Spicy Pink. HEX triplet: FE, 28 and B5. RGB value is (254,40,181). Sum of RGB (Red+Green+Blue) = 254+40+181=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28B5 is #01D74A. Grayscale: #777777. Windows color (decimal): -120651 or 11872510. OLE color: 11872510.
HSL color Cylindrical-coordinate representation of color #FE28B5: hue angle of 320.47º 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 #FE28B5 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 181 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.00 |
| HSL | 320.47º | 0.99% | 0.58% | - |
| HSV(B) | 320.47º | 0.84% | 1% | - |
| XYZ | 49.97 | 25.92 | 46.09 | - |
| YUV | 120.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 181 | 0 | 0.84 | 0.29 | 0.00 | 320.47 | 0.99 | 0.58 |
| Hex | FE | 28 | B5 | 0 | 54 | 1D | 0 | 140 | 63 | 3A |
| Octal | 376 | 50 | 265 | 0 | 124 | 35 | 0 | 500 | 143 | 72 |
| Binary | 11111110 | 101000 | 10110101 | 0 | 1010100 | 11101 | 0 | 101000000 | 1100011 | 111010 |
Color Harmonies of #FE28B5
Complementary color
Monochromatic Colors of #FE28B5
Black with #FE28B5
Text Example
Text Example
White with #FE28B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28B5; }
p { color: rgb(254,40,181); }
H1.HeaderClassName
{
color: #FE28B5;
}
.AnyTagClassName
{
color: #FE28B5;
}
</style>
background-color css
<style>
a { background-color: #FE28B5; }
a { background-color: rgb(254,40,181); }
div.DivClassName
{
background-color: #FE28B5;
}
.BgClassName
{
background-color: #FE28B5;
}
</style>
border-color css
<style>
span { border-color: #FE28B5; }
span { border-color: rgb(254,40,181); }
td.TdClassName
{
border-color: #FE28B5;
}
.TagClassName
{
border-color: #FE28B5;
}
</style>