Shades of Spicy Pink #FE13A8
Tints of Spicy Pink #FE13A8
RGB
CMYK
RGB Variations
Color information
#FE13A8 (or 0xFE13A8) is known color: Spicy Pink. HEX triplet: FE, 13 and A8. RGB value is (254,19,168). Sum of RGB (Red+Green+Blue) = 254+19+168=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13A8 is #01EC57. Grayscale: #696969. Windows color (decimal): -126040 or 11015166. OLE color: 11015166.
HSL color Cylindrical-coordinate representation of color #FE13A8: hue angle of 321.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13A8 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 168 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.00 |
| HSL | 321.96º | 0.99% | 0.54% | - |
| HSV(B) | 321.96º | 0.93% | 1% | - |
| XYZ | 48.17 | 24.36 | 39.21 | - |
| YUV | 106.25 | 162.86 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 168 | 0 | 0.93 | 0.34 | 0.00 | 321.96 | 0.99 | 0.54 |
| Hex | FE | 13 | A8 | 0 | 5D | 22 | 0 | 142 | 63 | 36 |
| Octal | 376 | 23 | 250 | 0 | 135 | 42 | 0 | 502 | 143 | 66 |
| Binary | 11111110 | 10011 | 10101000 | 0 | 1011101 | 100010 | 0 | 101000010 | 1100011 | 110110 |
Color Harmonies of #FE13A8
Complementary color
Monochromatic Colors of #FE13A8
Black with #FE13A8
Text Example
Text Example
White with #FE13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13A8; }
p { color: rgb(254,19,168); }
H1.HeaderClassName
{
color: #FE13A8;
}
.AnyTagClassName
{
color: #FE13A8;
}
</style>
background-color css
<style>
a { background-color: #FE13A8; }
a { background-color: rgb(254,19,168); }
div.DivClassName
{
background-color: #FE13A8;
}
.BgClassName
{
background-color: #FE13A8;
}
</style>
border-color css
<style>
span { border-color: #FE13A8; }
span { border-color: rgb(254,19,168); }
td.TdClassName
{
border-color: #FE13A8;
}
.TagClassName
{
border-color: #FE13A8;
}
</style>