Shades of Spicy Pink #FE12B2
Tints of Spicy Pink #FE12B2
RGB
CMYK
RGB Variations
Color information
#FE12B2 (or 0xFE12B2) is known color: Spicy Pink. HEX triplet: FE, 12 and B2. RGB value is (254,18,178). Sum of RGB (Red+Green+Blue) = 254+18+178=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12B2 is #01ED4D. Grayscale: #6A6A6A. Windows color (decimal): -126286 or 11670270. OLE color: 11670270.
HSL color Cylindrical-coordinate representation of color #FE12B2: hue angle of 319.32º 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 #FE12B2 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 178 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.00 |
| HSL | 319.32º | 0.99% | 0.53% | - |
| HSV(B) | 319.32º | 0.93% | 1% | - |
| XYZ | 49.13 | 24.72 | 44.3 | - |
| YUV | 106.8 | 168.19 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 178 | 0 | 0.93 | 0.30 | 0.00 | 319.32 | 0.99 | 0.53 |
| Hex | FE | 12 | B2 | 0 | 5D | 1E | 0 | 13F | 63 | 35 |
| Octal | 376 | 22 | 262 | 0 | 135 | 36 | 0 | 477 | 143 | 65 |
| Binary | 11111110 | 10010 | 10110010 | 0 | 1011101 | 11110 | 0 | 100111111 | 1100011 | 110101 |
Color Harmonies of #FE12B2
Complementary color
Monochromatic Colors of #FE12B2
Black with #FE12B2
Text Example
Text Example
White with #FE12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12B2; }
p { color: rgb(254,18,178); }
H1.HeaderClassName
{
color: #FE12B2;
}
.AnyTagClassName
{
color: #FE12B2;
}
</style>
background-color css
<style>
a { background-color: #FE12B2; }
a { background-color: rgb(254,18,178); }
div.DivClassName
{
background-color: #FE12B2;
}
.BgClassName
{
background-color: #FE12B2;
}
</style>
border-color css
<style>
span { border-color: #FE12B2; }
span { border-color: rgb(254,18,178); }
td.TdClassName
{
border-color: #FE12B2;
}
.TagClassName
{
border-color: #FE12B2;
}
</style>