Shades of Magenta #F01DFF
Tints of Magenta #F01DFF
RGB
CMYK
RGB Variations
Color information
#F01DFF (or 0xF01DFF) is known color: Magenta. HEX triplet: F0, 1D and FF. RGB value is (240,29,255). Sum of RGB (Red+Green+Blue) = 240+29+255=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 29 (11.72% from 255 or 5.53% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01DFF is #0FE200. Grayscale: #757575. Windows color (decimal): -1040897 or 16719344. OLE color: 16719344.
HSL color Cylindrical-coordinate representation of color #F01DFF: hue angle of 296.02º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01DFF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 29 | 255 | - |
| CMYK | 0.06 | 0.89 | 0 | 0 |
| HSL | 296.02º | 1% | 0.56% | - |
| HSV(B) | 296.02º | 0.89% | 1% | - |
| XYZ | 54.42 | 26.62 | 96.88 | - |
| YUV | 117.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 255 | 0.06 | 0.89 | 0 | 0 | 296.02 | 1 | 0.56 |
| Hex | F0 | 1D | FF | 6 | 59 | 0 | 0 | 128 | 64 | 38 |
| Octal | 360 | 35 | 377 | 6 | 131 | 0 | 0 | 450 | 144 | 70 |
| Binary | 11110000 | 11101 | 11111111 | 110 | 1011001 | 0 | 0 | 100101000 | 1100100 | 111000 |
Color Harmonies of #F01DFF
Complementary color
Monochromatic Colors of #F01DFF
Black with #F01DFF
Text Example
Text Example
White with #F01DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DFF; }
p { color: rgb(240,29,255); }
H1.HeaderClassName
{
color: #F01DFF;
}
.AnyTagClassName
{
color: #F01DFF;
}
</style>
background-color css
<style>
a { background-color: #F01DFF; }
a { background-color: rgb(240,29,255); }
div.DivClassName
{
background-color: #F01DFF;
}
.BgClassName
{
background-color: #F01DFF;
}
</style>
border-color css
<style>
span { border-color: #F01DFF; }
span { border-color: rgb(240,29,255); }
td.TdClassName
{
border-color: #F01DFF;
}
.TagClassName
{
border-color: #F01DFF;
}
</style>