Shades of Spicy Pink #F71EBA
Tints of Spicy Pink #F71EBA
RGB
CMYK
RGB Variations
Color information
#F71EBA (or 0xF71EBA) is known color: Spicy Pink. HEX triplet: F7, 1E and BA. RGB value is (247,30,186). Sum of RGB (Red+Green+Blue) = 247+30+186=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EBA is #08E145. Grayscale: #707070. Windows color (decimal): -581958 or 12197623. OLE color: 12197623.
HSL color Cylindrical-coordinate representation of color #F71EBA: hue angle of 316.87º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EBA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.03 |
| HSL | 316.87º | 0.93% | 0.54% | - |
| HSV(B) | 316.87º | 0.88% | 0.97% | - |
| XYZ | 47.68 | 24.25 | 48.62 | - |
| YUV | 112.67 | 169.39 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 186 | 0 | 0.88 | 0.25 | 0.03 | 316.87 | 0.93 | 0.54 |
| Hex | F7 | 1E | BA | 0 | 58 | 19 | 3 | 13D | 5D | 36 |
| Octal | 367 | 36 | 272 | 0 | 130 | 31 | 3 | 475 | 135 | 66 |
| Binary | 11110111 | 11110 | 10111010 | 0 | 1011000 | 11001 | 11 | 100111101 | 1011101 | 110110 |
Color Harmonies of #F71EBA
Complementary color
Monochromatic Colors of #F71EBA
Black with #F71EBA
Text Example
Text Example
White with #F71EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EBA; }
p { color: rgb(247,30,186); }
H1.HeaderClassName
{
color: #F71EBA;
}
.AnyTagClassName
{
color: #F71EBA;
}
</style>
background-color css
<style>
a { background-color: #F71EBA; }
a { background-color: rgb(247,30,186); }
div.DivClassName
{
background-color: #F71EBA;
}
.BgClassName
{
background-color: #F71EBA;
}
</style>
border-color css
<style>
span { border-color: #F71EBA; }
span { border-color: rgb(247,30,186); }
td.TdClassName
{
border-color: #F71EBA;
}
.TagClassName
{
border-color: #F71EBA;
}
</style>