Shades of Magenta #F100F1
Tints of Magenta #F100F1
RGB
CMYK
RGB Variations
Color information
#F100F1 (or 0xF100F1) is known color: Magenta. HEX triplet: F1, 00 and F1. RGB value is (241,0,241). Sum of RGB (Red+Green+Blue) = 241+0+241=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F100F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100F1 is #0EFF0E. Grayscale: #626262. Windows color (decimal): -982799 or 15794417. OLE color: 15794417.
HSL color Cylindrical-coordinate representation of color #F100F1: hue angle of 300º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100F1 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 241 | - |
| CMYK | 0 | 1 | 0 | 0.05 |
| HSL | 300º | 1% | 0.47% | - |
| HSV(B) | 300º | 1% | 0.95% | - |
| XYZ | 52.15 | 25.05 | 85.31 | - |
| YUV | 99.53 | 207.84 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 241 | 0 | 1 | 0 | 0.05 | 300 | 1 | 0.47 |
| Hex | F1 | 0 | F1 | 0 | 64 | 0 | 5 | 12C | 64 | 2F |
| Octal | 361 | 0 | 361 | 0 | 144 | 0 | 5 | 454 | 144 | 57 |
| Binary | 11110001 | 0 | 11110001 | 0 | 1100100 | 0 | 101 | 100101100 | 1100100 | 101111 |
Color Harmonies of #F100F1
Complementary color
Monochromatic Colors of #F100F1
Black with #F100F1
Text Example
Text Example
White with #F100F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100F1; }
p { color: rgb(241,0,241); }
H1.HeaderClassName
{
color: #F100F1;
}
.AnyTagClassName
{
color: #F100F1;
}
</style>
background-color css
<style>
a { background-color: #F100F1; }
a { background-color: rgb(241,0,241); }
div.DivClassName
{
background-color: #F100F1;
}
.BgClassName
{
background-color: #F100F1;
}
</style>
border-color css
<style>
span { border-color: #F100F1; }
span { border-color: rgb(241,0,241); }
td.TdClassName
{
border-color: #F100F1;
}
.TagClassName
{
border-color: #F100F1;
}
</style>