Shades of Spicy Pink #FE2CB2
Tints of Spicy Pink #FE2CB2
RGB
CMYK
RGB Variations
Color information
#FE2CB2 (or 0xFE2CB2) is known color: Spicy Pink. HEX triplet: FE, 2C and B2. RGB value is (254,44,178). Sum of RGB (Red+Green+Blue) = 254+44+178=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2CB2 is #01D34D. Grayscale: #797979. Windows color (decimal): -119630 or 11676926. OLE color: 11676926.
HSL color Cylindrical-coordinate representation of color #FE2CB2: hue angle of 321.71º 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 #FE2CB2 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 178 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.00 |
| HSL | 321.71º | 0.99% | 0.58% | - |
| HSV(B) | 321.71º | 0.83% | 1% | - |
| XYZ | 49.81 | 26.09 | 44.53 | - |
| YUV | 122.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 178 | 0 | 0.83 | 0.30 | 0.00 | 321.71 | 0.99 | 0.58 |
| Hex | FE | 2C | B2 | 0 | 53 | 1E | 0 | 142 | 63 | 3A |
| Octal | 376 | 54 | 262 | 0 | 123 | 36 | 0 | 502 | 143 | 72 |
| Binary | 11111110 | 101100 | 10110010 | 0 | 1010011 | 11110 | 0 | 101000010 | 1100011 | 111010 |
Color Harmonies of #FE2CB2
Complementary color
Monochromatic Colors of #FE2CB2
Black with #FE2CB2
Text Example
Text Example
White with #FE2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CB2; }
p { color: rgb(254,44,178); }
H1.HeaderClassName
{
color: #FE2CB2;
}
.AnyTagClassName
{
color: #FE2CB2;
}
</style>
background-color css
<style>
a { background-color: #FE2CB2; }
a { background-color: rgb(254,44,178); }
div.DivClassName
{
background-color: #FE2CB2;
}
.BgClassName
{
background-color: #FE2CB2;
}
</style>
border-color css
<style>
span { border-color: #FE2CB2; }
span { border-color: rgb(254,44,178); }
td.TdClassName
{
border-color: #FE2CB2;
}
.TagClassName
{
border-color: #FE2CB2;
}
</style>