Shades of Spicy Pink #FE26B9
Tints of Spicy Pink #FE26B9
RGB
CMYK
RGB Variations
Color information
#FE26B9 (or 0xFE26B9) is known color: Spicy Pink. HEX triplet: FE, 26 and B9. RGB value is (254,38,185). Sum of RGB (Red+Green+Blue) = 254+38+185=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE26B9 is #01D946. Grayscale: #767676. Windows color (decimal): -121159 or 12134142. OLE color: 12134142.
HSL color Cylindrical-coordinate representation of color #FE26B9: hue angle of 319.17º 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 #FE26B9 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 185 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.00 |
| HSL | 319.17º | 0.99% | 0.57% | - |
| HSV(B) | 319.17º | 0.85% | 1% | - |
| XYZ | 50.32 | 25.96 | 48.26 | - |
| YUV | 119.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 185 | 0 | 0.85 | 0.27 | 0.00 | 319.17 | 0.99 | 0.57 |
| Hex | FE | 26 | B9 | 0 | 55 | 1B | 0 | 13F | 63 | 39 |
| Octal | 376 | 46 | 271 | 0 | 125 | 33 | 0 | 477 | 143 | 71 |
| Binary | 11111110 | 100110 | 10111001 | 0 | 1010101 | 11011 | 0 | 100111111 | 1100011 | 111001 |
Color Harmonies of #FE26B9
Complementary color
Monochromatic Colors of #FE26B9
Black with #FE26B9
Text Example
Text Example
White with #FE26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE26B9; }
p { color: rgb(254,38,185); }
H1.HeaderClassName
{
color: #FE26B9;
}
.AnyTagClassName
{
color: #FE26B9;
}
</style>
background-color css
<style>
a { background-color: #FE26B9; }
a { background-color: rgb(254,38,185); }
div.DivClassName
{
background-color: #FE26B9;
}
.BgClassName
{
background-color: #FE26B9;
}
</style>
border-color css
<style>
span { border-color: #FE26B9; }
span { border-color: rgb(254,38,185); }
td.TdClassName
{
border-color: #FE26B9;
}
.TagClassName
{
border-color: #FE26B9;
}
</style>