Shades of Magenta #F10BED
Tints of Magenta #F10BED
RGB
CMYK
RGB Variations
Color information
#F10BED (or 0xF10BED) is known color: Magenta. HEX triplet: F1, 0B and ED. RGB value is (241,11,237). Sum of RGB (Red+Green+Blue) = 241+11+237=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BED is #0EF412. Grayscale: #686868. Windows color (decimal): -979987 or 15535089. OLE color: 15535089.
HSL color Cylindrical-coordinate representation of color #F10BED: hue angle of 301.04º 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 #F10BED is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 237 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.04º | 0.91% | 0.49% | - |
| HSV(B) | 301.04º | 0.95% | 0.95% | - |
| XYZ | 51.68 | 25.05 | 82.23 | - |
| YUV | 105.53 | 202.2 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 237 | 0 | 0.95 | 0.02 | 0.05 | 301.04 | 0.91 | 0.49 |
| Hex | F1 | B | ED | 0 | 5F | 2 | 5 | 12D | 5B | 31 |
| Octal | 361 | 13 | 355 | 0 | 137 | 2 | 5 | 455 | 133 | 61 |
| Binary | 11110001 | 1011 | 11101101 | 0 | 1011111 | 10 | 101 | 100101101 | 1011011 | 110001 |
Color Harmonies of #F10BED
Complementary color
Monochromatic Colors of #F10BED
Black with #F10BED
Text Example
Text Example
White with #F10BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BED; }
p { color: rgb(241,11,237); }
H1.HeaderClassName
{
color: #F10BED;
}
.AnyTagClassName
{
color: #F10BED;
}
</style>
background-color css
<style>
a { background-color: #F10BED; }
a { background-color: rgb(241,11,237); }
div.DivClassName
{
background-color: #F10BED;
}
.BgClassName
{
background-color: #F10BED;
}
</style>
border-color css
<style>
span { border-color: #F10BED; }
span { border-color: rgb(241,11,237); }
td.TdClassName
{
border-color: #F10BED;
}
.TagClassName
{
border-color: #F10BED;
}
</style>