Shades of Magenta #F018FF
Tints of Magenta #F018FF
RGB
CMYK
RGB Variations
Color information
#F018FF (or 0xF018FF) is known color: Magenta. HEX triplet: F0, 18 and FF. RGB value is (240,24,255). Sum of RGB (Red+Green+Blue) = 240+24+255=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 24 (9.77% from 255 or 4.62% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F018FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018FF is #0FE700. Grayscale: #727272. Windows color (decimal): -1042177 or 16718064. OLE color: 16718064.
HSL color Cylindrical-coordinate representation of color #F018FF: hue angle of 296.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F018FF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 24 | 255 | - |
| CMYK | 0.06 | 0.91 | 0 | 0 |
| HSL | 296.1º | 1% | 0.55% | - |
| HSV(B) | 296.1º | 0.91% | 1% | - |
| XYZ | 54.31 | 26.4 | 96.84 | - |
| YUV | 114.92 | 207.06 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 255 | 0.06 | 0.91 | 0 | 0 | 296.1 | 1 | 0.55 |
| Hex | F0 | 18 | FF | 6 | 5B | 0 | 0 | 128 | 64 | 37 |
| Octal | 360 | 30 | 377 | 6 | 133 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110000 | 11000 | 11111111 | 110 | 1011011 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F018FF
Complementary color
Monochromatic Colors of #F018FF
Black with #F018FF
Text Example
Text Example
White with #F018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018FF; }
p { color: rgb(240,24,255); }
H1.HeaderClassName
{
color: #F018FF;
}
.AnyTagClassName
{
color: #F018FF;
}
</style>
background-color css
<style>
a { background-color: #F018FF; }
a { background-color: rgb(240,24,255); }
div.DivClassName
{
background-color: #F018FF;
}
.BgClassName
{
background-color: #F018FF;
}
</style>
border-color css
<style>
span { border-color: #F018FF; }
span { border-color: rgb(240,24,255); }
td.TdClassName
{
border-color: #F018FF;
}
.TagClassName
{
border-color: #F018FF;
}
</style>