Shades of Spicy Pink #FE2AB0
Tints of Spicy Pink #FE2AB0
RGB
CMYK
RGB Variations
Color information
#FE2AB0 (or 0xFE2AB0) is known color: Spicy Pink. HEX triplet: FE, 2A and B0. RGB value is (254,42,176). Sum of RGB (Red+Green+Blue) = 254+42+176=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2AB0 is #01D54F. Grayscale: #787878. Windows color (decimal): -120144 or 11545342. OLE color: 11545342.
HSL color Cylindrical-coordinate representation of color #FE2AB0: hue angle of 322.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2AB0 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 176 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.00 |
| HSL | 322.08º | 0.99% | 0.58% | - |
| HSV(B) | 322.08º | 0.83% | 1% | - |
| XYZ | 49.54 | 25.86 | 43.46 | - |
| YUV | 120.66 | 159.24 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 176 | 0 | 0.83 | 0.31 | 0.00 | 322.08 | 0.99 | 0.58 |
| Hex | FE | 2A | B0 | 0 | 53 | 1F | 0 | 142 | 63 | 3A |
| Octal | 376 | 52 | 260 | 0 | 123 | 37 | 0 | 502 | 143 | 72 |
| Binary | 11111110 | 101010 | 10110000 | 0 | 1010011 | 11111 | 0 | 101000010 | 1100011 | 111010 |
Color Harmonies of #FE2AB0
Complementary color
Monochromatic Colors of #FE2AB0
Black with #FE2AB0
Text Example
Text Example
White with #FE2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2AB0; }
p { color: rgb(254,42,176); }
H1.HeaderClassName
{
color: #FE2AB0;
}
.AnyTagClassName
{
color: #FE2AB0;
}
</style>
background-color css
<style>
a { background-color: #FE2AB0; }
a { background-color: rgb(254,42,176); }
div.DivClassName
{
background-color: #FE2AB0;
}
.BgClassName
{
background-color: #FE2AB0;
}
</style>
border-color css
<style>
span { border-color: #FE2AB0; }
span { border-color: rgb(254,42,176); }
td.TdClassName
{
border-color: #FE2AB0;
}
.TagClassName
{
border-color: #FE2AB0;
}
</style>