Shades of Magenta #F82EFF
Tints of Magenta #F82EFF
RGB
CMYK
RGB Variations
Color information
#F82EFF (or 0xF82EFF) is known color: Magenta. HEX triplet: F8, 2E and FF. RGB value is (248,46,255). Sum of RGB (Red+Green+Blue) = 248+46+255=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 46 (18.36% from 255 or 8.38% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F82EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F82EFF is #07D100. Grayscale: #818181. Windows color (decimal): -512257 or 16723704. OLE color: 16723704.
HSL color Cylindrical-coordinate representation of color #F82EFF: hue angle of 297.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82EFF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 46 | 255 | - |
| CMYK | 0.03 | 0.82 | 0 | 0 |
| HSL | 297.99º | 1% | 0.59% | - |
| HSV(B) | 297.99º | 0.82% | 1% | - |
| XYZ | 57.74 | 29.13 | 97.19 | - |
| YUV | 130.22 | 198.42 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 255 | 0.03 | 0.82 | 0 | 0 | 297.99 | 1 | 0.59 |
| Hex | F8 | 2E | FF | 3 | 52 | 0 | 0 | 12A | 64 | 3B |
| Octal | 370 | 56 | 377 | 3 | 122 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11111000 | 101110 | 11111111 | 11 | 1010010 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F82EFF
Complementary color
Monochromatic Colors of #F82EFF
Black with #F82EFF
Text Example
Text Example
White with #F82EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82EFF; }
p { color: rgb(248,46,255); }
H1.HeaderClassName
{
color: #F82EFF;
}
.AnyTagClassName
{
color: #F82EFF;
}
</style>
background-color css
<style>
a { background-color: #F82EFF; }
a { background-color: rgb(248,46,255); }
div.DivClassName
{
background-color: #F82EFF;
}
.BgClassName
{
background-color: #F82EFF;
}
</style>
border-color css
<style>
span { border-color: #F82EFF; }
span { border-color: rgb(248,46,255); }
td.TdClassName
{
border-color: #F82EFF;
}
.TagClassName
{
border-color: #F82EFF;
}
</style>