Shades of Spicy Pink #FE1AA5
Tints of Spicy Pink #FE1AA5
RGB
CMYK
RGB Variations
Color information
#FE1AA5 (or 0xFE1AA5) is known color: Spicy Pink. HEX triplet: FE, 1A and A5. RGB value is (254,26,165). Sum of RGB (Red+Green+Blue) = 254+26+165=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1AA5 is #01E55A. Grayscale: #6D6D6D. Windows color (decimal): -124251 or 10820350. OLE color: 10820350.
HSL color Cylindrical-coordinate representation of color #FE1AA5: hue angle of 323.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AA5 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 165 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.00 |
| HSL | 323.42º | 0.99% | 0.55% | - |
| HSV(B) | 323.42º | 0.9% | 1% | - |
| XYZ | 48.03 | 24.53 | 37.8 | - |
| YUV | 110.02 | 159.04 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 165 | 0 | 0.90 | 0.35 | 0.00 | 323.42 | 0.99 | 0.55 |
| Hex | FE | 1A | A5 | 0 | 5A | 23 | 0 | 143 | 63 | 37 |
| Octal | 376 | 32 | 245 | 0 | 132 | 43 | 0 | 503 | 143 | 67 |
| Binary | 11111110 | 11010 | 10100101 | 0 | 1011010 | 100011 | 0 | 101000011 | 1100011 | 110111 |
Color Harmonies of #FE1AA5
Complementary color
Monochromatic Colors of #FE1AA5
Black with #FE1AA5
Text Example
Text Example
White with #FE1AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AA5; }
p { color: rgb(254,26,165); }
H1.HeaderClassName
{
color: #FE1AA5;
}
.AnyTagClassName
{
color: #FE1AA5;
}
</style>
background-color css
<style>
a { background-color: #FE1AA5; }
a { background-color: rgb(254,26,165); }
div.DivClassName
{
background-color: #FE1AA5;
}
.BgClassName
{
background-color: #FE1AA5;
}
</style>
border-color css
<style>
span { border-color: #FE1AA5; }
span { border-color: rgb(254,26,165); }
td.TdClassName
{
border-color: #FE1AA5;
}
.TagClassName
{
border-color: #FE1AA5;
}
</style>