Shades of Spicy Pink #FE10AD
Tints of Spicy Pink #FE10AD
RGB
CMYK
RGB Variations
Color information
#FE10AD (or 0xFE10AD) is known color: Spicy Pink. HEX triplet: FE, 10 and AD. RGB value is (254,16,173). Sum of RGB (Red+Green+Blue) = 254+16+173=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10AD is #01EF52. Grayscale: #686868. Windows color (decimal): -126803 or 11342078. OLE color: 11342078.
HSL color Cylindrical-coordinate representation of color #FE10AD: hue angle of 320.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10AD is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 173 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.00 |
| HSL | 320.42º | 0.99% | 0.53% | - |
| HSV(B) | 320.42º | 0.94% | 1% | - |
| XYZ | 48.6 | 24.46 | 41.69 | - |
| YUV | 105.06 | 166.35 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 173 | 0 | 0.94 | 0.32 | 0.00 | 320.42 | 0.99 | 0.53 |
| Hex | FE | 10 | AD | 0 | 5E | 20 | 0 | 140 | 63 | 35 |
| Octal | 376 | 20 | 255 | 0 | 136 | 40 | 0 | 500 | 143 | 65 |
| Binary | 11111110 | 10000 | 10101101 | 0 | 1011110 | 100000 | 0 | 101000000 | 1100011 | 110101 |
Color Harmonies of #FE10AD
Complementary color
Monochromatic Colors of #FE10AD
Black with #FE10AD
Text Example
Text Example
White with #FE10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10AD; }
p { color: rgb(254,16,173); }
H1.HeaderClassName
{
color: #FE10AD;
}
.AnyTagClassName
{
color: #FE10AD;
}
</style>
background-color css
<style>
a { background-color: #FE10AD; }
a { background-color: rgb(254,16,173); }
div.DivClassName
{
background-color: #FE10AD;
}
.BgClassName
{
background-color: #FE10AD;
}
</style>
border-color css
<style>
span { border-color: #FE10AD; }
span { border-color: rgb(254,16,173); }
td.TdClassName
{
border-color: #FE10AD;
}
.TagClassName
{
border-color: #FE10AD;
}
</style>