Shades of Magenta #F10BE6
Tints of Magenta #F10BE6
RGB
CMYK
RGB Variations
Color information
#F10BE6 (or 0xF10BE6) is known color: Magenta. HEX triplet: F1, 0B and E6. RGB value is (241,11,230). Sum of RGB (Red+Green+Blue) = 241+11+230=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BE6 is #0EF419. Grayscale: #686868. Windows color (decimal): -979994 or 15076337. OLE color: 15076337.
HSL color Cylindrical-coordinate representation of color #F10BE6: hue angle of 302.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BE6 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 230 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.05 |
| HSL | 302.87º | 0.91% | 0.49% | - |
| HSV(B) | 302.87º | 0.95% | 0.95% | - |
| XYZ | 50.68 | 24.65 | 76.95 | - |
| YUV | 104.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 230 | 0 | 0.95 | 0.05 | 0.05 | 302.87 | 0.91 | 0.49 |
| Hex | F1 | B | E6 | 0 | 5F | 5 | 5 | 12F | 5B | 31 |
| Octal | 361 | 13 | 346 | 0 | 137 | 5 | 5 | 457 | 133 | 61 |
| Binary | 11110001 | 1011 | 11100110 | 0 | 1011111 | 101 | 101 | 100101111 | 1011011 | 110001 |
Color Harmonies of #F10BE6
Complementary color
Monochromatic Colors of #F10BE6
Black with #F10BE6
Text Example
Text Example
White with #F10BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BE6; }
p { color: rgb(241,11,230); }
H1.HeaderClassName
{
color: #F10BE6;
}
.AnyTagClassName
{
color: #F10BE6;
}
</style>
background-color css
<style>
a { background-color: #F10BE6; }
a { background-color: rgb(241,11,230); }
div.DivClassName
{
background-color: #F10BE6;
}
.BgClassName
{
background-color: #F10BE6;
}
</style>
border-color css
<style>
span { border-color: #F10BE6; }
span { border-color: rgb(241,11,230); }
td.TdClassName
{
border-color: #F10BE6;
}
.TagClassName
{
border-color: #F10BE6;
}
</style>