Shades of Spicy Pink #FE12AC
Tints of Spicy Pink #FE12AC
RGB
CMYK
RGB Variations
Color information
#FE12AC (or 0xFE12AC) is known color: Spicy Pink. HEX triplet: FE, 12 and AC. RGB value is (254,18,172). Sum of RGB (Red+Green+Blue) = 254+18+172=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12AC is #01ED53. Grayscale: #696969. Windows color (decimal): -126292 or 11277054. OLE color: 11277054.
HSL color Cylindrical-coordinate representation of color #FE12AC: hue angle of 320.85º 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 #FE12AC is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 172 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.00 |
| HSL | 320.85º | 0.99% | 0.53% | - |
| HSV(B) | 320.85º | 0.93% | 1% | - |
| XYZ | 48.54 | 24.48 | 41.2 | - |
| YUV | 106.12 | 165.19 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 172 | 0 | 0.93 | 0.32 | 0.00 | 320.85 | 0.99 | 0.53 |
| Hex | FE | 12 | AC | 0 | 5D | 20 | 0 | 141 | 63 | 35 |
| Octal | 376 | 22 | 254 | 0 | 135 | 40 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 10010 | 10101100 | 0 | 1011101 | 100000 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE12AC
Complementary color
Monochromatic Colors of #FE12AC
Black with #FE12AC
Text Example
Text Example
White with #FE12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12AC; }
p { color: rgb(254,18,172); }
H1.HeaderClassName
{
color: #FE12AC;
}
.AnyTagClassName
{
color: #FE12AC;
}
</style>
background-color css
<style>
a { background-color: #FE12AC; }
a { background-color: rgb(254,18,172); }
div.DivClassName
{
background-color: #FE12AC;
}
.BgClassName
{
background-color: #FE12AC;
}
</style>
border-color css
<style>
span { border-color: #FE12AC; }
span { border-color: rgb(254,18,172); }
td.TdClassName
{
border-color: #FE12AC;
}
.TagClassName
{
border-color: #FE12AC;
}
</style>