Shades of Spicy Pink #FE23AB
Tints of Spicy Pink #FE23AB
RGB
CMYK
RGB Variations
Color information
#FE23AB (or 0xFE23AB) is known color: Spicy Pink. HEX triplet: FE, 23 and AB. RGB value is (254,35,171). Sum of RGB (Red+Green+Blue) = 254+35+171=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE23AB is #01DC54. Grayscale: #737373. Windows color (decimal): -121941 or 11215870. OLE color: 11215870.
HSL color Cylindrical-coordinate representation of color #FE23AB: hue angle of 322.74º 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 #FE23AB is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 171 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.00 |
| HSL | 322.74º | 0.99% | 0.57% | - |
| HSV(B) | 322.74º | 0.86% | 1% | - |
| XYZ | 48.82 | 25.21 | 40.82 | - |
| YUV | 115.99 | 159.05 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 171 | 0 | 0.86 | 0.33 | 0.00 | 322.74 | 0.99 | 0.57 |
| Hex | FE | 23 | AB | 0 | 56 | 21 | 0 | 143 | 63 | 39 |
| Octal | 376 | 43 | 253 | 0 | 126 | 41 | 0 | 503 | 143 | 71 |
| Binary | 11111110 | 100011 | 10101011 | 0 | 1010110 | 100001 | 0 | 101000011 | 1100011 | 111001 |
Color Harmonies of #FE23AB
Complementary color
Monochromatic Colors of #FE23AB
Black with #FE23AB
Text Example
Text Example
White with #FE23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23AB; }
p { color: rgb(254,35,171); }
H1.HeaderClassName
{
color: #FE23AB;
}
.AnyTagClassName
{
color: #FE23AB;
}
</style>
background-color css
<style>
a { background-color: #FE23AB; }
a { background-color: rgb(254,35,171); }
div.DivClassName
{
background-color: #FE23AB;
}
.BgClassName
{
background-color: #FE23AB;
}
</style>
border-color css
<style>
span { border-color: #FE23AB; }
span { border-color: rgb(254,35,171); }
td.TdClassName
{
border-color: #FE23AB;
}
.TagClassName
{
border-color: #FE23AB;
}
</style>