Shades of Spicy Pink #FE10AF
Tints of Spicy Pink #FE10AF
RGB
CMYK
RGB Variations
Color information
#FE10AF (or 0xFE10AF) is known color: Spicy Pink. HEX triplet: FE, 10 and AF. RGB value is (254,16,175). Sum of RGB (Red+Green+Blue) = 254+16+175=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10AF is #01EF50. Grayscale: #686868. Windows color (decimal): -126801 or 11473150. OLE color: 11473150.
HSL color Cylindrical-coordinate representation of color #FE10AF: hue angle of 319.92º 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 #FE10AF is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 175 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.00 |
| HSL | 319.92º | 0.99% | 0.53% | - |
| HSV(B) | 319.92º | 0.94% | 1% | - |
| XYZ | 48.8 | 24.54 | 42.72 | - |
| YUV | 105.29 | 167.35 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 175 | 0 | 0.94 | 0.31 | 0.00 | 319.92 | 0.99 | 0.53 |
| Hex | FE | 10 | AF | 0 | 5E | 1F | 0 | 140 | 63 | 35 |
| Octal | 376 | 20 | 257 | 0 | 136 | 37 | 0 | 500 | 143 | 65 |
| Binary | 11111110 | 10000 | 10101111 | 0 | 1011110 | 11111 | 0 | 101000000 | 1100011 | 110101 |
Color Harmonies of #FE10AF
Complementary color
Monochromatic Colors of #FE10AF
Black with #FE10AF
Text Example
Text Example
White with #FE10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10AF; }
p { color: rgb(254,16,175); }
H1.HeaderClassName
{
color: #FE10AF;
}
.AnyTagClassName
{
color: #FE10AF;
}
</style>
background-color css
<style>
a { background-color: #FE10AF; }
a { background-color: rgb(254,16,175); }
div.DivClassName
{
background-color: #FE10AF;
}
.BgClassName
{
background-color: #FE10AF;
}
</style>
border-color css
<style>
span { border-color: #FE10AF; }
span { border-color: rgb(254,16,175); }
td.TdClassName
{
border-color: #FE10AF;
}
.TagClassName
{
border-color: #FE10AF;
}
</style>