Shades of Spicy Pink #FF1EB8
Tints of Spicy Pink #FF1EB8
RGB
CMYK
RGB Variations
Color information
#FF1EB8 (or 0xFF1EB8) is known color: Spicy Pink. HEX triplet: FF, 1E and B8. RGB value is (255,30,184). Sum of RGB (Red+Green+Blue) = 255+30+184=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1EB8 is #00E147. Grayscale: #727272. Windows color (decimal): -57672 or 12066559. OLE color: 12066559.
HSL color Cylindrical-coordinate representation of color #FF1EB8: hue angle of 318.93º 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 #FF1EB8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 184 | - |
| CMYK | 0 | 0.88 | 0.28 | 0 |
| HSL | 318.93º | 1% | 0.56% | - |
| HSV(B) | 318.93º | 0.88% | 1% | - |
| XYZ | 50.36 | 25.65 | 47.64 | - |
| YUV | 114.83 | 167.04 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 184 | 0 | 0.88 | 0.28 | 0 | 318.93 | 1 | 0.56 |
| Hex | FF | 1E | B8 | 0 | 58 | 1C | 0 | 13F | 64 | 38 |
| Octal | 377 | 36 | 270 | 0 | 130 | 34 | 0 | 477 | 144 | 70 |
| Binary | 11111111 | 11110 | 10111000 | 0 | 1011000 | 11100 | 0 | 100111111 | 1100100 | 111000 |
Color Harmonies of #FF1EB8
Complementary color
Monochromatic Colors of #FF1EB8
Black with #FF1EB8
Text Example
Text Example
White with #FF1EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EB8; }
p { color: rgb(255,30,184); }
H1.HeaderClassName
{
color: #FF1EB8;
}
.AnyTagClassName
{
color: #FF1EB8;
}
</style>
background-color css
<style>
a { background-color: #FF1EB8; }
a { background-color: rgb(255,30,184); }
div.DivClassName
{
background-color: #FF1EB8;
}
.BgClassName
{
background-color: #FF1EB8;
}
</style>
border-color css
<style>
span { border-color: #FF1EB8; }
span { border-color: rgb(255,30,184); }
td.TdClassName
{
border-color: #FF1EB8;
}
.TagClassName
{
border-color: #FF1EB8;
}
</style>