Shades of Spicy Pink #FE23AC
Tints of Spicy Pink #FE23AC
RGB
CMYK
RGB Variations
Color information
#FE23AC (or 0xFE23AC) is known color: Spicy Pink. HEX triplet: FE, 23 and AC. RGB value is (254,35,172). Sum of RGB (Red+Green+Blue) = 254+35+172=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE23AC is #01DC53. Grayscale: #737373. Windows color (decimal): -121940 or 11281406. OLE color: 11281406.
HSL color Cylindrical-coordinate representation of color #FE23AC: hue angle of 322.47º 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 #FE23AC is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 172 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.00 |
| HSL | 322.47º | 0.99% | 0.57% | - |
| HSV(B) | 322.47º | 0.86% | 1% | - |
| XYZ | 48.92 | 25.25 | 41.33 | - |
| YUV | 116.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 172 | 0 | 0.86 | 0.32 | 0.00 | 322.47 | 0.99 | 0.57 |
| Hex | FE | 23 | AC | 0 | 56 | 20 | 0 | 142 | 63 | 39 |
| Octal | 376 | 43 | 254 | 0 | 126 | 40 | 0 | 502 | 143 | 71 |
| Binary | 11111110 | 100011 | 10101100 | 0 | 1010110 | 100000 | 0 | 101000010 | 1100011 | 111001 |
Color Harmonies of #FE23AC
Complementary color
Monochromatic Colors of #FE23AC
Black with #FE23AC
Text Example
Text Example
White with #FE23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23AC; }
p { color: rgb(254,35,172); }
H1.HeaderClassName
{
color: #FE23AC;
}
.AnyTagClassName
{
color: #FE23AC;
}
</style>
background-color css
<style>
a { background-color: #FE23AC; }
a { background-color: rgb(254,35,172); }
div.DivClassName
{
background-color: #FE23AC;
}
.BgClassName
{
background-color: #FE23AC;
}
</style>
border-color css
<style>
span { border-color: #FE23AC; }
span { border-color: rgb(254,35,172); }
td.TdClassName
{
border-color: #FE23AC;
}
.TagClassName
{
border-color: #FE23AC;
}
</style>