Shades of Magenta #F01AF0
Tints of Magenta #F01AF0
RGB
CMYK
RGB Variations
Color information
#F01AF0 (or 0xF01AF0) is known color: Magenta. HEX triplet: F0, 1A and F0. RGB value is (240,26,240). Sum of RGB (Red+Green+Blue) = 240+26+240=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 26 (10.55% from 255 or 5.14% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F01AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01AF0 is #0FE50F. Grayscale: #717171. Windows color (decimal): -1041680 or 15735536. OLE color: 15735536.
HSL color Cylindrical-coordinate representation of color #F01AF0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01AF0 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 240 | - |
| CMYK | 0 | 0.89 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.52% | - |
| HSV(B) | 300º | 0.89% | 0.94% | - |
| XYZ | 52.03 | 25.56 | 84.63 | - |
| YUV | 114.38 | 198.9 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 240 | 0 | 0.89 | 0 | 0.06 | 300 | 0.88 | 0.52 |
| Hex | F0 | 1A | F0 | 0 | 59 | 0 | 6 | 12C | 58 | 34 |
| Octal | 360 | 32 | 360 | 0 | 131 | 0 | 6 | 454 | 130 | 64 |
| Binary | 11110000 | 11010 | 11110000 | 0 | 1011001 | 0 | 110 | 100101100 | 1011000 | 110100 |
Color Harmonies of #F01AF0
Complementary color
Monochromatic Colors of #F01AF0
Black with #F01AF0
Text Example
Text Example
White with #F01AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AF0; }
p { color: rgb(240,26,240); }
H1.HeaderClassName
{
color: #F01AF0;
}
.AnyTagClassName
{
color: #F01AF0;
}
</style>
background-color css
<style>
a { background-color: #F01AF0; }
a { background-color: rgb(240,26,240); }
div.DivClassName
{
background-color: #F01AF0;
}
.BgClassName
{
background-color: #F01AF0;
}
</style>
border-color css
<style>
span { border-color: #F01AF0; }
span { border-color: rgb(240,26,240); }
td.TdClassName
{
border-color: #F01AF0;
}
.TagClassName
{
border-color: #F01AF0;
}
</style>