Shades of Spicy Pink #FE12A9
Tints of Spicy Pink #FE12A9
RGB
CMYK
RGB Variations
Color information
#FE12A9 (or 0xFE12A9) is known color: Spicy Pink. HEX triplet: FE, 12 and A9. RGB value is (254,18,169). Sum of RGB (Red+Green+Blue) = 254+18+169=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12A9 is #01ED56. Grayscale: #696969. Windows color (decimal): -126295 or 11080446. OLE color: 11080446.
HSL color Cylindrical-coordinate representation of color #FE12A9: hue angle of 321.61º 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 #FE12A9 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 169 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.00 |
| HSL | 321.61º | 0.99% | 0.53% | - |
| HSV(B) | 321.61º | 0.93% | 1% | - |
| XYZ | 48.25 | 24.37 | 39.7 | - |
| YUV | 105.78 | 163.69 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 169 | 0 | 0.93 | 0.33 | 0.00 | 321.61 | 0.99 | 0.53 |
| Hex | FE | 12 | A9 | 0 | 5D | 21 | 0 | 142 | 63 | 35 |
| Octal | 376 | 22 | 251 | 0 | 135 | 41 | 0 | 502 | 143 | 65 |
| Binary | 11111110 | 10010 | 10101001 | 0 | 1011101 | 100001 | 0 | 101000010 | 1100011 | 110101 |
Color Harmonies of #FE12A9
Complementary color
Monochromatic Colors of #FE12A9
Black with #FE12A9
Text Example
Text Example
White with #FE12A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12A9; }
p { color: rgb(254,18,169); }
H1.HeaderClassName
{
color: #FE12A9;
}
.AnyTagClassName
{
color: #FE12A9;
}
</style>
background-color css
<style>
a { background-color: #FE12A9; }
a { background-color: rgb(254,18,169); }
div.DivClassName
{
background-color: #FE12A9;
}
.BgClassName
{
background-color: #FE12A9;
}
</style>
border-color css
<style>
span { border-color: #FE12A9; }
span { border-color: rgb(254,18,169); }
td.TdClassName
{
border-color: #FE12A9;
}
.TagClassName
{
border-color: #FE12A9;
}
</style>