Shades of Magenta #F821FE
Tints of Magenta #F821FE
RGB
CMYK
RGB Variations
Color information
#F821FE (or 0xF821FE) is known color: Magenta. HEX triplet: F8, 21 and FE. RGB value is (248,33,254). Sum of RGB (Red+Green+Blue) = 248+33+254=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 33 (13.28% from 255 or 6.17% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #F821FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F821FE is #07DE01. Grayscale: #797979. Windows color (decimal): -515586 or 16654840. OLE color: 16654840.
HSL color Cylindrical-coordinate representation of color #F821FE: hue angle of 298.37º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F821FE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 33 | 254 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.00 |
| HSL | 298.37º | 0.99% | 0.56% | - |
| HSV(B) | 298.37º | 0.87% | 1% | - |
| XYZ | 57.14 | 28.2 | 96.2 | - |
| YUV | 122.48 | 202.23 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 254 | 0.02 | 0.87 | 0 | 0.00 | 298.37 | 0.99 | 0.56 |
| Hex | F8 | 21 | FE | 2 | 57 | 0 | 0 | 12A | 63 | 38 |
| Octal | 370 | 41 | 376 | 2 | 127 | 0 | 0 | 452 | 143 | 70 |
| Binary | 11111000 | 100001 | 11111110 | 10 | 1010111 | 0 | 0 | 100101010 | 1100011 | 111000 |
Color Harmonies of #F821FE
Complementary color
Monochromatic Colors of #F821FE
Black with #F821FE
Text Example
Text Example
White with #F821FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821FE; }
p { color: rgb(248,33,254); }
H1.HeaderClassName
{
color: #F821FE;
}
.AnyTagClassName
{
color: #F821FE;
}
</style>
background-color css
<style>
a { background-color: #F821FE; }
a { background-color: rgb(248,33,254); }
div.DivClassName
{
background-color: #F821FE;
}
.BgClassName
{
background-color: #F821FE;
}
</style>
border-color css
<style>
span { border-color: #F821FE; }
span { border-color: rgb(248,33,254); }
td.TdClassName
{
border-color: #F821FE;
}
.TagClassName
{
border-color: #F821FE;
}
</style>