Shades of Spicy Pink #F722BA
Tints of Spicy Pink #F722BA
RGB
CMYK
RGB Variations
Color information
#F722BA (or 0xF722BA) is known color: Spicy Pink. HEX triplet: F7, 22 and BA. RGB value is (247,34,186). Sum of RGB (Red+Green+Blue) = 247+34+186=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F722BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F722BA is #08DD45. Grayscale: #727272. Windows color (decimal): -580934 or 12198647. OLE color: 12198647.
HSL color Cylindrical-coordinate representation of color #F722BA: hue angle of 317.18º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F722BA is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 186 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.03 |
| HSL | 317.18º | 0.93% | 0.55% | - |
| HSV(B) | 317.18º | 0.86% | 0.97% | - |
| XYZ | 47.79 | 24.46 | 48.66 | - |
| YUV | 115.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 186 | 0 | 0.86 | 0.25 | 0.03 | 317.18 | 0.93 | 0.55 |
| Hex | F7 | 22 | BA | 0 | 56 | 19 | 3 | 13D | 5D | 37 |
| Octal | 367 | 42 | 272 | 0 | 126 | 31 | 3 | 475 | 135 | 67 |
| Binary | 11110111 | 100010 | 10111010 | 0 | 1010110 | 11001 | 11 | 100111101 | 1011101 | 110111 |
Color Harmonies of #F722BA
Complementary color
Monochromatic Colors of #F722BA
Black with #F722BA
Text Example
Text Example
White with #F722BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F722BA; }
p { color: rgb(247,34,186); }
H1.HeaderClassName
{
color: #F722BA;
}
.AnyTagClassName
{
color: #F722BA;
}
</style>
background-color css
<style>
a { background-color: #F722BA; }
a { background-color: rgb(247,34,186); }
div.DivClassName
{
background-color: #F722BA;
}
.BgClassName
{
background-color: #F722BA;
}
</style>
border-color css
<style>
span { border-color: #F722BA; }
span { border-color: rgb(247,34,186); }
td.TdClassName
{
border-color: #F722BA;
}
.TagClassName
{
border-color: #F722BA;
}
</style>