Shades of Spicy Pink #F81EA5
Tints of Spicy Pink #F81EA5
RGB
CMYK
RGB Variations
Color information
#F81EA5 (or 0xF81EA5) is known color: Spicy Pink. HEX triplet: F8, 1E and A5. RGB value is (248,30,165). Sum of RGB (Red+Green+Blue) = 248+30+165=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81EA5 is #07E15A. Grayscale: #6E6E6E. Windows color (decimal): -516443 or 10821368. OLE color: 10821368.
HSL color Cylindrical-coordinate representation of color #F81EA5: hue angle of 322.84º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EA5 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 165 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.03 |
| HSL | 322.84º | 0.94% | 0.55% | - |
| HSV(B) | 322.84º | 0.88% | 0.97% | - |
| XYZ | 45.97 | 23.6 | 37.73 | - |
| YUV | 110.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 165 | 0 | 0.88 | 0.33 | 0.03 | 322.84 | 0.94 | 0.55 |
| Hex | F8 | 1E | A5 | 0 | 58 | 21 | 3 | 143 | 5E | 37 |
| Octal | 370 | 36 | 245 | 0 | 130 | 41 | 3 | 503 | 136 | 67 |
| Binary | 11111000 | 11110 | 10100101 | 0 | 1011000 | 100001 | 11 | 101000011 | 1011110 | 110111 |
Color Harmonies of #F81EA5
Complementary color
Monochromatic Colors of #F81EA5
Black with #F81EA5
Text Example
Text Example
White with #F81EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EA5; }
p { color: rgb(248,30,165); }
H1.HeaderClassName
{
color: #F81EA5;
}
.AnyTagClassName
{
color: #F81EA5;
}
</style>
background-color css
<style>
a { background-color: #F81EA5; }
a { background-color: rgb(248,30,165); }
div.DivClassName
{
background-color: #F81EA5;
}
.BgClassName
{
background-color: #F81EA5;
}
</style>
border-color css
<style>
span { border-color: #F81EA5; }
span { border-color: rgb(248,30,165); }
td.TdClassName
{
border-color: #F81EA5;
}
.TagClassName
{
border-color: #F81EA5;
}
</style>