Shades of Magenta #F11CF0
Tints of Magenta #F11CF0
RGB
CMYK
RGB Variations
Color information
#F11CF0 (or 0xF11CF0) is known color: Magenta. HEX triplet: F1, 1C and F0. RGB value is (241,28,240). Sum of RGB (Red+Green+Blue) = 241+28+240=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CF0 is #0EE30F. Grayscale: #737373. Windows color (decimal): -975632 or 15736049. OLE color: 15736049.
HSL color Cylindrical-coordinate representation of color #F11CF0: hue angle of 300.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CF0 is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 240 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.05 |
| HSL | 300.28º | 0.88% | 0.53% | - |
| HSV(B) | 300.28º | 0.88% | 0.95% | - |
| XYZ | 52.42 | 25.82 | 84.66 | - |
| YUV | 115.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 240 | 0 | 0.88 | 0.00 | 0.05 | 300.28 | 0.88 | 0.53 |
| Hex | F1 | 1C | F0 | 0 | 58 | 0 | 5 | 12C | 58 | 35 |
| Octal | 361 | 34 | 360 | 0 | 130 | 0 | 5 | 454 | 130 | 65 |
| Binary | 11110001 | 11100 | 11110000 | 0 | 1011000 | 0 | 101 | 100101100 | 1011000 | 110101 |
Color Harmonies of #F11CF0
Complementary color
Monochromatic Colors of #F11CF0
Black with #F11CF0
Text Example
Text Example
White with #F11CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CF0; }
p { color: rgb(241,28,240); }
H1.HeaderClassName
{
color: #F11CF0;
}
.AnyTagClassName
{
color: #F11CF0;
}
</style>
background-color css
<style>
a { background-color: #F11CF0; }
a { background-color: rgb(241,28,240); }
div.DivClassName
{
background-color: #F11CF0;
}
.BgClassName
{
background-color: #F11CF0;
}
</style>
border-color css
<style>
span { border-color: #F11CF0; }
span { border-color: rgb(241,28,240); }
td.TdClassName
{
border-color: #F11CF0;
}
.TagClassName
{
border-color: #F11CF0;
}
</style>