Shades of Spicy Pink #FE2CB4
Tints of Spicy Pink #FE2CB4
RGB
CMYK
RGB Variations
Color information
#FE2CB4 (or 0xFE2CB4) is known color: Spicy Pink. HEX triplet: FE, 2C and B4. RGB value is (254,44,180). Sum of RGB (Red+Green+Blue) = 254+44+180=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CB4 is #01D34B. Grayscale: #797979. Windows color (decimal): -119628 or 11807998. OLE color: 11807998.
HSL color Cylindrical-coordinate representation of color #FE2CB4: hue angle of 321.14º 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 #FE2CB4 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 180 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.00 |
| HSL | 321.14º | 0.99% | 0.58% | - |
| HSV(B) | 321.14º | 0.83% | 1% | - |
| XYZ | 50.01 | 26.17 | 45.59 | - |
| YUV | 122.29 | 160.57 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 180 | 0 | 0.83 | 0.29 | 0.00 | 321.14 | 0.99 | 0.58 |
| Hex | FE | 2C | B4 | 0 | 53 | 1D | 0 | 141 | 63 | 3A |
| Octal | 376 | 54 | 264 | 0 | 123 | 35 | 0 | 501 | 143 | 72 |
| Binary | 11111110 | 101100 | 10110100 | 0 | 1010011 | 11101 | 0 | 101000001 | 1100011 | 111010 |
Color Harmonies of #FE2CB4
Complementary color
Monochromatic Colors of #FE2CB4
Black with #FE2CB4
Text Example
Text Example
White with #FE2CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CB4; }
p { color: rgb(254,44,180); }
H1.HeaderClassName
{
color: #FE2CB4;
}
.AnyTagClassName
{
color: #FE2CB4;
}
</style>
background-color css
<style>
a { background-color: #FE2CB4; }
a { background-color: rgb(254,44,180); }
div.DivClassName
{
background-color: #FE2CB4;
}
.BgClassName
{
background-color: #FE2CB4;
}
</style>
border-color css
<style>
span { border-color: #FE2CB4; }
span { border-color: rgb(254,44,180); }
td.TdClassName
{
border-color: #FE2CB4;
}
.TagClassName
{
border-color: #FE2CB4;
}
</style>