Shades of Spicy Pink #FF1EA6
Tints of Spicy Pink #FF1EA6
RGB
CMYK
RGB Variations
Color information
#FF1EA6 (or 0xFF1EA6) is known color: Spicy Pink. HEX triplet: FF, 1E and A6. RGB value is (255,30,166). Sum of RGB (Red+Green+Blue) = 255+30+166=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EA6 is #00E159. Grayscale: #707070. Windows color (decimal): -57690 or 10886911. OLE color: 10886911.
HSL color Cylindrical-coordinate representation of color #FF1EA6: hue angle of 323.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1EA6 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 166 | - |
| CMYK | 0 | 0.88 | 0.35 | 0 |
| HSL | 323.73º | 1% | 0.56% | - |
| HSV(B) | 323.73º | 0.88% | 1% | - |
| XYZ | 48.59 | 24.94 | 38.33 | - |
| YUV | 112.78 | 158.04 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 166 | 0 | 0.88 | 0.35 | 0 | 323.73 | 1 | 0.56 |
| Hex | FF | 1E | A6 | 0 | 58 | 23 | 0 | 144 | 64 | 38 |
| Octal | 377 | 36 | 246 | 0 | 130 | 43 | 0 | 504 | 144 | 70 |
| Binary | 11111111 | 11110 | 10100110 | 0 | 1011000 | 100011 | 0 | 101000100 | 1100100 | 111000 |
Color Harmonies of #FF1EA6
Complementary color
Monochromatic Colors of #FF1EA6
Black with #FF1EA6
Text Example
Text Example
White with #FF1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EA6; }
p { color: rgb(255,30,166); }
H1.HeaderClassName
{
color: #FF1EA6;
}
.AnyTagClassName
{
color: #FF1EA6;
}
</style>
background-color css
<style>
a { background-color: #FF1EA6; }
a { background-color: rgb(255,30,166); }
div.DivClassName
{
background-color: #FF1EA6;
}
.BgClassName
{
background-color: #FF1EA6;
}
</style>
border-color css
<style>
span { border-color: #FF1EA6; }
span { border-color: rgb(255,30,166); }
td.TdClassName
{
border-color: #FF1EA6;
}
.TagClassName
{
border-color: #FF1EA6;
}
</style>