Shades of Magenta #F018FC
Tints of Magenta #F018FC
RGB
CMYK
RGB Variations
Color information
#F018FC (or 0xF018FC) is known color: Magenta. HEX triplet: F0, 18 and FC. RGB value is (240,24,252). Sum of RGB (Red+Green+Blue) = 240+24+252=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #F018FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018FC is #0FE703. Grayscale: #717171. Windows color (decimal): -1042180 or 16521456. OLE color: 16521456.
HSL color Cylindrical-coordinate representation of color #F018FC: hue angle of 296.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018FC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 24 | 252 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.01 |
| HSL | 296.84º | 0.97% | 0.54% | - |
| HSV(B) | 296.84º | 0.9% | 0.99% | - |
| XYZ | 53.83 | 26.21 | 94.32 | - |
| YUV | 114.58 | 205.56 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 252 | 0.05 | 0.90 | 0 | 0.01 | 296.84 | 0.97 | 0.54 |
| Hex | F0 | 18 | FC | 5 | 5A | 0 | 1 | 129 | 61 | 36 |
| Octal | 360 | 30 | 374 | 5 | 132 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11110000 | 11000 | 11111100 | 101 | 1011010 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F018FC
Complementary color
Monochromatic Colors of #F018FC
Black with #F018FC
Text Example
Text Example
White with #F018FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018FC; }
p { color: rgb(240,24,252); }
H1.HeaderClassName
{
color: #F018FC;
}
.AnyTagClassName
{
color: #F018FC;
}
</style>
background-color css
<style>
a { background-color: #F018FC; }
a { background-color: rgb(240,24,252); }
div.DivClassName
{
background-color: #F018FC;
}
.BgClassName
{
background-color: #F018FC;
}
</style>
border-color css
<style>
span { border-color: #F018FC; }
span { border-color: rgb(240,24,252); }
td.TdClassName
{
border-color: #F018FC;
}
.TagClassName
{
border-color: #F018FC;
}
</style>