Shades of Spicy Pink #F81EBA
Tints of Spicy Pink #F81EBA
RGB
CMYK
RGB Variations
Color information
#F81EBA (or 0xF81EBA) is known color: Spicy Pink. HEX triplet: F8, 1E and BA. RGB value is (248,30,186). Sum of RGB (Red+Green+Blue) = 248+30+186=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EBA is #07E145. Grayscale: #707070. Windows color (decimal): -516422 or 12197624. OLE color: 12197624.
HSL color Cylindrical-coordinate representation of color #F81EBA: hue angle of 317.06º 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 #F81EBA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.03 |
| HSL | 317.06º | 0.94% | 0.55% | - |
| HSV(B) | 317.06º | 0.88% | 0.97% | - |
| XYZ | 48.04 | 24.43 | 48.64 | - |
| YUV | 112.97 | 169.22 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 186 | 0 | 0.88 | 0.25 | 0.03 | 317.06 | 0.94 | 0.55 |
| Hex | F8 | 1E | BA | 0 | 58 | 19 | 3 | 13D | 5E | 37 |
| Octal | 370 | 36 | 272 | 0 | 130 | 31 | 3 | 475 | 136 | 67 |
| Binary | 11111000 | 11110 | 10111010 | 0 | 1011000 | 11001 | 11 | 100111101 | 1011110 | 110111 |
Color Harmonies of #F81EBA
Complementary color
Monochromatic Colors of #F81EBA
Black with #F81EBA
Text Example
Text Example
White with #F81EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EBA; }
p { color: rgb(248,30,186); }
H1.HeaderClassName
{
color: #F81EBA;
}
.AnyTagClassName
{
color: #F81EBA;
}
</style>
background-color css
<style>
a { background-color: #F81EBA; }
a { background-color: rgb(248,30,186); }
div.DivClassName
{
background-color: #F81EBA;
}
.BgClassName
{
background-color: #F81EBA;
}
</style>
border-color css
<style>
span { border-color: #F81EBA; }
span { border-color: rgb(248,30,186); }
td.TdClassName
{
border-color: #F81EBA;
}
.TagClassName
{
border-color: #F81EBA;
}
</style>