Shades of Magenta #F100EA
Tints of Magenta #F100EA
RGB
CMYK
RGB Variations
Color information
#F100EA (or 0xF100EA) is known color: Magenta. HEX triplet: F1, 00 and EA. RGB value is (241,0,234). Sum of RGB (Red+Green+Blue) = 241+0+234=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F100EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100EA is #0EFF15. Grayscale: #626262. Windows color (decimal): -982806 or 15335665. OLE color: 15335665.
HSL color Cylindrical-coordinate representation of color #F100EA: hue angle of 301.74º 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 #F100EA is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 234 | - |
| CMYK | 0 | 1 | 0.03 | 0.05 |
| HSL | 301.74º | 1% | 0.47% | - |
| HSV(B) | 301.74º | 1% | 0.95% | - |
| XYZ | 51.13 | 24.64 | 79.9 | - |
| YUV | 98.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 234 | 0 | 1 | 0.03 | 0.05 | 301.74 | 1 | 0.47 |
| Hex | F1 | 0 | EA | 0 | 64 | 3 | 5 | 12E | 64 | 2F |
| Octal | 361 | 0 | 352 | 0 | 144 | 3 | 5 | 456 | 144 | 57 |
| Binary | 11110001 | 0 | 11101010 | 0 | 1100100 | 11 | 101 | 100101110 | 1100100 | 101111 |
Color Harmonies of #F100EA
Complementary color
Monochromatic Colors of #F100EA
Black with #F100EA
Text Example
Text Example
White with #F100EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100EA; }
p { color: rgb(241,0,234); }
H1.HeaderClassName
{
color: #F100EA;
}
.AnyTagClassName
{
color: #F100EA;
}
</style>
background-color css
<style>
a { background-color: #F100EA; }
a { background-color: rgb(241,0,234); }
div.DivClassName
{
background-color: #F100EA;
}
.BgClassName
{
background-color: #F100EA;
}
</style>
border-color css
<style>
span { border-color: #F100EA; }
span { border-color: rgb(241,0,234); }
td.TdClassName
{
border-color: #F100EA;
}
.TagClassName
{
border-color: #F100EA;
}
</style>