Shades of Spicy Pink #FE15AD
Tints of Spicy Pink #FE15AD
RGB
CMYK
RGB Variations
Color information
#FE15AD (or 0xFE15AD) is known color: Spicy Pink. HEX triplet: FE, 15 and AD. RGB value is (254,21,173). Sum of RGB (Red+Green+Blue) = 254+21+173=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15AD is #01EA52. Grayscale: #6B6B6B. Windows color (decimal): -125523 or 11343358. OLE color: 11343358.
HSL color Cylindrical-coordinate representation of color #FE15AD: hue angle of 320.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15AD is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 173 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.00 |
| HSL | 320.86º | 0.99% | 0.54% | - |
| HSV(B) | 320.86º | 0.92% | 1% | - |
| XYZ | 48.68 | 24.62 | 41.72 | - |
| YUV | 108 | 164.69 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 173 | 0 | 0.92 | 0.32 | 0.00 | 320.86 | 0.99 | 0.54 |
| Hex | FE | 15 | AD | 0 | 5C | 20 | 0 | 141 | 63 | 36 |
| Octal | 376 | 25 | 255 | 0 | 134 | 40 | 0 | 501 | 143 | 66 |
| Binary | 11111110 | 10101 | 10101101 | 0 | 1011100 | 100000 | 0 | 101000001 | 1100011 | 110110 |
Color Harmonies of #FE15AD
Complementary color
Monochromatic Colors of #FE15AD
Black with #FE15AD
Text Example
Text Example
White with #FE15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15AD; }
p { color: rgb(254,21,173); }
H1.HeaderClassName
{
color: #FE15AD;
}
.AnyTagClassName
{
color: #FE15AD;
}
</style>
background-color css
<style>
a { background-color: #FE15AD; }
a { background-color: rgb(254,21,173); }
div.DivClassName
{
background-color: #FE15AD;
}
.BgClassName
{
background-color: #FE15AD;
}
</style>
border-color css
<style>
span { border-color: #FE15AD; }
span { border-color: rgb(254,21,173); }
td.TdClassName
{
border-color: #FE15AD;
}
.TagClassName
{
border-color: #FE15AD;
}
</style>