Shades of Spicy Pink #FE14A6
Tints of Spicy Pink #FE14A6
RGB
CMYK
RGB Variations
Color information
#FE14A6 (or 0xFE14A6) is known color: Spicy Pink. HEX triplet: FE, 14 and A6. RGB value is (254,20,166). Sum of RGB (Red+Green+Blue) = 254+20+166=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14A6 is #01EB59. Grayscale: #6A6A6A. Windows color (decimal): -125786 or 10884350. OLE color: 10884350.
HSL color Cylindrical-coordinate representation of color #FE14A6: hue angle of 322.56º 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 #FE14A6 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 166 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.00 |
| HSL | 322.56º | 0.99% | 0.54% | - |
| HSV(B) | 322.56º | 0.92% | 1% | - |
| XYZ | 48.01 | 24.32 | 38.24 | - |
| YUV | 106.61 | 161.52 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 166 | 0 | 0.92 | 0.35 | 0.00 | 322.56 | 0.99 | 0.54 |
| Hex | FE | 14 | A6 | 0 | 5C | 23 | 0 | 143 | 63 | 36 |
| Octal | 376 | 24 | 246 | 0 | 134 | 43 | 0 | 503 | 143 | 66 |
| Binary | 11111110 | 10100 | 10100110 | 0 | 1011100 | 100011 | 0 | 101000011 | 1100011 | 110110 |
Color Harmonies of #FE14A6
Complementary color
Monochromatic Colors of #FE14A6
Black with #FE14A6
Text Example
Text Example
White with #FE14A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14A6; }
p { color: rgb(254,20,166); }
H1.HeaderClassName
{
color: #FE14A6;
}
.AnyTagClassName
{
color: #FE14A6;
}
</style>
background-color css
<style>
a { background-color: #FE14A6; }
a { background-color: rgb(254,20,166); }
div.DivClassName
{
background-color: #FE14A6;
}
.BgClassName
{
background-color: #FE14A6;
}
</style>
border-color css
<style>
span { border-color: #FE14A6; }
span { border-color: rgb(254,20,166); }
td.TdClassName
{
border-color: #FE14A6;
}
.TagClassName
{
border-color: #FE14A6;
}
</style>