Shades of Magenta #F02EFF
Tints of Magenta #F02EFF
RGB
CMYK
RGB Variations
Color information
#F02EFF (or 0xF02EFF) is known color: Magenta. HEX triplet: F0, 2E and FF. RGB value is (240,46,255). Sum of RGB (Red+Green+Blue) = 240+46+255=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F02EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02EFF is #0FD100. Grayscale: #7F7F7F. Windows color (decimal): -1036545 or 16723696. OLE color: 16723696.
HSL color Cylindrical-coordinate representation of color #F02EFF: hue angle of 295.69º 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 #F02EFF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 46 | 255 | - |
| CMYK | 0.06 | 0.82 | 0 | 0 |
| HSL | 295.69º | 1% | 0.59% | - |
| HSV(B) | 295.69º | 0.82% | 1% | - |
| XYZ | 54.96 | 27.7 | 97.06 | - |
| YUV | 127.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 255 | 0.06 | 0.82 | 0 | 0 | 295.69 | 1 | 0.59 |
| Hex | F0 | 2E | FF | 6 | 52 | 0 | 0 | 128 | 64 | 3B |
| Octal | 360 | 56 | 377 | 6 | 122 | 0 | 0 | 450 | 144 | 73 |
| Binary | 11110000 | 101110 | 11111111 | 110 | 1010010 | 0 | 0 | 100101000 | 1100100 | 111011 |
Color Harmonies of #F02EFF
Complementary color
Monochromatic Colors of #F02EFF
Black with #F02EFF
Text Example
Text Example
White with #F02EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EFF; }
p { color: rgb(240,46,255); }
H1.HeaderClassName
{
color: #F02EFF;
}
.AnyTagClassName
{
color: #F02EFF;
}
</style>
background-color css
<style>
a { background-color: #F02EFF; }
a { background-color: rgb(240,46,255); }
div.DivClassName
{
background-color: #F02EFF;
}
.BgClassName
{
background-color: #F02EFF;
}
</style>
border-color css
<style>
span { border-color: #F02EFF; }
span { border-color: rgb(240,46,255); }
td.TdClassName
{
border-color: #F02EFF;
}
.TagClassName
{
border-color: #F02EFF;
}
</style>