Shades of Spicy Pink #FE11AD
Tints of Spicy Pink #FE11AD
RGB
CMYK
RGB Variations
Color information
#FE11AD (or 0xFE11AD) is known color: Spicy Pink. HEX triplet: FE, 11 and AD. RGB value is (254,17,173). Sum of RGB (Red+Green+Blue) = 254+17+173=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11AD is #01EE52. Grayscale: #696969. Windows color (decimal): -126547 or 11342334. OLE color: 11342334.
HSL color Cylindrical-coordinate representation of color #FE11AD: hue angle of 320.51º 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 #FE11AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.00 |
| HSL | 320.51º | 0.99% | 0.53% | - |
| HSV(B) | 320.51º | 0.93% | 1% | - |
| XYZ | 48.62 | 24.49 | 41.7 | - |
| YUV | 105.65 | 166.02 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 173 | 0 | 0.93 | 0.32 | 0.00 | 320.51 | 0.99 | 0.53 |
| Hex | FE | 11 | AD | 0 | 5D | 20 | 0 | 141 | 63 | 35 |
| Octal | 376 | 21 | 255 | 0 | 135 | 40 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10001 | 10101101 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE11AD
Complementary color
Monochromatic Colors of #FE11AD
Black with #FE11AD
Text Example
Text Example
White with #FE11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11AD; }
p { color: rgb(254,17,173); }
H1.HeaderClassName
{
color: #FE11AD;
}
.AnyTagClassName
{
color: #FE11AD;
}
</style>
background-color css
<style>
a { background-color: #FE11AD; }
a { background-color: rgb(254,17,173); }
div.DivClassName
{
background-color: #FE11AD;
}
.BgClassName
{
background-color: #FE11AD;
}
</style>
border-color css
<style>
span { border-color: #FE11AD; }
span { border-color: rgb(254,17,173); }
td.TdClassName
{
border-color: #FE11AD;
}
.TagClassName
{
border-color: #FE11AD;
}
</style>