Shades of Magenta #F011FC
Tints of Magenta #F011FC
RGB
CMYK
RGB Variations
Color information
#F011FC (or 0xF011FC) is known color: Magenta. HEX triplet: F0, 11 and FC. RGB value is (240,17,252). Sum of RGB (Red+Green+Blue) = 240+17+252=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #F011FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011FC is #0FEE03. Grayscale: #6D6D6D. Windows color (decimal): -1043972 or 16519664. OLE color: 16519664.
HSL color Cylindrical-coordinate representation of color #F011FC: hue angle of 296.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011FC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 17 | 252 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.01 |
| HSL | 296.94º | 0.98% | 0.53% | - |
| HSV(B) | 296.94º | 0.93% | 0.99% | - |
| XYZ | 53.71 | 25.95 | 94.27 | - |
| YUV | 110.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 252 | 0.05 | 0.93 | 0 | 0.01 | 296.94 | 0.98 | 0.53 |
| Hex | F0 | 11 | FC | 5 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 360 | 21 | 374 | 5 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110000 | 10001 | 11111100 | 101 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F011FC
Complementary color
Monochromatic Colors of #F011FC
Black with #F011FC
Text Example
Text Example
White with #F011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011FC; }
p { color: rgb(240,17,252); }
H1.HeaderClassName
{
color: #F011FC;
}
.AnyTagClassName
{
color: #F011FC;
}
</style>
background-color css
<style>
a { background-color: #F011FC; }
a { background-color: rgb(240,17,252); }
div.DivClassName
{
background-color: #F011FC;
}
.BgClassName
{
background-color: #F011FC;
}
</style>
border-color css
<style>
span { border-color: #F011FC; }
span { border-color: rgb(240,17,252); }
td.TdClassName
{
border-color: #F011FC;
}
.TagClassName
{
border-color: #F011FC;
}
</style>