Shades of Magenta #F11FFB
Tints of Magenta #F11FFB
RGB
CMYK
RGB Variations
Color information
#F11FFB (or 0xF11FFB) is known color: Magenta. HEX triplet: F1, 1F and FB. RGB value is (241,31,251). Sum of RGB (Red+Green+Blue) = 241+31+251=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 31 (12.5% from 255 or 5.93% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #F11FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FFB is #0EE004. Grayscale: #767676. Windows color (decimal): -974853 or 16457713. OLE color: 16457713.
HSL color Cylindrical-coordinate representation of color #F11FFB: hue angle of 297.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11FFB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 31 | 251 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.02 |
| HSL | 297.27º | 0.96% | 0.55% | - |
| HSV(B) | 297.27º | 0.88% | 0.98% | - |
| XYZ | 54.18 | 26.65 | 93.55 | - |
| YUV | 118.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 251 | 0.04 | 0.88 | 0 | 0.02 | 297.27 | 0.96 | 0.55 |
| Hex | F1 | 1F | FB | 4 | 58 | 0 | 2 | 129 | 60 | 37 |
| Octal | 361 | 37 | 373 | 4 | 130 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11110001 | 11111 | 11111011 | 100 | 1011000 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #F11FFB
Complementary color
Monochromatic Colors of #F11FFB
Black with #F11FFB
Text Example
Text Example
White with #F11FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11FFB; }
p { color: rgb(241,31,251); }
H1.HeaderClassName
{
color: #F11FFB;
}
.AnyTagClassName
{
color: #F11FFB;
}
</style>
background-color css
<style>
a { background-color: #F11FFB; }
a { background-color: rgb(241,31,251); }
div.DivClassName
{
background-color: #F11FFB;
}
.BgClassName
{
background-color: #F11FFB;
}
</style>
border-color css
<style>
span { border-color: #F11FFB; }
span { border-color: rgb(241,31,251); }
td.TdClassName
{
border-color: #F11FFB;
}
.TagClassName
{
border-color: #F11FFB;
}
</style>