Shades of Spicy Pink #F821AD
Tints of Spicy Pink #F821AD
RGB
CMYK
RGB Variations
Color information
#F821AD (or 0xF821AD) is known color: Spicy Pink. HEX triplet: F8, 21 and AD. RGB value is (248,33,173). Sum of RGB (Red+Green+Blue) = 248+33+173=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F821AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821AD is #07DE52. Grayscale: #707070. Windows color (decimal): -515667 or 11346424. OLE color: 11346424.
HSL color Cylindrical-coordinate representation of color #F821AD: hue angle of 320.93º 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 #F821AD is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 173 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.03 |
| HSL | 320.93º | 0.94% | 0.55% | - |
| HSV(B) | 320.93º | 0.87% | 0.97% | - |
| XYZ | 46.8 | 24.06 | 41.71 | - |
| YUV | 113.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 173 | 0 | 0.87 | 0.30 | 0.03 | 320.93 | 0.94 | 0.55 |
| Hex | F8 | 21 | AD | 0 | 57 | 1E | 3 | 141 | 5E | 37 |
| Octal | 370 | 41 | 255 | 0 | 127 | 36 | 3 | 501 | 136 | 67 |
| Binary | 11111000 | 100001 | 10101101 | 0 | 1010111 | 11110 | 11 | 101000001 | 1011110 | 110111 |
Color Harmonies of #F821AD
Complementary color
Monochromatic Colors of #F821AD
Black with #F821AD
Text Example
Text Example
White with #F821AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821AD; }
p { color: rgb(248,33,173); }
H1.HeaderClassName
{
color: #F821AD;
}
.AnyTagClassName
{
color: #F821AD;
}
</style>
background-color css
<style>
a { background-color: #F821AD; }
a { background-color: rgb(248,33,173); }
div.DivClassName
{
background-color: #F821AD;
}
.BgClassName
{
background-color: #F821AD;
}
</style>
border-color css
<style>
span { border-color: #F821AD; }
span { border-color: rgb(248,33,173); }
td.TdClassName
{
border-color: #F821AD;
}
.TagClassName
{
border-color: #F821AD;
}
</style>