Shades of Magenta #F11BFF
Tints of Magenta #F11BFF
RGB
CMYK
RGB Variations
Color information
#F11BFF (or 0xF11BFF) is known color: Magenta. HEX triplet: F1, 1B and FF. RGB value is (241,27,255). Sum of RGB (Red+Green+Blue) = 241+27+255=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 27 (10.94% from 255 or 5.16% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F11BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11BFF is #0EE400. Grayscale: #747474. Windows color (decimal): -975873 or 16718833. OLE color: 16718833.
HSL color Cylindrical-coordinate representation of color #F11BFF: hue angle of 296.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BFF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 27 | 255 | - |
| CMYK | 0.05 | 0.89 | 0 | 0 |
| HSL | 296.32º | 1% | 0.55% | - |
| HSV(B) | 296.32º | 0.89% | 1% | - |
| XYZ | 54.72 | 26.7 | 96.88 | - |
| YUV | 116.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 255 | 0.05 | 0.89 | 0 | 0 | 296.32 | 1 | 0.55 |
| Hex | F1 | 1B | FF | 5 | 59 | 0 | 0 | 128 | 64 | 37 |
| Octal | 361 | 33 | 377 | 5 | 131 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110001 | 11011 | 11111111 | 101 | 1011001 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F11BFF
Complementary color
Monochromatic Colors of #F11BFF
Black with #F11BFF
Text Example
Text Example
White with #F11BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BFF; }
p { color: rgb(241,27,255); }
H1.HeaderClassName
{
color: #F11BFF;
}
.AnyTagClassName
{
color: #F11BFF;
}
</style>
background-color css
<style>
a { background-color: #F11BFF; }
a { background-color: rgb(241,27,255); }
div.DivClassName
{
background-color: #F11BFF;
}
.BgClassName
{
background-color: #F11BFF;
}
</style>
border-color css
<style>
span { border-color: #F11BFF; }
span { border-color: rgb(241,27,255); }
td.TdClassName
{
border-color: #F11BFF;
}
.TagClassName
{
border-color: #F11BFF;
}
</style>