Shades of Spicy Pink #FE12A2
Tints of Spicy Pink #FE12A2
RGB
CMYK
RGB Variations
Color information
#FE12A2 (or 0xFE12A2) is known color: Spicy Pink. HEX triplet: FE, 12 and A2. RGB value is (254,18,162). Sum of RGB (Red+Green+Blue) = 254+18+162=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12A2 is #01ED5D. Grayscale: #686868. Windows color (decimal): -126302 or 10621694. OLE color: 10621694.
HSL color Cylindrical-coordinate representation of color #FE12A2: hue angle of 323.39º 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 #FE12A2 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 162 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.00 |
| HSL | 323.39º | 0.99% | 0.53% | - |
| HSV(B) | 323.39º | 0.93% | 1% | - |
| XYZ | 47.61 | 24.11 | 36.33 | - |
| YUV | 104.98 | 160.19 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 162 | 0 | 0.93 | 0.36 | 0.00 | 323.39 | 0.99 | 0.53 |
| Hex | FE | 12 | A2 | 0 | 5D | 24 | 0 | 143 | 63 | 35 |
| Octal | 376 | 22 | 242 | 0 | 135 | 44 | 0 | 503 | 143 | 65 |
| Binary | 11111110 | 10010 | 10100010 | 0 | 1011101 | 100100 | 0 | 101000011 | 1100011 | 110101 |
Color Harmonies of #FE12A2
Complementary color
Monochromatic Colors of #FE12A2
Black with #FE12A2
Text Example
Text Example
White with #FE12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12A2; }
p { color: rgb(254,18,162); }
H1.HeaderClassName
{
color: #FE12A2;
}
.AnyTagClassName
{
color: #FE12A2;
}
</style>
background-color css
<style>
a { background-color: #FE12A2; }
a { background-color: rgb(254,18,162); }
div.DivClassName
{
background-color: #FE12A2;
}
.BgClassName
{
background-color: #FE12A2;
}
</style>
border-color css
<style>
span { border-color: #FE12A2; }
span { border-color: rgb(254,18,162); }
td.TdClassName
{
border-color: #FE12A2;
}
.TagClassName
{
border-color: #FE12A2;
}
</style>