Shades of Magenta #F110FC
Tints of Magenta #F110FC
RGB
CMYK
RGB Variations
Color information
#F110FC (or 0xF110FC) is known color: Magenta. HEX triplet: F1, 10 and FC. RGB value is (241,16,252). Sum of RGB (Red+Green+Blue) = 241+16+252=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 16 (6.64% from 255 or 3.14% 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 #F110FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F110FC is #0EEF03. Grayscale: #6D6D6D. Windows color (decimal): -978692 or 16519409. OLE color: 16519409.
HSL color Cylindrical-coordinate representation of color #F110FC: hue angle of 297.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F110FC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 16 | 252 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.01 |
| HSL | 297.2º | 0.98% | 0.53% | - |
| HSV(B) | 297.2º | 0.94% | 0.99% | - |
| XYZ | 54.03 | 26.1 | 94.29 | - |
| YUV | 110.18 | 208.04 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 252 | 0.04 | 0.94 | 0 | 0.01 | 297.2 | 0.98 | 0.53 |
| Hex | F1 | 10 | FC | 4 | 5E | 0 | 1 | 129 | 62 | 35 |
| Octal | 361 | 20 | 374 | 4 | 136 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110001 | 10000 | 11111100 | 100 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F110FC
Complementary color
Monochromatic Colors of #F110FC
Black with #F110FC
Text Example
Text Example
White with #F110FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110FC; }
p { color: rgb(241,16,252); }
H1.HeaderClassName
{
color: #F110FC;
}
.AnyTagClassName
{
color: #F110FC;
}
</style>
background-color css
<style>
a { background-color: #F110FC; }
a { background-color: rgb(241,16,252); }
div.DivClassName
{
background-color: #F110FC;
}
.BgClassName
{
background-color: #F110FC;
}
</style>
border-color css
<style>
span { border-color: #F110FC; }
span { border-color: rgb(241,16,252); }
td.TdClassName
{
border-color: #F110FC;
}
.TagClassName
{
border-color: #F110FC;
}
</style>