Shades of Magenta #F01DF0
Tints of Magenta #F01DF0
RGB
CMYK
RGB Variations
Color information
#F01DF0 (or 0xF01DF0) is known color: Magenta. HEX triplet: F0, 1D and F0. RGB value is (240,29,240). Sum of RGB (Red+Green+Blue) = 240+29+240=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F01DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DF0 is #0FE20F. Grayscale: #737373. Windows color (decimal): -1040912 or 15736304. OLE color: 15736304.
HSL color Cylindrical-coordinate representation of color #F01DF0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DF0 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 240 | - |
| CMYK | 0 | 0.88 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.53% | - |
| HSV(B) | 300º | 0.88% | 0.94% | - |
| XYZ | 52.1 | 25.7 | 84.65 | - |
| YUV | 116.14 | 197.9 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 240 | 0 | 0.88 | 0 | 0.06 | 300 | 0.88 | 0.53 |
| Hex | F0 | 1D | F0 | 0 | 58 | 0 | 6 | 12C | 58 | 35 |
| Octal | 360 | 35 | 360 | 0 | 130 | 0 | 6 | 454 | 130 | 65 |
| Binary | 11110000 | 11101 | 11110000 | 0 | 1011000 | 0 | 110 | 100101100 | 1011000 | 110101 |
Color Harmonies of #F01DF0
Complementary color
Monochromatic Colors of #F01DF0
Black with #F01DF0
Text Example
Text Example
White with #F01DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DF0; }
p { color: rgb(240,29,240); }
H1.HeaderClassName
{
color: #F01DF0;
}
.AnyTagClassName
{
color: #F01DF0;
}
</style>
background-color css
<style>
a { background-color: #F01DF0; }
a { background-color: rgb(240,29,240); }
div.DivClassName
{
background-color: #F01DF0;
}
.BgClassName
{
background-color: #F01DF0;
}
</style>
border-color css
<style>
span { border-color: #F01DF0; }
span { border-color: rgb(240,29,240); }
td.TdClassName
{
border-color: #F01DF0;
}
.TagClassName
{
border-color: #F01DF0;
}
</style>