Shades of Spicy Pink #FE23B7
Tints of Spicy Pink #FE23B7
RGB
CMYK
RGB Variations
Color information
#FE23B7 (or 0xFE23B7) is known color: Spicy Pink. HEX triplet: FE, 23 and B7. RGB value is (254,35,183). Sum of RGB (Red+Green+Blue) = 254+35+183=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE23B7 is #01DC48. Grayscale: #747474. Windows color (decimal): -121929 or 12002302. OLE color: 12002302.
HSL color Cylindrical-coordinate representation of color #FE23B7: hue angle of 319.45º 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 #FE23B7 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 183 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.00 |
| HSL | 319.45º | 0.99% | 0.57% | - |
| HSV(B) | 319.45º | 0.86% | 1% | - |
| XYZ | 50.02 | 25.69 | 47.12 | - |
| YUV | 117.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 183 | 0 | 0.86 | 0.28 | 0.00 | 319.45 | 0.99 | 0.57 |
| Hex | FE | 23 | B7 | 0 | 56 | 1C | 0 | 13F | 63 | 39 |
| Octal | 376 | 43 | 267 | 0 | 126 | 34 | 0 | 477 | 143 | 71 |
| Binary | 11111110 | 100011 | 10110111 | 0 | 1010110 | 11100 | 0 | 100111111 | 1100011 | 111001 |
Color Harmonies of #FE23B7
Complementary color
Monochromatic Colors of #FE23B7
Black with #FE23B7
Text Example
Text Example
White with #FE23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23B7; }
p { color: rgb(254,35,183); }
H1.HeaderClassName
{
color: #FE23B7;
}
.AnyTagClassName
{
color: #FE23B7;
}
</style>
background-color css
<style>
a { background-color: #FE23B7; }
a { background-color: rgb(254,35,183); }
div.DivClassName
{
background-color: #FE23B7;
}
.BgClassName
{
background-color: #FE23B7;
}
</style>
border-color css
<style>
span { border-color: #FE23B7; }
span { border-color: rgb(254,35,183); }
td.TdClassName
{
border-color: #FE23B7;
}
.TagClassName
{
border-color: #FE23B7;
}
</style>