Shades of Spicy Pink #FE14AA
Tints of Spicy Pink #FE14AA
RGB
CMYK
RGB Variations
Color information
#FE14AA (or 0xFE14AA) is known color: Spicy Pink. HEX triplet: FE, 14 and AA. RGB value is (254,20,170). Sum of RGB (Red+Green+Blue) = 254+20+170=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AA is #01EB55. Grayscale: #6A6A6A. Windows color (decimal): -125782 or 11146494. OLE color: 11146494.
HSL color Cylindrical-coordinate representation of color #FE14AA: hue angle of 321.54º 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 #FE14AA is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.00 |
| HSL | 321.54º | 0.99% | 0.54% | - |
| HSV(B) | 321.54º | 0.92% | 1% | - |
| XYZ | 48.38 | 24.47 | 40.2 | - |
| YUV | 107.07 | 163.52 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 170 | 0 | 0.92 | 0.33 | 0.00 | 321.54 | 0.99 | 0.54 |
| Hex | FE | 14 | AA | 0 | 5C | 21 | 0 | 142 | 63 | 36 |
| Octal | 376 | 24 | 252 | 0 | 134 | 41 | 0 | 502 | 143 | 66 |
| Binary | 11111110 | 10100 | 10101010 | 0 | 1011100 | 100001 | 0 | 101000010 | 1100011 | 110110 |
Color Harmonies of #FE14AA
Complementary color
Monochromatic Colors of #FE14AA
Black with #FE14AA
Text Example
Text Example
White with #FE14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14AA; }
p { color: rgb(254,20,170); }
H1.HeaderClassName
{
color: #FE14AA;
}
.AnyTagClassName
{
color: #FE14AA;
}
</style>
background-color css
<style>
a { background-color: #FE14AA; }
a { background-color: rgb(254,20,170); }
div.DivClassName
{
background-color: #FE14AA;
}
.BgClassName
{
background-color: #FE14AA;
}
</style>
border-color css
<style>
span { border-color: #FE14AA; }
span { border-color: rgb(254,20,170); }
td.TdClassName
{
border-color: #FE14AA;
}
.TagClassName
{
border-color: #FE14AA;
}
</style>