Shades of Magenta #F82FFF
Tints of Magenta #F82FFF
RGB
CMYK
RGB Variations
Color information
#F82FFF (or 0xF82FFF) is known color: Magenta. HEX triplet: F8, 2F and FF. RGB value is (248,47,255). Sum of RGB (Red+Green+Blue) = 248+47+255=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 47 (18.75% from 255 or 8.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #F82FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F82FFF is #07D000. Grayscale: #828282. Windows color (decimal): -512001 or 16723960. OLE color: 16723960.
HSL color Cylindrical-coordinate representation of color #F82FFF: hue angle of 297.98º 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 #F82FFF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 47 | 255 | - |
| CMYK | 0.03 | 0.82 | 0 | 0 |
| HSL | 297.98º | 1% | 0.59% | - |
| HSV(B) | 297.98º | 0.82% | 1% | - |
| XYZ | 57.78 | 29.21 | 97.2 | - |
| YUV | 130.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 255 | 0.03 | 0.82 | 0 | 0 | 297.98 | 1 | 0.59 |
| Hex | F8 | 2F | FF | 3 | 52 | 0 | 0 | 12A | 64 | 3B |
| Octal | 370 | 57 | 377 | 3 | 122 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11111000 | 101111 | 11111111 | 11 | 1010010 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F82FFF
Complementary color
Monochromatic Colors of #F82FFF
Black with #F82FFF
Text Example
Text Example
White with #F82FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FFF; }
p { color: rgb(248,47,255); }
H1.HeaderClassName
{
color: #F82FFF;
}
.AnyTagClassName
{
color: #F82FFF;
}
</style>
background-color css
<style>
a { background-color: #F82FFF; }
a { background-color: rgb(248,47,255); }
div.DivClassName
{
background-color: #F82FFF;
}
.BgClassName
{
background-color: #F82FFF;
}
</style>
border-color css
<style>
span { border-color: #F82FFF; }
span { border-color: rgb(248,47,255); }
td.TdClassName
{
border-color: #F82FFF;
}
.TagClassName
{
border-color: #F82FFF;
}
</style>