Shades of Spicy Pink #FE11AC
Tints of Spicy Pink #FE11AC
RGB
CMYK
RGB Variations
Color information
#FE11AC (or 0xFE11AC) is known color: Spicy Pink. HEX triplet: FE, 11 and AC. RGB value is (254,17,172). Sum of RGB (Red+Green+Blue) = 254+17+172=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11AC is #01EE53. Grayscale: #696969. Windows color (decimal): -126548 or 11276798. OLE color: 11276798.
HSL color Cylindrical-coordinate representation of color #FE11AC: hue angle of 320.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11AC is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.00 |
| HSL | 320.76º | 0.99% | 0.53% | - |
| HSV(B) | 320.76º | 0.93% | 1% | - |
| XYZ | 48.52 | 24.45 | 41.19 | - |
| YUV | 105.53 | 165.52 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 172 | 0 | 0.93 | 0.32 | 0.00 | 320.76 | 0.99 | 0.53 |
| Hex | FE | 11 | AC | 0 | 5D | 20 | 0 | 141 | 63 | 35 |
| Octal | 376 | 21 | 254 | 0 | 135 | 40 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10001 | 10101100 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE11AC
Complementary color
Monochromatic Colors of #FE11AC
Black with #FE11AC
Text Example
Text Example
White with #FE11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11AC; }
p { color: rgb(254,17,172); }
H1.HeaderClassName
{
color: #FE11AC;
}
.AnyTagClassName
{
color: #FE11AC;
}
</style>
background-color css
<style>
a { background-color: #FE11AC; }
a { background-color: rgb(254,17,172); }
div.DivClassName
{
background-color: #FE11AC;
}
.BgClassName
{
background-color: #FE11AC;
}
</style>
border-color css
<style>
span { border-color: #FE11AC; }
span { border-color: rgb(254,17,172); }
td.TdClassName
{
border-color: #FE11AC;
}
.TagClassName
{
border-color: #FE11AC;
}
</style>