Shades of Magenta #F82CFF
Tints of Magenta #F82CFF
RGB
CMYK
RGB Variations
Color information
#F82CFF (or 0xF82CFF) is known color: Magenta. HEX triplet: F8, 2C and FF. RGB value is (248,44,255). Sum of RGB (Red+Green+Blue) = 248+44+255=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 44 (17.58% from 255 or 8.04% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #F82CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F82CFF is #07D300. Grayscale: #808080. Windows color (decimal): -512769 or 16723192. OLE color: 16723192.
HSL color Cylindrical-coordinate representation of color #F82CFF: hue angle of 298.01º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82CFF is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 44 | 255 | - |
| CMYK | 0.03 | 0.83 | 0 | 0 |
| HSL | 298.01º | 1% | 0.59% | - |
| HSV(B) | 298.01º | 0.83% | 1% | - |
| XYZ | 57.66 | 28.98 | 97.16 | - |
| YUV | 129.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 255 | 0.03 | 0.83 | 0 | 0 | 298.01 | 1 | 0.59 |
| Hex | F8 | 2C | FF | 3 | 53 | 0 | 0 | 12A | 64 | 3B |
| Octal | 370 | 54 | 377 | 3 | 123 | 0 | 0 | 452 | 144 | 73 |
| Binary | 11111000 | 101100 | 11111111 | 11 | 1010011 | 0 | 0 | 100101010 | 1100100 | 111011 |
Color Harmonies of #F82CFF
Complementary color
Monochromatic Colors of #F82CFF
Black with #F82CFF
Text Example
Text Example
White with #F82CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82CFF; }
p { color: rgb(248,44,255); }
H1.HeaderClassName
{
color: #F82CFF;
}
.AnyTagClassName
{
color: #F82CFF;
}
</style>
background-color css
<style>
a { background-color: #F82CFF; }
a { background-color: rgb(248,44,255); }
div.DivClassName
{
background-color: #F82CFF;
}
.BgClassName
{
background-color: #F82CFF;
}
</style>
border-color css
<style>
span { border-color: #F82CFF; }
span { border-color: rgb(248,44,255); }
td.TdClassName
{
border-color: #F82CFF;
}
.TagClassName
{
border-color: #F82CFF;
}
</style>