Shades of Magenta #F111FD
Tints of Magenta #F111FD
RGB
CMYK
RGB Variations
Color information
#F111FD (or 0xF111FD) is known color: Magenta. HEX triplet: F1, 11 and FD. RGB value is (241,17,253). Sum of RGB (Red+Green+Blue) = 241+17+253=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 17 (7.03% from 255 or 3.33% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F111FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111FD is #0EEE02. Grayscale: #6E6E6E. Windows color (decimal): -978435 or 16585201. OLE color: 16585201.
HSL color Cylindrical-coordinate representation of color #F111FD: hue angle of 296.95º 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 #F111FD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 17 | 253 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.01 |
| HSL | 296.95º | 0.98% | 0.53% | - |
| HSV(B) | 296.95º | 0.93% | 0.99% | - |
| XYZ | 54.21 | 26.19 | 95.13 | - |
| YUV | 110.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 253 | 0.05 | 0.93 | 0 | 0.01 | 296.95 | 0.98 | 0.53 |
| Hex | F1 | 11 | FD | 5 | 5D | 0 | 1 | 129 | 62 | 35 |
| Octal | 361 | 21 | 375 | 5 | 135 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110001 | 10001 | 11111101 | 101 | 1011101 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F111FD
Complementary color
Monochromatic Colors of #F111FD
Black with #F111FD
Text Example
Text Example
White with #F111FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111FD; }
p { color: rgb(241,17,253); }
H1.HeaderClassName
{
color: #F111FD;
}
.AnyTagClassName
{
color: #F111FD;
}
</style>
background-color css
<style>
a { background-color: #F111FD; }
a { background-color: rgb(241,17,253); }
div.DivClassName
{
background-color: #F111FD;
}
.BgClassName
{
background-color: #F111FD;
}
</style>
border-color css
<style>
span { border-color: #F111FD; }
span { border-color: rgb(241,17,253); }
td.TdClassName
{
border-color: #F111FD;
}
.TagClassName
{
border-color: #F111FD;
}
</style>