Shades of Magenta #F10BFA
Tints of Magenta #F10BFA
RGB
CMYK
RGB Variations
Color information
#F10BFA (or 0xF10BFA) is known color: Magenta. HEX triplet: F1, 0B and FA. RGB value is (241,11,250). Sum of RGB (Red+Green+Blue) = 241+11+250=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #F10BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BFA is #0EF405. Grayscale: #6A6A6A. Windows color (decimal): -979974 or 16387057. OLE color: 16387057.
HSL color Cylindrical-coordinate representation of color #F10BFA: hue angle of 297.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10BFA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 11 | 250 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.74º | 0.96% | 0.51% | - |
| HSV(B) | 297.74º | 0.96% | 0.98% | - |
| XYZ | 53.65 | 25.84 | 92.6 | - |
| YUV | 107.02 | 208.7 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 250 | 0.04 | 0.96 | 0 | 0.02 | 297.74 | 0.96 | 0.51 |
| Hex | F1 | B | FA | 4 | 60 | 0 | 2 | 12A | 60 | 33 |
| Octal | 361 | 13 | 372 | 4 | 140 | 0 | 2 | 452 | 140 | 63 |
| Binary | 11110001 | 1011 | 11111010 | 100 | 1100000 | 0 | 10 | 100101010 | 1100000 | 110011 |
Color Harmonies of #F10BFA
Complementary color
Monochromatic Colors of #F10BFA
Black with #F10BFA
Text Example
Text Example
White with #F10BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BFA; }
p { color: rgb(241,11,250); }
H1.HeaderClassName
{
color: #F10BFA;
}
.AnyTagClassName
{
color: #F10BFA;
}
</style>
background-color css
<style>
a { background-color: #F10BFA; }
a { background-color: rgb(241,11,250); }
div.DivClassName
{
background-color: #F10BFA;
}
.BgClassName
{
background-color: #F10BFA;
}
</style>
border-color css
<style>
span { border-color: #F10BFA; }
span { border-color: rgb(241,11,250); }
td.TdClassName
{
border-color: #F10BFA;
}
.TagClassName
{
border-color: #F10BFA;
}
</style>