Shades of Spicy Pink #F822BA
Tints of Spicy Pink #F822BA
RGB
CMYK
RGB Variations
Color information
#F822BA (or 0xF822BA) is known color: Spicy Pink. HEX triplet: F8, 22 and BA. RGB value is (248,34,186). Sum of RGB (Red+Green+Blue) = 248+34+186=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F822BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F822BA is #07DD45. Grayscale: #727272. Windows color (decimal): -515398 or 12198648. OLE color: 12198648.
HSL color Cylindrical-coordinate representation of color #F822BA: hue angle of 317.38º degrees, saturation: 0.94, 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 #F822BA is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 186 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.03 |
| HSL | 317.38º | 0.94% | 0.55% | - |
| HSV(B) | 317.38º | 0.86% | 0.97% | - |
| XYZ | 48.15 | 24.65 | 48.67 | - |
| YUV | 115.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 186 | 0 | 0.86 | 0.25 | 0.03 | 317.38 | 0.94 | 0.55 |
| Hex | F8 | 22 | BA | 0 | 56 | 19 | 3 | 13D | 5E | 37 |
| Octal | 370 | 42 | 272 | 0 | 126 | 31 | 3 | 475 | 136 | 67 |
| Binary | 11111000 | 100010 | 10111010 | 0 | 1010110 | 11001 | 11 | 100111101 | 1011110 | 110111 |
Color Harmonies of #F822BA
Complementary color
Monochromatic Colors of #F822BA
Black with #F822BA
Text Example
Text Example
White with #F822BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F822BA; }
p { color: rgb(248,34,186); }
H1.HeaderClassName
{
color: #F822BA;
}
.AnyTagClassName
{
color: #F822BA;
}
</style>
background-color css
<style>
a { background-color: #F822BA; }
a { background-color: rgb(248,34,186); }
div.DivClassName
{
background-color: #F822BA;
}
.BgClassName
{
background-color: #F822BA;
}
</style>
border-color css
<style>
span { border-color: #F822BA; }
span { border-color: rgb(248,34,186); }
td.TdClassName
{
border-color: #F822BA;
}
.TagClassName
{
border-color: #F822BA;
}
</style>