Shades of Magenta #F02DFF
Tints of Magenta #F02DFF
RGB
CMYK
RGB Variations
Color information
#F02DFF (or 0xF02DFF) is known color: Magenta. HEX triplet: F0, 2D and FF. RGB value is (240,45,255). Sum of RGB (Red+Green+Blue) = 240+45+255=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 45 (17.97% from 255 or 8.33% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F02DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02DFF is #0FD200. Grayscale: #7E7E7E. Windows color (decimal): -1036801 or 16723440. OLE color: 16723440.
HSL color Cylindrical-coordinate representation of color #F02DFF: hue angle of 295.71º 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 #F02DFF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 45 | 255 | - |
| CMYK | 0.06 | 0.82 | 0 | 0 |
| HSL | 295.71º | 1% | 0.59% | - |
| HSV(B) | 295.71º | 0.82% | 1% | - |
| XYZ | 54.92 | 27.62 | 97.04 | - |
| YUV | 127.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 255 | 0.06 | 0.82 | 0 | 0 | 295.71 | 1 | 0.59 |
| Hex | F0 | 2D | FF | 6 | 52 | 0 | 0 | 128 | 64 | 3B |
| Octal | 360 | 55 | 377 | 6 | 122 | 0 | 0 | 450 | 144 | 73 |
| Binary | 11110000 | 101101 | 11111111 | 110 | 1010010 | 0 | 0 | 100101000 | 1100100 | 111011 |
Color Harmonies of #F02DFF
Complementary color
Monochromatic Colors of #F02DFF
Black with #F02DFF
Text Example
Text Example
White with #F02DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DFF; }
p { color: rgb(240,45,255); }
H1.HeaderClassName
{
color: #F02DFF;
}
.AnyTagClassName
{
color: #F02DFF;
}
</style>
background-color css
<style>
a { background-color: #F02DFF; }
a { background-color: rgb(240,45,255); }
div.DivClassName
{
background-color: #F02DFF;
}
.BgClassName
{
background-color: #F02DFF;
}
</style>
border-color css
<style>
span { border-color: #F02DFF; }
span { border-color: rgb(240,45,255); }
td.TdClassName
{
border-color: #F02DFF;
}
.TagClassName
{
border-color: #F02DFF;
}
</style>