Shades of Spicy Pink #F820AA
Tints of Spicy Pink #F820AA
RGB
CMYK
RGB Variations
Color information
#F820AA (or 0xF820AA) is known color: Spicy Pink. HEX triplet: F8, 20 and AA. RGB value is (248,32,170). Sum of RGB (Red+Green+Blue) = 248+32+170=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F820AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820AA is #07DF55. Grayscale: #6F6F6F. Windows color (decimal): -515926 or 11149560. OLE color: 11149560.
HSL color Cylindrical-coordinate representation of color #F820AA: hue angle of 321.67º 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 #F820AA is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 170 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.03 |
| HSL | 321.67º | 0.94% | 0.55% | - |
| HSV(B) | 321.67º | 0.87% | 0.97% | - |
| XYZ | 46.48 | 23.89 | 40.19 | - |
| YUV | 112.32 | 160.56 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 170 | 0 | 0.87 | 0.31 | 0.03 | 321.67 | 0.94 | 0.55 |
| Hex | F8 | 20 | AA | 0 | 57 | 1F | 3 | 142 | 5E | 37 |
| Octal | 370 | 40 | 252 | 0 | 127 | 37 | 3 | 502 | 136 | 67 |
| Binary | 11111000 | 100000 | 10101010 | 0 | 1010111 | 11111 | 11 | 101000010 | 1011110 | 110111 |
Color Harmonies of #F820AA
Complementary color
Monochromatic Colors of #F820AA
Black with #F820AA
Text Example
Text Example
White with #F820AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820AA; }
p { color: rgb(248,32,170); }
H1.HeaderClassName
{
color: #F820AA;
}
.AnyTagClassName
{
color: #F820AA;
}
</style>
background-color css
<style>
a { background-color: #F820AA; }
a { background-color: rgb(248,32,170); }
div.DivClassName
{
background-color: #F820AA;
}
.BgClassName
{
background-color: #F820AA;
}
</style>
border-color css
<style>
span { border-color: #F820AA; }
span { border-color: rgb(248,32,170); }
td.TdClassName
{
border-color: #F820AA;
}
.TagClassName
{
border-color: #F820AA;
}
</style>