Shades of Spicy Pink #FE26BB
Tints of Spicy Pink #FE26BB
RGB
CMYK
RGB Variations
Color information
#FE26BB (or 0xFE26BB) is known color: Spicy Pink. HEX triplet: FE, 26 and BB. RGB value is (254,38,187). Sum of RGB (Red+Green+Blue) = 254+38+187=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE26BB is #01D944. Grayscale: #777777. Windows color (decimal): -121157 or 12265214. OLE color: 12265214.
HSL color Cylindrical-coordinate representation of color #FE26BB: hue angle of 318.61º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE26BB is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 187 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.00 |
| HSL | 318.61º | 0.99% | 0.57% | - |
| HSV(B) | 318.61º | 0.85% | 1% | - |
| XYZ | 50.54 | 26.04 | 49.38 | - |
| YUV | 119.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 187 | 0 | 0.85 | 0.26 | 0.00 | 318.61 | 0.99 | 0.57 |
| Hex | FE | 26 | BB | 0 | 55 | 1A | 0 | 13F | 63 | 39 |
| Octal | 376 | 46 | 273 | 0 | 125 | 32 | 0 | 477 | 143 | 71 |
| Binary | 11111110 | 100110 | 10111011 | 0 | 1010101 | 11010 | 0 | 100111111 | 1100011 | 111001 |
Color Harmonies of #FE26BB
Complementary color
Monochromatic Colors of #FE26BB
Black with #FE26BB
Text Example
Text Example
White with #FE26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26BB; }
p { color: rgb(254,38,187); }
H1.HeaderClassName
{
color: #FE26BB;
}
.AnyTagClassName
{
color: #FE26BB;
}
</style>
background-color css
<style>
a { background-color: #FE26BB; }
a { background-color: rgb(254,38,187); }
div.DivClassName
{
background-color: #FE26BB;
}
.BgClassName
{
background-color: #FE26BB;
}
</style>
border-color css
<style>
span { border-color: #FE26BB; }
span { border-color: rgb(254,38,187); }
td.TdClassName
{
border-color: #FE26BB;
}
.TagClassName
{
border-color: #FE26BB;
}
</style>