Shades of Spicy Pink #FE14AD
Tints of Spicy Pink #FE14AD
RGB
CMYK
RGB Variations
Color information
#FE14AD (or 0xFE14AD) is known color: Spicy Pink. HEX triplet: FE, 14 and AD. RGB value is (254,20,173). Sum of RGB (Red+Green+Blue) = 254+20+173=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AD is #01EB52. Grayscale: #6B6B6B. Windows color (decimal): -125779 or 11343102. OLE color: 11343102.
HSL color Cylindrical-coordinate representation of color #FE14AD: hue angle of 320.77º 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 #FE14AD is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.00 |
| HSL | 320.77º | 0.99% | 0.54% | - |
| HSV(B) | 320.77º | 0.92% | 1% | - |
| XYZ | 48.67 | 24.59 | 41.72 | - |
| YUV | 107.41 | 165.02 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 173 | 0 | 0.92 | 0.32 | 0.00 | 320.77 | 0.99 | 0.54 |
| Hex | FE | 14 | AD | 0 | 5C | 20 | 0 | 141 | 63 | 36 |
| Octal | 376 | 24 | 255 | 0 | 134 | 40 | 0 | 501 | 143 | 66 |
| Binary | 11111110 | 10100 | 10101101 | 0 | 1011100 | 100000 | 0 | 101000001 | 1100011 | 110110 |
Color Harmonies of #FE14AD
Complementary color
Monochromatic Colors of #FE14AD
Black with #FE14AD
Text Example
Text Example
White with #FE14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14AD; }
p { color: rgb(254,20,173); }
H1.HeaderClassName
{
color: #FE14AD;
}
.AnyTagClassName
{
color: #FE14AD;
}
</style>
background-color css
<style>
a { background-color: #FE14AD; }
a { background-color: rgb(254,20,173); }
div.DivClassName
{
background-color: #FE14AD;
}
.BgClassName
{
background-color: #FE14AD;
}
</style>
border-color css
<style>
span { border-color: #FE14AD; }
span { border-color: rgb(254,20,173); }
td.TdClassName
{
border-color: #FE14AD;
}
.TagClassName
{
border-color: #FE14AD;
}
</style>