Shades of Magenta #F411FC
Tints of Magenta #F411FC
RGB
CMYK
RGB Variations
Color information
#F411FC (or 0xF411FC) is known color: Magenta. HEX triplet: F4, 11 and FC. RGB value is (244,17,252). Sum of RGB (Red+Green+Blue) = 244+17+252=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 17 (7.03% from 255 or 3.31% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #F411FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411FC is #0BEE03. Grayscale: #6E6E6E. Windows color (decimal): -781828 or 16519668. OLE color: 16519668.
HSL color Cylindrical-coordinate representation of color #F411FC: hue angle of 297.96º 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 #F411FC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 17 | 252 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.01 |
| HSL | 297.96º | 0.98% | 0.53% | - |
| HSV(B) | 297.96º | 0.93% | 0.99% | - |
| XYZ | 55.08 | 26.66 | 94.34 | - |
| YUV | 111.66 | 207.21 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 252 | 0.03 | 0.93 | 0 | 0.01 | 297.96 | 0.98 | 0.53 |
| Hex | F4 | 11 | FC | 3 | 5D | 0 | 1 | 12A | 62 | 35 |
| Octal | 364 | 21 | 374 | 3 | 135 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110100 | 10001 | 11111100 | 11 | 1011101 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F411FC
Complementary color
Monochromatic Colors of #F411FC
Black with #F411FC
Text Example
Text Example
White with #F411FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411FC; }
p { color: rgb(244,17,252); }
H1.HeaderClassName
{
color: #F411FC;
}
.AnyTagClassName
{
color: #F411FC;
}
</style>
background-color css
<style>
a { background-color: #F411FC; }
a { background-color: rgb(244,17,252); }
div.DivClassName
{
background-color: #F411FC;
}
.BgClassName
{
background-color: #F411FC;
}
</style>
border-color css
<style>
span { border-color: #F411FC; }
span { border-color: rgb(244,17,252); }
td.TdClassName
{
border-color: #F411FC;
}
.TagClassName
{
border-color: #F411FC;
}
</style>