Shades of Spicy Pink #FE14AF
Tints of Spicy Pink #FE14AF
RGB
CMYK
RGB Variations
Color information
#FE14AF (or 0xFE14AF) is known color: Spicy Pink. HEX triplet: FE, 14 and AF. RGB value is (254,20,175). Sum of RGB (Red+Green+Blue) = 254+20+175=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AF is #01EB50. Grayscale: #6B6B6B. Windows color (decimal): -125777 or 11474174. OLE color: 11474174.
HSL color Cylindrical-coordinate representation of color #FE14AF: hue angle of 320.26º 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 #FE14AF is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 175 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.00 |
| HSL | 320.26º | 0.99% | 0.54% | - |
| HSV(B) | 320.26º | 0.92% | 1% | - |
| XYZ | 48.86 | 24.67 | 42.74 | - |
| YUV | 107.64 | 166.02 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 175 | 0 | 0.92 | 0.31 | 0.00 | 320.26 | 0.99 | 0.54 |
| Hex | FE | 14 | AF | 0 | 5C | 1F | 0 | 140 | 63 | 36 |
| Octal | 376 | 24 | 257 | 0 | 134 | 37 | 0 | 500 | 143 | 66 |
| Binary | 11111110 | 10100 | 10101111 | 0 | 1011100 | 11111 | 0 | 101000000 | 1100011 | 110110 |
Color Harmonies of #FE14AF
Complementary color
Monochromatic Colors of #FE14AF
Black with #FE14AF
Text Example
Text Example
White with #FE14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14AF; }
p { color: rgb(254,20,175); }
H1.HeaderClassName
{
color: #FE14AF;
}
.AnyTagClassName
{
color: #FE14AF;
}
</style>
background-color css
<style>
a { background-color: #FE14AF; }
a { background-color: rgb(254,20,175); }
div.DivClassName
{
background-color: #FE14AF;
}
.BgClassName
{
background-color: #FE14AF;
}
</style>
border-color css
<style>
span { border-color: #FE14AF; }
span { border-color: rgb(254,20,175); }
td.TdClassName
{
border-color: #FE14AF;
}
.TagClassName
{
border-color: #FE14AF;
}
</style>