Shades of Spicy Pink #FE14AB
Tints of Spicy Pink #FE14AB
RGB
CMYK
RGB Variations
Color information
#FE14AB (or 0xFE14AB) is known color: Spicy Pink. HEX triplet: FE, 14 and AB. RGB value is (254,20,171). Sum of RGB (Red+Green+Blue) = 254+20+171=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AB is #01EB54. Grayscale: #6A6A6A. Windows color (decimal): -125781 or 11212030. OLE color: 11212030.
HSL color Cylindrical-coordinate representation of color #FE14AB: hue angle of 321.28º 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 #FE14AB is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.00 |
| HSL | 321.28º | 0.99% | 0.54% | - |
| HSV(B) | 321.28º | 0.92% | 1% | - |
| XYZ | 48.47 | 24.51 | 40.7 | - |
| YUV | 107.18 | 164.02 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 171 | 0 | 0.92 | 0.33 | 0.00 | 321.28 | 0.99 | 0.54 |
| Hex | FE | 14 | AB | 0 | 5C | 21 | 0 | 141 | 63 | 36 |
| Octal | 376 | 24 | 253 | 0 | 134 | 41 | 0 | 501 | 143 | 66 |
| Binary | 11111110 | 10100 | 10101011 | 0 | 1011100 | 100001 | 0 | 101000001 | 1100011 | 110110 |
Color Harmonies of #FE14AB
Complementary color
Monochromatic Colors of #FE14AB
Black with #FE14AB
Text Example
Text Example
White with #FE14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14AB; }
p { color: rgb(254,20,171); }
H1.HeaderClassName
{
color: #FE14AB;
}
.AnyTagClassName
{
color: #FE14AB;
}
</style>
background-color css
<style>
a { background-color: #FE14AB; }
a { background-color: rgb(254,20,171); }
div.DivClassName
{
background-color: #FE14AB;
}
.BgClassName
{
background-color: #FE14AB;
}
</style>
border-color css
<style>
span { border-color: #FE14AB; }
span { border-color: rgb(254,20,171); }
td.TdClassName
{
border-color: #FE14AB;
}
.TagClassName
{
border-color: #FE14AB;
}
</style>