Shades of Magenta #F11DF7
Tints of Magenta #F11DF7
RGB
CMYK
RGB Variations
Color information
#F11DF7 (or 0xF11DF7) is known color: Magenta. HEX triplet: F1, 1D and F7. RGB value is (241,29,247). Sum of RGB (Red+Green+Blue) = 241+29+247=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #F11DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DF7 is #0EE208. Grayscale: #747474. Windows color (decimal): -975369 or 16195057. OLE color: 16195057.
HSL color Cylindrical-coordinate representation of color #F11DF7: hue angle of 298.35º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DF7 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 29 | 247 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.03 |
| HSL | 298.35º | 0.93% | 0.54% | - |
| HSV(B) | 298.35º | 0.88% | 0.97% | - |
| XYZ | 53.5 | 26.29 | 90.25 | - |
| YUV | 117.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 247 | 0.02 | 0.88 | 0 | 0.03 | 298.35 | 0.93 | 0.54 |
| Hex | F1 | 1D | F7 | 2 | 58 | 0 | 3 | 12A | 5D | 36 |
| Octal | 361 | 35 | 367 | 2 | 130 | 0 | 3 | 452 | 135 | 66 |
| Binary | 11110001 | 11101 | 11110111 | 10 | 1011000 | 0 | 11 | 100101010 | 1011101 | 110110 |
Color Harmonies of #F11DF7
Complementary color
Monochromatic Colors of #F11DF7
Black with #F11DF7
Text Example
Text Example
White with #F11DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DF7; }
p { color: rgb(241,29,247); }
H1.HeaderClassName
{
color: #F11DF7;
}
.AnyTagClassName
{
color: #F11DF7;
}
</style>
background-color css
<style>
a { background-color: #F11DF7; }
a { background-color: rgb(241,29,247); }
div.DivClassName
{
background-color: #F11DF7;
}
.BgClassName
{
background-color: #F11DF7;
}
</style>
border-color css
<style>
span { border-color: #F11DF7; }
span { border-color: rgb(241,29,247); }
td.TdClassName
{
border-color: #F11DF7;
}
.TagClassName
{
border-color: #F11DF7;
}
</style>