Shades of Spicy Pink #F820A7
Tints of Spicy Pink #F820A7
RGB
CMYK
RGB Variations
Color information
#F820A7 (or 0xF820A7) is known color: Spicy Pink. HEX triplet: F8, 20 and A7. RGB value is (248,32,167). Sum of RGB (Red+Green+Blue) = 248+32+167=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F820A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820A7 is #07DF58. Grayscale: #6F6F6F. Windows color (decimal): -515929 or 10952952. OLE color: 10952952.
HSL color Cylindrical-coordinate representation of color #F820A7: hue angle of 322.5º 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 #F820A7 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 167 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.03 |
| HSL | 322.5º | 0.94% | 0.55% | - |
| HSV(B) | 322.5º | 0.87% | 0.97% | - |
| XYZ | 46.2 | 23.78 | 38.71 | - |
| YUV | 111.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 167 | 0 | 0.87 | 0.33 | 0.03 | 322.5 | 0.94 | 0.55 |
| Hex | F8 | 20 | A7 | 0 | 57 | 21 | 3 | 142 | 5E | 37 |
| Octal | 370 | 40 | 247 | 0 | 127 | 41 | 3 | 502 | 136 | 67 |
| Binary | 11111000 | 100000 | 10100111 | 0 | 1010111 | 100001 | 11 | 101000010 | 1011110 | 110111 |
Color Harmonies of #F820A7
Complementary color
Monochromatic Colors of #F820A7
Black with #F820A7
Text Example
Text Example
White with #F820A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820A7; }
p { color: rgb(248,32,167); }
H1.HeaderClassName
{
color: #F820A7;
}
.AnyTagClassName
{
color: #F820A7;
}
</style>
background-color css
<style>
a { background-color: #F820A7; }
a { background-color: rgb(248,32,167); }
div.DivClassName
{
background-color: #F820A7;
}
.BgClassName
{
background-color: #F820A7;
}
</style>
border-color css
<style>
span { border-color: #F820A7; }
span { border-color: rgb(248,32,167); }
td.TdClassName
{
border-color: #F820A7;
}
.TagClassName
{
border-color: #F820A7;
}
</style>