Shades of Magenta #F11CF5
Tints of Magenta #F11CF5
RGB
CMYK
RGB Variations
Color information
#F11CF5 (or 0xF11CF5) is known color: Magenta. HEX triplet: F1, 1C and F5. RGB value is (241,28,245). Sum of RGB (Red+Green+Blue) = 241+28+245=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #F11CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CF5 is #0EE30A. Grayscale: #737373. Windows color (decimal): -975627 or 16063729. OLE color: 16063729.
HSL color Cylindrical-coordinate representation of color #F11CF5: hue angle of 298.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11CF5 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 28 | 245 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.04 |
| HSL | 298.89º | 0.92% | 0.54% | - |
| HSV(B) | 298.89º | 0.89% | 0.96% | - |
| XYZ | 53.17 | 26.12 | 88.63 | - |
| YUV | 116.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 245 | 0.02 | 0.89 | 0 | 0.04 | 298.89 | 0.92 | 0.54 |
| Hex | F1 | 1C | F5 | 2 | 59 | 0 | 4 | 12B | 5C | 36 |
| Octal | 361 | 34 | 365 | 2 | 131 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110001 | 11100 | 11110101 | 10 | 1011001 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F11CF5
Complementary color
Monochromatic Colors of #F11CF5
Black with #F11CF5
Text Example
Text Example
White with #F11CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CF5; }
p { color: rgb(241,28,245); }
H1.HeaderClassName
{
color: #F11CF5;
}
.AnyTagClassName
{
color: #F11CF5;
}
</style>
background-color css
<style>
a { background-color: #F11CF5; }
a { background-color: rgb(241,28,245); }
div.DivClassName
{
background-color: #F11CF5;
}
.BgClassName
{
background-color: #F11CF5;
}
</style>
border-color css
<style>
span { border-color: #F11CF5; }
span { border-color: rgb(241,28,245); }
td.TdClassName
{
border-color: #F11CF5;
}
.TagClassName
{
border-color: #F11CF5;
}
</style>