Shades of Spicy Pink #FE1ABA
Tints of Spicy Pink #FE1ABA
RGB
CMYK
RGB Variations
Color information
#FE1ABA (or 0xFE1ABA) is known color: Spicy Pink. HEX triplet: FE, 1A and BA. RGB value is (254,26,186). Sum of RGB (Red+Green+Blue) = 254+26+186=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ABA is #01E545. Grayscale: #707070. Windows color (decimal): -124230 or 12196606. OLE color: 12196606.
HSL color Cylindrical-coordinate representation of color #FE1ABA: hue angle of 317.89º 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 #FE1ABA is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 186 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.00 |
| HSL | 317.89º | 0.99% | 0.55% | - |
| HSV(B) | 317.89º | 0.9% | 1% | - |
| XYZ | 50.11 | 25.35 | 48.71 | - |
| YUV | 112.41 | 169.54 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 186 | 0 | 0.90 | 0.27 | 0.00 | 317.89 | 0.99 | 0.55 |
| Hex | FE | 1A | BA | 0 | 5A | 1B | 0 | 13E | 63 | 37 |
| Octal | 376 | 32 | 272 | 0 | 132 | 33 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11010 | 10111010 | 0 | 1011010 | 11011 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE1ABA
Complementary color
Monochromatic Colors of #FE1ABA
Black with #FE1ABA
Text Example
Text Example
White with #FE1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ABA; }
p { color: rgb(254,26,186); }
H1.HeaderClassName
{
color: #FE1ABA;
}
.AnyTagClassName
{
color: #FE1ABA;
}
</style>
background-color css
<style>
a { background-color: #FE1ABA; }
a { background-color: rgb(254,26,186); }
div.DivClassName
{
background-color: #FE1ABA;
}
.BgClassName
{
background-color: #FE1ABA;
}
</style>
border-color css
<style>
span { border-color: #FE1ABA; }
span { border-color: rgb(254,26,186); }
td.TdClassName
{
border-color: #FE1ABA;
}
.TagClassName
{
border-color: #FE1ABA;
}
</style>