Shades of Spicy Pink #FE12AD
Tints of Spicy Pink #FE12AD
RGB
CMYK
RGB Variations
Color information
#FE12AD (or 0xFE12AD) is known color: Spicy Pink. HEX triplet: FE, 12 and AD. RGB value is (254,18,173). Sum of RGB (Red+Green+Blue) = 254+18+173=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12AD is #01ED52. Grayscale: #696969. Windows color (decimal): -126291 or 11342590. OLE color: 11342590.
HSL color Cylindrical-coordinate representation of color #FE12AD: hue angle of 320.59º 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 #FE12AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.00 |
| HSL | 320.59º | 0.99% | 0.53% | - |
| HSV(B) | 320.59º | 0.93% | 1% | - |
| XYZ | 48.63 | 24.52 | 41.7 | - |
| YUV | 106.23 | 165.69 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 173 | 0 | 0.93 | 0.32 | 0.00 | 320.59 | 0.99 | 0.53 |
| Hex | FE | 12 | AD | 0 | 5D | 20 | 0 | 141 | 63 | 35 |
| Octal | 376 | 22 | 255 | 0 | 135 | 40 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10010 | 10101101 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE12AD
Complementary color
Monochromatic Colors of #FE12AD
Black with #FE12AD
Text Example
Text Example
White with #FE12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12AD; }
p { color: rgb(254,18,173); }
H1.HeaderClassName
{
color: #FE12AD;
}
.AnyTagClassName
{
color: #FE12AD;
}
</style>
background-color css
<style>
a { background-color: #FE12AD; }
a { background-color: rgb(254,18,173); }
div.DivClassName
{
background-color: #FE12AD;
}
.BgClassName
{
background-color: #FE12AD;
}
</style>
border-color css
<style>
span { border-color: #FE12AD; }
span { border-color: rgb(254,18,173); }
td.TdClassName
{
border-color: #FE12AD;
}
.TagClassName
{
border-color: #FE12AD;
}
</style>