Shades of Spicy Pink #F820A6
Tints of Spicy Pink #F820A6
RGB
CMYK
RGB Variations
Color information
#F820A6 (or 0xF820A6) is known color: Spicy Pink. HEX triplet: F8, 20 and A6. RGB value is (248,32,166). Sum of RGB (Red+Green+Blue) = 248+32+166=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F820A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820A6 is #07DF59. Grayscale: #6F6F6F. Windows color (decimal): -515930 or 10887416. OLE color: 10887416.
HSL color Cylindrical-coordinate representation of color #F820A6: hue angle of 322.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820A6 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 166 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.03 |
| HSL | 322.78º | 0.94% | 0.55% | - |
| HSV(B) | 322.78º | 0.87% | 0.97% | - |
| XYZ | 46.11 | 23.74 | 38.23 | - |
| YUV | 111.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 166 | 0 | 0.87 | 0.33 | 0.03 | 322.78 | 0.94 | 0.55 |
| Hex | F8 | 20 | A6 | 0 | 57 | 21 | 3 | 143 | 5E | 37 |
| Octal | 370 | 40 | 246 | 0 | 127 | 41 | 3 | 503 | 136 | 67 |
| Binary | 11111000 | 100000 | 10100110 | 0 | 1010111 | 100001 | 11 | 101000011 | 1011110 | 110111 |
Color Harmonies of #F820A6
Complementary color
Monochromatic Colors of #F820A6
Black with #F820A6
Text Example
Text Example
White with #F820A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820A6; }
p { color: rgb(248,32,166); }
H1.HeaderClassName
{
color: #F820A6;
}
.AnyTagClassName
{
color: #F820A6;
}
</style>
background-color css
<style>
a { background-color: #F820A6; }
a { background-color: rgb(248,32,166); }
div.DivClassName
{
background-color: #F820A6;
}
.BgClassName
{
background-color: #F820A6;
}
</style>
border-color css
<style>
span { border-color: #F820A6; }
span { border-color: rgb(248,32,166); }
td.TdClassName
{
border-color: #F820A6;
}
.TagClassName
{
border-color: #F820A6;
}
</style>