Shades of Spicy Pink #F821A8
Tints of Spicy Pink #F821A8
RGB
CMYK
RGB Variations
Color information
#F821A8 (or 0xF821A8) is known color: Spicy Pink. HEX triplet: F8, 21 and A8. RGB value is (248,33,168). Sum of RGB (Red+Green+Blue) = 248+33+168=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F821A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821A8 is #07DE57. Grayscale: #707070. Windows color (decimal): -515672 or 11018744. OLE color: 11018744.
HSL color Cylindrical-coordinate representation of color #F821A8: hue angle of 322.33º 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 #F821A8 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 168 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.03 |
| HSL | 322.33º | 0.94% | 0.55% | - |
| HSV(B) | 322.33º | 0.87% | 0.97% | - |
| XYZ | 46.32 | 23.87 | 39.21 | - |
| YUV | 112.68 | 159.23 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 168 | 0 | 0.87 | 0.32 | 0.03 | 322.33 | 0.94 | 0.55 |
| Hex | F8 | 21 | A8 | 0 | 57 | 20 | 3 | 142 | 5E | 37 |
| Octal | 370 | 41 | 250 | 0 | 127 | 40 | 3 | 502 | 136 | 67 |
| Binary | 11111000 | 100001 | 10101000 | 0 | 1010111 | 100000 | 11 | 101000010 | 1011110 | 110111 |
Color Harmonies of #F821A8
Complementary color
Monochromatic Colors of #F821A8
Black with #F821A8
Text Example
Text Example
White with #F821A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821A8; }
p { color: rgb(248,33,168); }
H1.HeaderClassName
{
color: #F821A8;
}
.AnyTagClassName
{
color: #F821A8;
}
</style>
background-color css
<style>
a { background-color: #F821A8; }
a { background-color: rgb(248,33,168); }
div.DivClassName
{
background-color: #F821A8;
}
.BgClassName
{
background-color: #F821A8;
}
</style>
border-color css
<style>
span { border-color: #F821A8; }
span { border-color: rgb(248,33,168); }
td.TdClassName
{
border-color: #F821A8;
}
.TagClassName
{
border-color: #F821A8;
}
</style>