Shades of Spicy Pink #FE25AB
Tints of Spicy Pink #FE25AB
RGB
CMYK
RGB Variations
Color information
#FE25AB (or 0xFE25AB) is known color: Spicy Pink. HEX triplet: FE, 25 and AB. RGB value is (254,37,171). Sum of RGB (Red+Green+Blue) = 254+37+171=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25AB is #01DA54. Grayscale: #747474. Windows color (decimal): -121429 or 11216382. OLE color: 11216382.
HSL color Cylindrical-coordinate representation of color #FE25AB: hue angle of 322.95º 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 #FE25AB is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 171 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.00 |
| HSL | 322.95º | 0.99% | 0.57% | - |
| HSV(B) | 322.95º | 0.85% | 1% | - |
| XYZ | 48.89 | 25.33 | 40.84 | - |
| YUV | 117.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 171 | 0 | 0.85 | 0.33 | 0.00 | 322.95 | 0.99 | 0.57 |
| Hex | FE | 25 | AB | 0 | 55 | 21 | 0 | 143 | 63 | 39 |
| Octal | 376 | 45 | 253 | 0 | 125 | 41 | 0 | 503 | 143 | 71 |
| Binary | 11111110 | 100101 | 10101011 | 0 | 1010101 | 100001 | 0 | 101000011 | 1100011 | 111001 |
Color Harmonies of #FE25AB
Complementary color
Monochromatic Colors of #FE25AB
Black with #FE25AB
Text Example
Text Example
White with #FE25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25AB; }
p { color: rgb(254,37,171); }
H1.HeaderClassName
{
color: #FE25AB;
}
.AnyTagClassName
{
color: #FE25AB;
}
</style>
background-color css
<style>
a { background-color: #FE25AB; }
a { background-color: rgb(254,37,171); }
div.DivClassName
{
background-color: #FE25AB;
}
.BgClassName
{
background-color: #FE25AB;
}
</style>
border-color css
<style>
span { border-color: #FE25AB; }
span { border-color: rgb(254,37,171); }
td.TdClassName
{
border-color: #FE25AB;
}
.TagClassName
{
border-color: #FE25AB;
}
</style>