Shades of Magenta #F10BFB
Tints of Magenta #F10BFB
RGB
CMYK
RGB Variations
Color information
#F10BFB (or 0xF10BFB) is known color: Magenta. HEX triplet: F1, 0B and FB. RGB value is (241,11,251). Sum of RGB (Red+Green+Blue) = 241+11+251=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #F10BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BFB is #0EF404. Grayscale: #6A6A6A. Windows color (decimal): -979973 or 16452593. OLE color: 16452593.
HSL color Cylindrical-coordinate representation of color #F10BFB: hue angle of 297.5º degrees, saturation: 0.97, 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 #F10BFB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 11 | 251 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.5º | 0.97% | 0.51% | - |
| HSV(B) | 297.5º | 0.96% | 0.98% | - |
| XYZ | 53.81 | 25.91 | 93.43 | - |
| YUV | 107.13 | 209.2 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 251 | 0.04 | 0.96 | 0 | 0.02 | 297.5 | 0.97 | 0.51 |
| Hex | F1 | B | FB | 4 | 60 | 0 | 2 | 12A | 61 | 33 |
| Octal | 361 | 13 | 373 | 4 | 140 | 0 | 2 | 452 | 141 | 63 |
| Binary | 11110001 | 1011 | 11111011 | 100 | 1100000 | 0 | 10 | 100101010 | 1100001 | 110011 |
Color Harmonies of #F10BFB
Complementary color
Monochromatic Colors of #F10BFB
Black with #F10BFB
Text Example
Text Example
White with #F10BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BFB; }
p { color: rgb(241,11,251); }
H1.HeaderClassName
{
color: #F10BFB;
}
.AnyTagClassName
{
color: #F10BFB;
}
</style>
background-color css
<style>
a { background-color: #F10BFB; }
a { background-color: rgb(241,11,251); }
div.DivClassName
{
background-color: #F10BFB;
}
.BgClassName
{
background-color: #F10BFB;
}
</style>
border-color css
<style>
span { border-color: #F10BFB; }
span { border-color: rgb(241,11,251); }
td.TdClassName
{
border-color: #F10BFB;
}
.TagClassName
{
border-color: #F10BFB;
}
</style>