Shades of Spicy Pink #FE25AD
Tints of Spicy Pink #FE25AD
RGB
CMYK
RGB Variations
Color information
#FE25AD (or 0xFE25AD) is known color: Spicy Pink. HEX triplet: FE, 25 and AD. RGB value is (254,37,173). Sum of RGB (Red+Green+Blue) = 254+37+173=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25AD is #01DA52. Grayscale: #757575. Windows color (decimal): -121427 or 11347454. OLE color: 11347454.
HSL color Cylindrical-coordinate representation of color #FE25AD: hue angle of 322.4º 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 #FE25AD is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 173 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.00 |
| HSL | 322.4º | 0.99% | 0.57% | - |
| HSV(B) | 322.4º | 0.85% | 1% | - |
| XYZ | 49.08 | 25.41 | 41.85 | - |
| YUV | 117.39 | 159.39 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 173 | 0 | 0.85 | 0.32 | 0.00 | 322.4 | 0.99 | 0.57 |
| Hex | FE | 25 | AD | 0 | 55 | 20 | 0 | 142 | 63 | 39 |
| Octal | 376 | 45 | 255 | 0 | 125 | 40 | 0 | 502 | 143 | 71 |
| Binary | 11111110 | 100101 | 10101101 | 0 | 1010101 | 100000 | 0 | 101000010 | 1100011 | 111001 |
Color Harmonies of #FE25AD
Complementary color
Monochromatic Colors of #FE25AD
Black with #FE25AD
Text Example
Text Example
White with #FE25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25AD; }
p { color: rgb(254,37,173); }
H1.HeaderClassName
{
color: #FE25AD;
}
.AnyTagClassName
{
color: #FE25AD;
}
</style>
background-color css
<style>
a { background-color: #FE25AD; }
a { background-color: rgb(254,37,173); }
div.DivClassName
{
background-color: #FE25AD;
}
.BgClassName
{
background-color: #FE25AD;
}
</style>
border-color css
<style>
span { border-color: #FE25AD; }
span { border-color: rgb(254,37,173); }
td.TdClassName
{
border-color: #FE25AD;
}
.TagClassName
{
border-color: #FE25AD;
}
</style>