Shades of Magenta #F821F7
Tints of Magenta #F821F7
RGB
CMYK
RGB Variations
Color information
#F821F7 (or 0xF821F7) is known color: Magenta. HEX triplet: F8, 21 and F7. RGB value is (248,33,247). Sum of RGB (Red+Green+Blue) = 248+33+247=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F821F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F821F7 is #07DE08. Grayscale: #797979. Windows color (decimal): -515593 or 16196088. OLE color: 16196088.
HSL color Cylindrical-coordinate representation of color #F821F7: hue angle of 300.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 #F821F7 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 247 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.03 |
| HSL | 300.28º | 0.94% | 0.55% | - |
| HSV(B) | 300.28º | 0.87% | 0.97% | - |
| XYZ | 56.04 | 27.76 | 90.4 | - |
| YUV | 121.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 247 | 0 | 0.87 | 0.00 | 0.03 | 300.28 | 0.94 | 0.55 |
| Hex | F8 | 21 | F7 | 0 | 57 | 0 | 3 | 12C | 5E | 37 |
| Octal | 370 | 41 | 367 | 0 | 127 | 0 | 3 | 454 | 136 | 67 |
| Binary | 11111000 | 100001 | 11110111 | 0 | 1010111 | 0 | 11 | 100101100 | 1011110 | 110111 |
Color Harmonies of #F821F7
Complementary color
Monochromatic Colors of #F821F7
Black with #F821F7
Text Example
Text Example
White with #F821F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821F7; }
p { color: rgb(248,33,247); }
H1.HeaderClassName
{
color: #F821F7;
}
.AnyTagClassName
{
color: #F821F7;
}
</style>
background-color css
<style>
a { background-color: #F821F7; }
a { background-color: rgb(248,33,247); }
div.DivClassName
{
background-color: #F821F7;
}
.BgClassName
{
background-color: #F821F7;
}
</style>
border-color css
<style>
span { border-color: #F821F7; }
span { border-color: rgb(248,33,247); }
td.TdClassName
{
border-color: #F821F7;
}
.TagClassName
{
border-color: #F821F7;
}
</style>