Shades of Spicy Pink #FE2BB8
Tints of Spicy Pink #FE2BB8
RGB
CMYK
RGB Variations
Color information
#FE2BB8 (or 0xFE2BB8) is known color: Spicy Pink. HEX triplet: FE, 2B and B8. RGB value is (254,43,184). Sum of RGB (Red+Green+Blue) = 254+43+184=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BB8 is #01D447. Grayscale: #797979. Windows color (decimal): -119880 or 12069886. OLE color: 12069886.
HSL color Cylindrical-coordinate representation of color #FE2BB8: hue angle of 319.91º 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 #FE2BB8 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 184 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.00 |
| HSL | 319.91º | 0.99% | 0.58% | - |
| HSV(B) | 319.91º | 0.83% | 1% | - |
| XYZ | 50.39 | 26.26 | 47.76 | - |
| YUV | 122.16 | 162.9 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 184 | 0 | 0.83 | 0.28 | 0.00 | 319.91 | 0.99 | 0.58 |
| Hex | FE | 2B | B8 | 0 | 53 | 1C | 0 | 140 | 63 | 3A |
| Octal | 376 | 53 | 270 | 0 | 123 | 34 | 0 | 500 | 143 | 72 |
| Binary | 11111110 | 101011 | 10111000 | 0 | 1010011 | 11100 | 0 | 101000000 | 1100011 | 111010 |
Color Harmonies of #FE2BB8
Complementary color
Monochromatic Colors of #FE2BB8
Black with #FE2BB8
Text Example
Text Example
White with #FE2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BB8; }
p { color: rgb(254,43,184); }
H1.HeaderClassName
{
color: #FE2BB8;
}
.AnyTagClassName
{
color: #FE2BB8;
}
</style>
background-color css
<style>
a { background-color: #FE2BB8; }
a { background-color: rgb(254,43,184); }
div.DivClassName
{
background-color: #FE2BB8;
}
.BgClassName
{
background-color: #FE2BB8;
}
</style>
border-color css
<style>
span { border-color: #FE2BB8; }
span { border-color: rgb(254,43,184); }
td.TdClassName
{
border-color: #FE2BB8;
}
.TagClassName
{
border-color: #FE2BB8;
}
</style>