Shades of Magenta #F02DF8
Tints of Magenta #F02DF8
RGB
CMYK
RGB Variations
Color information
#F02DF8 (or 0xF02DF8) is known color: Magenta. HEX triplet: F0, 2D and F8. RGB value is (240,45,248). Sum of RGB (Red+Green+Blue) = 240+45+248=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 45 (17.97% from 255 or 8.44% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #F02DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02DF8 is #0FD207. Grayscale: #7D7D7D. Windows color (decimal): -1036808 or 16264688. OLE color: 16264688.
HSL color Cylindrical-coordinate representation of color #F02DF8: hue angle of 297.64º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02DF8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 45 | 248 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.03 |
| HSL | 297.64º | 0.94% | 0.57% | - |
| HSV(B) | 297.64º | 0.82% | 0.97% | - |
| XYZ | 53.82 | 27.18 | 91.22 | - |
| YUV | 126.45 | 196.6 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 248 | 0.03 | 0.82 | 0 | 0.03 | 297.64 | 0.94 | 0.57 |
| Hex | F0 | 2D | F8 | 3 | 52 | 0 | 3 | 12A | 5E | 39 |
| Octal | 360 | 55 | 370 | 3 | 122 | 0 | 3 | 452 | 136 | 71 |
| Binary | 11110000 | 101101 | 11111000 | 11 | 1010010 | 0 | 11 | 100101010 | 1011110 | 111001 |
Color Harmonies of #F02DF8
Complementary color
Monochromatic Colors of #F02DF8
Black with #F02DF8
Text Example
Text Example
White with #F02DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DF8; }
p { color: rgb(240,45,248); }
H1.HeaderClassName
{
color: #F02DF8;
}
.AnyTagClassName
{
color: #F02DF8;
}
</style>
background-color css
<style>
a { background-color: #F02DF8; }
a { background-color: rgb(240,45,248); }
div.DivClassName
{
background-color: #F02DF8;
}
.BgClassName
{
background-color: #F02DF8;
}
</style>
border-color css
<style>
span { border-color: #F02DF8; }
span { border-color: rgb(240,45,248); }
td.TdClassName
{
border-color: #F02DF8;
}
.TagClassName
{
border-color: #F02DF8;
}
</style>