Shades of Magenta #F10BFE
Tints of Magenta #F10BFE
RGB
CMYK
RGB Variations
Color information
#F10BFE (or 0xF10BFE) is known color: Magenta. HEX triplet: F1, 0B and FE. RGB value is (241,11,254). Sum of RGB (Red+Green+Blue) = 241+11+254=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #F10BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BFE is #0EF401. Grayscale: #6A6A6A. Windows color (decimal): -979970 or 16649201. OLE color: 16649201.
HSL color Cylindrical-coordinate representation of color #F10BFE: hue angle of 296.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10BFE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 11 | 254 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.00 |
| HSL | 296.79º | 0.99% | 0.52% | - |
| HSV(B) | 296.79º | 0.96% | 1% | - |
| XYZ | 54.28 | 26.1 | 95.94 | - |
| YUV | 107.47 | 210.7 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 254 | 0.05 | 0.96 | 0 | 0.00 | 296.79 | 0.99 | 0.52 |
| Hex | F1 | B | FE | 5 | 60 | 0 | 0 | 129 | 63 | 34 |
| Octal | 361 | 13 | 376 | 5 | 140 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110001 | 1011 | 11111110 | 101 | 1100000 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F10BFE
Complementary color
Monochromatic Colors of #F10BFE
Black with #F10BFE
Text Example
Text Example
White with #F10BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BFE; }
p { color: rgb(241,11,254); }
H1.HeaderClassName
{
color: #F10BFE;
}
.AnyTagClassName
{
color: #F10BFE;
}
</style>
background-color css
<style>
a { background-color: #F10BFE; }
a { background-color: rgb(241,11,254); }
div.DivClassName
{
background-color: #F10BFE;
}
.BgClassName
{
background-color: #F10BFE;
}
</style>
border-color css
<style>
span { border-color: #F10BFE; }
span { border-color: rgb(241,11,254); }
td.TdClassName
{
border-color: #F10BFE;
}
.TagClassName
{
border-color: #F10BFE;
}
</style>