Shades of Spicy Pink #F821AF
Tints of Spicy Pink #F821AF
RGB
CMYK
RGB Variations
Color information
#F821AF (or 0xF821AF) is known color: Spicy Pink. HEX triplet: F8, 21 and AF. RGB value is (248,33,175). Sum of RGB (Red+Green+Blue) = 248+33+175=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F821AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821AF is #07DE50. Grayscale: #717171. Windows color (decimal): -515665 or 11477496. OLE color: 11477496.
HSL color Cylindrical-coordinate representation of color #F821AF: hue angle of 320.37º 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 #F821AF is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 175 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.03 |
| HSL | 320.37º | 0.94% | 0.55% | - |
| HSV(B) | 320.37º | 0.87% | 0.97% | - |
| XYZ | 46.99 | 24.14 | 42.74 | - |
| YUV | 113.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 175 | 0 | 0.87 | 0.29 | 0.03 | 320.37 | 0.94 | 0.55 |
| Hex | F8 | 21 | AF | 0 | 57 | 1D | 3 | 140 | 5E | 37 |
| Octal | 370 | 41 | 257 | 0 | 127 | 35 | 3 | 500 | 136 | 67 |
| Binary | 11111000 | 100001 | 10101111 | 0 | 1010111 | 11101 | 11 | 101000000 | 1011110 | 110111 |
Color Harmonies of #F821AF
Complementary color
Monochromatic Colors of #F821AF
Black with #F821AF
Text Example
Text Example
White with #F821AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821AF; }
p { color: rgb(248,33,175); }
H1.HeaderClassName
{
color: #F821AF;
}
.AnyTagClassName
{
color: #F821AF;
}
</style>
background-color css
<style>
a { background-color: #F821AF; }
a { background-color: rgb(248,33,175); }
div.DivClassName
{
background-color: #F821AF;
}
.BgClassName
{
background-color: #F821AF;
}
</style>
border-color css
<style>
span { border-color: #F821AF; }
span { border-color: rgb(248,33,175); }
td.TdClassName
{
border-color: #F821AF;
}
.TagClassName
{
border-color: #F821AF;
}
</style>