Shades of Spicy Pink #FE23B9
Tints of Spicy Pink #FE23B9
RGB
CMYK
RGB Variations
Color information
#FE23B9 (or 0xFE23B9) is known color: Spicy Pink. HEX triplet: FE, 23 and B9. RGB value is (254,35,185). Sum of RGB (Red+Green+Blue) = 254+35+185=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE23B9 is #01DC46. Grayscale: #757575. Windows color (decimal): -121927 or 12133374. OLE color: 12133374.
HSL color Cylindrical-coordinate representation of color #FE23B9: hue angle of 318.9º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE23B9 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 185 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.00 |
| HSL | 318.9º | 0.99% | 0.57% | - |
| HSV(B) | 318.9º | 0.86% | 1% | - |
| XYZ | 50.23 | 25.78 | 48.23 | - |
| YUV | 117.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 185 | 0 | 0.86 | 0.27 | 0.00 | 318.9 | 0.99 | 0.57 |
| Hex | FE | 23 | B9 | 0 | 56 | 1B | 0 | 13F | 63 | 39 |
| Octal | 376 | 43 | 271 | 0 | 126 | 33 | 0 | 477 | 143 | 71 |
| Binary | 11111110 | 100011 | 10111001 | 0 | 1010110 | 11011 | 0 | 100111111 | 1100011 | 111001 |
Color Harmonies of #FE23B9
Complementary color
Monochromatic Colors of #FE23B9
Black with #FE23B9
Text Example
Text Example
White with #FE23B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23B9; }
p { color: rgb(254,35,185); }
H1.HeaderClassName
{
color: #FE23B9;
}
.AnyTagClassName
{
color: #FE23B9;
}
</style>
background-color css
<style>
a { background-color: #FE23B9; }
a { background-color: rgb(254,35,185); }
div.DivClassName
{
background-color: #FE23B9;
}
.BgClassName
{
background-color: #FE23B9;
}
</style>
border-color css
<style>
span { border-color: #FE23B9; }
span { border-color: rgb(254,35,185); }
td.TdClassName
{
border-color: #FE23B9;
}
.TagClassName
{
border-color: #FE23B9;
}
</style>