Shades of Spicy Pink #FE12B1
Tints of Spicy Pink #FE12B1
RGB
CMYK
RGB Variations
Color information
#FE12B1 (or 0xFE12B1) is known color: Spicy Pink. HEX triplet: FE, 12 and B1. RGB value is (254,18,177). Sum of RGB (Red+Green+Blue) = 254+18+177=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12B1 is #01ED4E. Grayscale: #6A6A6A. Windows color (decimal): -126287 or 11604734. OLE color: 11604734.
HSL color Cylindrical-coordinate representation of color #FE12B1: hue angle of 319.58º 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 #FE12B1 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 177 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.00 |
| HSL | 319.58º | 0.99% | 0.53% | - |
| HSV(B) | 319.58º | 0.93% | 1% | - |
| XYZ | 49.03 | 24.68 | 43.77 | - |
| YUV | 106.69 | 167.69 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 177 | 0 | 0.93 | 0.30 | 0.00 | 319.58 | 0.99 | 0.53 |
| Hex | FE | 12 | B1 | 0 | 5D | 1E | 0 | 140 | 63 | 35 |
| Octal | 376 | 22 | 261 | 0 | 135 | 36 | 0 | 500 | 143 | 65 |
| Binary | 11111110 | 10010 | 10110001 | 0 | 1011101 | 11110 | 0 | 101000000 | 1100011 | 110101 |
Color Harmonies of #FE12B1
Complementary color
Monochromatic Colors of #FE12B1
Black with #FE12B1
Text Example
Text Example
White with #FE12B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12B1; }
p { color: rgb(254,18,177); }
H1.HeaderClassName
{
color: #FE12B1;
}
.AnyTagClassName
{
color: #FE12B1;
}
</style>
background-color css
<style>
a { background-color: #FE12B1; }
a { background-color: rgb(254,18,177); }
div.DivClassName
{
background-color: #FE12B1;
}
.BgClassName
{
background-color: #FE12B1;
}
</style>
border-color css
<style>
span { border-color: #FE12B1; }
span { border-color: rgb(254,18,177); }
td.TdClassName
{
border-color: #FE12B1;
}
.TagClassName
{
border-color: #FE12B1;
}
</style>