Shades of Spicy Pink #F820AF
Tints of Spicy Pink #F820AF
RGB
CMYK
RGB Variations
Color information
#F820AF (or 0xF820AF) is known color: Spicy Pink. HEX triplet: F8, 20 and AF. RGB value is (248,32,175). Sum of RGB (Red+Green+Blue) = 248+32+175=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F820AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820AF is #07DF50. Grayscale: #707070. Windows color (decimal): -515921 or 11477240. OLE color: 11477240.
HSL color Cylindrical-coordinate representation of color #F820AF: hue angle of 320.28º 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 #F820AF is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 175 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.03 |
| HSL | 320.28º | 0.94% | 0.55% | - |
| HSV(B) | 320.28º | 0.87% | 0.97% | - |
| XYZ | 46.97 | 24.08 | 42.73 | - |
| YUV | 112.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 175 | 0 | 0.87 | 0.29 | 0.03 | 320.28 | 0.94 | 0.55 |
| Hex | F8 | 20 | AF | 0 | 57 | 1D | 3 | 140 | 5E | 37 |
| Octal | 370 | 40 | 257 | 0 | 127 | 35 | 3 | 500 | 136 | 67 |
| Binary | 11111000 | 100000 | 10101111 | 0 | 1010111 | 11101 | 11 | 101000000 | 1011110 | 110111 |
Color Harmonies of #F820AF
Complementary color
Monochromatic Colors of #F820AF
Black with #F820AF
Text Example
Text Example
White with #F820AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820AF; }
p { color: rgb(248,32,175); }
H1.HeaderClassName
{
color: #F820AF;
}
.AnyTagClassName
{
color: #F820AF;
}
</style>
background-color css
<style>
a { background-color: #F820AF; }
a { background-color: rgb(248,32,175); }
div.DivClassName
{
background-color: #F820AF;
}
.BgClassName
{
background-color: #F820AF;
}
</style>
border-color css
<style>
span { border-color: #F820AF; }
span { border-color: rgb(248,32,175); }
td.TdClassName
{
border-color: #F820AF;
}
.TagClassName
{
border-color: #F820AF;
}
</style>