Shades of Magenta #F62EFF
Tints of Magenta #F62EFF
RGB
CMYK
RGB Variations
Color information
#F62EFF (or 0xF62EFF) is known color: Magenta. HEX triplet: F6, 2E and FF. RGB value is (246,46,255). Sum of RGB (Red+Green+Blue) = 246+46+255=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 46 (18.36% from 255 or 8.41% 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 #F62EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62EFF is #09D100. Grayscale: #808080. Windows color (decimal): -643329 or 16723702. OLE color: 16723702.
HSL color Cylindrical-coordinate representation of color #F62EFF: hue angle of 297.42º 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 #F62EFF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 46 | 255 | - |
| CMYK | 0.04 | 0.82 | 0 | 0 |
| HSL | 297.42º | 1% | 0.59% | - |
| HSV(B) | 297.42º | 0.82% | 1% | - |
| XYZ | 57.03 | 28.77 | 97.15 | - |
| YUV | 129.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 255 | 0.04 | 0.82 | 0 | 0 | 297.42 | 1 | 0.59 |
| Hex | F6 | 2E | FF | 4 | 52 | 0 | 0 | 129 | 64 | 3B |
| Octal | 366 | 56 | 377 | 4 | 122 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110110 | 101110 | 11111111 | 100 | 1010010 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F62EFF
Complementary color
Monochromatic Colors of #F62EFF
Black with #F62EFF
Text Example
Text Example
White with #F62EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62EFF; }
p { color: rgb(246,46,255); }
H1.HeaderClassName
{
color: #F62EFF;
}
.AnyTagClassName
{
color: #F62EFF;
}
</style>
background-color css
<style>
a { background-color: #F62EFF; }
a { background-color: rgb(246,46,255); }
div.DivClassName
{
background-color: #F62EFF;
}
.BgClassName
{
background-color: #F62EFF;
}
</style>
border-color css
<style>
span { border-color: #F62EFF; }
span { border-color: rgb(246,46,255); }
td.TdClassName
{
border-color: #F62EFF;
}
.TagClassName
{
border-color: #F62EFF;
}
</style>