Shades of Magenta #F100EF
Tints of Magenta #F100EF
RGB
CMYK
RGB Variations
Color information
#F100EF (or 0xF100EF) is known color: Magenta. HEX triplet: F1, 00 and EF. RGB value is (241,0,239). Sum of RGB (Red+Green+Blue) = 241+0+239=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F100EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100EF is #0EFF10. Grayscale: #626262. Windows color (decimal): -982801 or 15663345. OLE color: 15663345.
HSL color Cylindrical-coordinate representation of color #F100EF: hue angle of 300.5º 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 #F100EF is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 239 | - |
| CMYK | 0 | 1 | 0.01 | 0.05 |
| HSL | 300.5º | 1% | 0.47% | - |
| HSV(B) | 300.5º | 1% | 0.95% | - |
| XYZ | 51.86 | 24.93 | 83.74 | - |
| YUV | 99.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 239 | 0 | 1 | 0.01 | 0.05 | 300.5 | 1 | 0.47 |
| Hex | F1 | 0 | EF | 0 | 64 | 1 | 5 | 12C | 64 | 2F |
| Octal | 361 | 0 | 357 | 0 | 144 | 1 | 5 | 454 | 144 | 57 |
| Binary | 11110001 | 0 | 11101111 | 0 | 1100100 | 1 | 101 | 100101100 | 1100100 | 101111 |
Color Harmonies of #F100EF
Complementary color
Monochromatic Colors of #F100EF
Black with #F100EF
Text Example
Text Example
White with #F100EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100EF; }
p { color: rgb(241,0,239); }
H1.HeaderClassName
{
color: #F100EF;
}
.AnyTagClassName
{
color: #F100EF;
}
</style>
background-color css
<style>
a { background-color: #F100EF; }
a { background-color: rgb(241,0,239); }
div.DivClassName
{
background-color: #F100EF;
}
.BgClassName
{
background-color: #F100EF;
}
</style>
border-color css
<style>
span { border-color: #F100EF; }
span { border-color: rgb(241,0,239); }
td.TdClassName
{
border-color: #F100EF;
}
.TagClassName
{
border-color: #F100EF;
}
</style>