Shades of Spicy Pink #FE1EB8
Tints of Spicy Pink #FE1EB8
RGB
CMYK
RGB Variations
Color information
#FE1EB8 (or 0xFE1EB8) is known color: Spicy Pink. HEX triplet: FE, 1E and B8. RGB value is (254,30,184). Sum of RGB (Red+Green+Blue) = 254+30+184=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EB8 is #01E147. Grayscale: #727272. Windows color (decimal): -123208 or 12066558. OLE color: 12066558.
HSL color Cylindrical-coordinate representation of color #FE1EB8: hue angle of 318.75º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EB8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 184 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.00 |
| HSL | 318.75º | 0.99% | 0.56% | - |
| HSV(B) | 318.75º | 0.88% | 1% | - |
| XYZ | 49.99 | 25.46 | 47.63 | - |
| YUV | 114.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 184 | 0 | 0.88 | 0.28 | 0.00 | 318.75 | 0.99 | 0.56 |
| Hex | FE | 1E | B8 | 0 | 58 | 1C | 0 | 13F | 63 | 38 |
| Octal | 376 | 36 | 270 | 0 | 130 | 34 | 0 | 477 | 143 | 70 |
| Binary | 11111110 | 11110 | 10111000 | 0 | 1011000 | 11100 | 0 | 100111111 | 1100011 | 111000 |
Color Harmonies of #FE1EB8
Complementary color
Monochromatic Colors of #FE1EB8
Black with #FE1EB8
Text Example
Text Example
White with #FE1EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EB8; }
p { color: rgb(254,30,184); }
H1.HeaderClassName
{
color: #FE1EB8;
}
.AnyTagClassName
{
color: #FE1EB8;
}
</style>
background-color css
<style>
a { background-color: #FE1EB8; }
a { background-color: rgb(254,30,184); }
div.DivClassName
{
background-color: #FE1EB8;
}
.BgClassName
{
background-color: #FE1EB8;
}
</style>
border-color css
<style>
span { border-color: #FE1EB8; }
span { border-color: rgb(254,30,184); }
td.TdClassName
{
border-color: #FE1EB8;
}
.TagClassName
{
border-color: #FE1EB8;
}
</style>