Shades of Spicy Pink #FE11AB
Tints of Spicy Pink #FE11AB
RGB
CMYK
RGB Variations
Color information
#FE11AB (or 0xFE11AB) is known color: Spicy Pink. HEX triplet: FE, 11 and AB. RGB value is (254,17,171). Sum of RGB (Red+Green+Blue) = 254+17+171=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11AB is #01EE54. Grayscale: #696969. Windows color (decimal): -126549 or 11211262. OLE color: 11211262.
HSL color Cylindrical-coordinate representation of color #FE11AB: hue angle of 321.01º 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 #FE11AB is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 171 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.00 |
| HSL | 321.01º | 0.99% | 0.53% | - |
| HSV(B) | 321.01º | 0.93% | 1% | - |
| XYZ | 48.42 | 24.41 | 40.69 | - |
| YUV | 105.42 | 165.02 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 171 | 0 | 0.93 | 0.33 | 0.00 | 321.01 | 0.99 | 0.53 |
| Hex | FE | 11 | AB | 0 | 5D | 21 | 0 | 141 | 63 | 35 |
| Octal | 376 | 21 | 253 | 0 | 135 | 41 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10001 | 10101011 | 0 | 1011101 | 100001 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE11AB
Complementary color
Monochromatic Colors of #FE11AB
Black with #FE11AB
Text Example
Text Example
White with #FE11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11AB; }
p { color: rgb(254,17,171); }
H1.HeaderClassName
{
color: #FE11AB;
}
.AnyTagClassName
{
color: #FE11AB;
}
</style>
background-color css
<style>
a { background-color: #FE11AB; }
a { background-color: rgb(254,17,171); }
div.DivClassName
{
background-color: #FE11AB;
}
.BgClassName
{
background-color: #FE11AB;
}
</style>
border-color css
<style>
span { border-color: #FE11AB; }
span { border-color: rgb(254,17,171); }
td.TdClassName
{
border-color: #FE11AB;
}
.TagClassName
{
border-color: #FE11AB;
}
</style>