Shades of Magenta #F101EB
Tints of Magenta #F101EB
RGB
CMYK
RGB Variations
Color information
#F101EB (or 0xF101EB) is known color: Magenta. HEX triplet: F1, 01 and EB. RGB value is (241,1,235). Sum of RGB (Red+Green+Blue) = 241+1+235=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F101EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101EB is #0EFE14. Grayscale: #626262. Windows color (decimal): -982549 or 15401457. OLE color: 15401457.
HSL color Cylindrical-coordinate representation of color #F101EB: hue angle of 301.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101EB is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 235 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.05 |
| HSL | 301.5º | 0.99% | 0.47% | - |
| HSV(B) | 301.5º | 1% | 0.95% | - |
| XYZ | 51.28 | 24.72 | 80.67 | - |
| YUV | 99.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 235 | 0 | 1.00 | 0.02 | 0.05 | 301.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | EB | 0 | 64 | 2 | 5 | 12E | 63 | 2F |
| Octal | 361 | 1 | 353 | 0 | 144 | 2 | 5 | 456 | 143 | 57 |
| Binary | 11110001 | 1 | 11101011 | 0 | 1100100 | 10 | 101 | 100101110 | 1100011 | 101111 |
Color Harmonies of #F101EB
Complementary color
Monochromatic Colors of #F101EB
Black with #F101EB
Text Example
Text Example
White with #F101EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101EB; }
p { color: rgb(241,1,235); }
H1.HeaderClassName
{
color: #F101EB;
}
.AnyTagClassName
{
color: #F101EB;
}
</style>
background-color css
<style>
a { background-color: #F101EB; }
a { background-color: rgb(241,1,235); }
div.DivClassName
{
background-color: #F101EB;
}
.BgClassName
{
background-color: #F101EB;
}
</style>
border-color css
<style>
span { border-color: #F101EB; }
span { border-color: rgb(241,1,235); }
td.TdClassName
{
border-color: #F101EB;
}
.TagClassName
{
border-color: #F101EB;
}
</style>