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