Shades of Spicy Pink #FE1EAC
Tints of Spicy Pink #FE1EAC
RGB
CMYK
RGB Variations
Color information
#FE1EAC (or 0xFE1EAC) is known color: Spicy Pink. HEX triplet: FE, 1E and AC. RGB value is (254,30,172). Sum of RGB (Red+Green+Blue) = 254+30+172=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1EAC is #01E153. Grayscale: #707070. Windows color (decimal): -123220 or 11280126. OLE color: 11280126.
HSL color Cylindrical-coordinate representation of color #FE1EAC: hue angle of 321.96º 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 #FE1EAC is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 172 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.00 |
| HSL | 321.96º | 0.99% | 0.56% | - |
| HSV(B) | 321.96º | 0.88% | 1% | - |
| XYZ | 48.78 | 24.98 | 41.28 | - |
| YUV | 113.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 172 | 0 | 0.88 | 0.32 | 0.00 | 321.96 | 0.99 | 0.56 |
| Hex | FE | 1E | AC | 0 | 58 | 20 | 0 | 142 | 63 | 38 |
| Octal | 376 | 36 | 254 | 0 | 130 | 40 | 0 | 502 | 143 | 70 |
| Binary | 11111110 | 11110 | 10101100 | 0 | 1011000 | 100000 | 0 | 101000010 | 1100011 | 111000 |
Color Harmonies of #FE1EAC
Complementary color
Monochromatic Colors of #FE1EAC
Black with #FE1EAC
Text Example
Text Example
White with #FE1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EAC; }
p { color: rgb(254,30,172); }
H1.HeaderClassName
{
color: #FE1EAC;
}
.AnyTagClassName
{
color: #FE1EAC;
}
</style>
background-color css
<style>
a { background-color: #FE1EAC; }
a { background-color: rgb(254,30,172); }
div.DivClassName
{
background-color: #FE1EAC;
}
.BgClassName
{
background-color: #FE1EAC;
}
</style>
border-color css
<style>
span { border-color: #FE1EAC; }
span { border-color: rgb(254,30,172); }
td.TdClassName
{
border-color: #FE1EAC;
}
.TagClassName
{
border-color: #FE1EAC;
}
</style>