Shades of Spicy Pink #FE12B0
Tints of Spicy Pink #FE12B0
RGB
CMYK
RGB Variations
Color information
#FE12B0 (or 0xFE12B0) is known color: Spicy Pink. HEX triplet: FE, 12 and B0. RGB value is (254,18,176). Sum of RGB (Red+Green+Blue) = 254+18+176=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12B0 is #01ED4F. Grayscale: #6A6A6A. Windows color (decimal): -126288 or 11539198. OLE color: 11539198.
HSL color Cylindrical-coordinate representation of color #FE12B0: hue angle of 319.83º 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 #FE12B0 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 176 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.00 |
| HSL | 319.83º | 0.99% | 0.53% | - |
| HSV(B) | 319.83º | 0.93% | 1% | - |
| XYZ | 48.93 | 24.64 | 43.25 | - |
| YUV | 106.58 | 167.19 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 176 | 0 | 0.93 | 0.31 | 0.00 | 319.83 | 0.99 | 0.53 |
| Hex | FE | 12 | B0 | 0 | 5D | 1F | 0 | 140 | 63 | 35 |
| Octal | 376 | 22 | 260 | 0 | 135 | 37 | 0 | 500 | 143 | 65 |
| Binary | 11111110 | 10010 | 10110000 | 0 | 1011101 | 11111 | 0 | 101000000 | 1100011 | 110101 |
Color Harmonies of #FE12B0
Complementary color
Monochromatic Colors of #FE12B0
Black with #FE12B0
Text Example
Text Example
White with #FE12B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12B0; }
p { color: rgb(254,18,176); }
H1.HeaderClassName
{
color: #FE12B0;
}
.AnyTagClassName
{
color: #FE12B0;
}
</style>
background-color css
<style>
a { background-color: #FE12B0; }
a { background-color: rgb(254,18,176); }
div.DivClassName
{
background-color: #FE12B0;
}
.BgClassName
{
background-color: #FE12B0;
}
</style>
border-color css
<style>
span { border-color: #FE12B0; }
span { border-color: rgb(254,18,176); }
td.TdClassName
{
border-color: #FE12B0;
}
.TagClassName
{
border-color: #FE12B0;
}
</style>