Shades of Magenta #F101F0
Tints of Magenta #F101F0
RGB
CMYK
RGB Variations
Color information
#F101F0 (or 0xF101F0) is known color: Magenta. HEX triplet: F1, 01 and F0. RGB value is (241,1,240). Sum of RGB (Red+Green+Blue) = 241+1+240=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F101F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101F0 is #0EFE0F. Grayscale: #636363. Windows color (decimal): -982544 or 15729137. OLE color: 15729137.
HSL color Cylindrical-coordinate representation of color #F101F0: hue angle of 300.25º 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 #F101F0 is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 240 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.05 |
| HSL | 300.25º | 0.99% | 0.47% | - |
| HSV(B) | 300.25º | 1% | 0.95% | - |
| XYZ | 52.01 | 25.01 | 84.52 | - |
| YUV | 100.01 | 207.01 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 240 | 0 | 1.00 | 0.00 | 0.05 | 300.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | F0 | 0 | 64 | 0 | 5 | 12C | 63 | 2F |
| Octal | 361 | 1 | 360 | 0 | 144 | 0 | 5 | 454 | 143 | 57 |
| Binary | 11110001 | 1 | 11110000 | 0 | 1100100 | 0 | 101 | 100101100 | 1100011 | 101111 |
Color Harmonies of #F101F0
Complementary color
Monochromatic Colors of #F101F0
Black with #F101F0
Text Example
Text Example
White with #F101F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101F0; }
p { color: rgb(241,1,240); }
H1.HeaderClassName
{
color: #F101F0;
}
.AnyTagClassName
{
color: #F101F0;
}
</style>
background-color css
<style>
a { background-color: #F101F0; }
a { background-color: rgb(241,1,240); }
div.DivClassName
{
background-color: #F101F0;
}
.BgClassName
{
background-color: #F101F0;
}
</style>
border-color css
<style>
span { border-color: #F101F0; }
span { border-color: rgb(241,1,240); }
td.TdClassName
{
border-color: #F101F0;
}
.TagClassName
{
border-color: #F101F0;
}
</style>