Shades of Magenta #F018F0
Tints of Magenta #F018F0
RGB
CMYK
RGB Variations
Color information
#F018F0 (or 0xF018F0) is known color: Magenta. HEX triplet: F0, 18 and F0. RGB value is (240,24,240). Sum of RGB (Red+Green+Blue) = 240+24+240=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F018F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018F0 is #0FE70F. Grayscale: #707070. Windows color (decimal): -1042192 or 15735024. OLE color: 15735024.
HSL color Cylindrical-coordinate representation of color #F018F0: 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.9%. Process color model (Four color, CMYK) of #F018F0 is Cyan = 0, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 240 | - |
| CMYK | 0 | 0.9 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.52% | - |
| HSV(B) | 300º | 0.9% | 0.94% | - |
| XYZ | 51.99 | 25.47 | 84.61 | - |
| YUV | 113.21 | 199.56 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 240 | 0 | 0.9 | 0 | 0.06 | 300 | 0.88 | 0.52 |
| Hex | F0 | 18 | F0 | 0 | 5A | 0 | 6 | 12C | 58 | 34 |
| Octal | 360 | 30 | 360 | 0 | 132 | 0 | 6 | 454 | 130 | 64 |
| Binary | 11110000 | 11000 | 11110000 | 0 | 1011010 | 0 | 110 | 100101100 | 1011000 | 110100 |
Color Harmonies of #F018F0
Complementary color
Monochromatic Colors of #F018F0
Black with #F018F0
Text Example
Text Example
White with #F018F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018F0; }
p { color: rgb(240,24,240); }
H1.HeaderClassName
{
color: #F018F0;
}
.AnyTagClassName
{
color: #F018F0;
}
</style>
background-color css
<style>
a { background-color: #F018F0; }
a { background-color: rgb(240,24,240); }
div.DivClassName
{
background-color: #F018F0;
}
.BgClassName
{
background-color: #F018F0;
}
</style>
border-color css
<style>
span { border-color: #F018F0; }
span { border-color: rgb(240,24,240); }
td.TdClassName
{
border-color: #F018F0;
}
.TagClassName
{
border-color: #F018F0;
}
</style>