Shades of Magenta #F103EE
Tints of Magenta #F103EE
RGB
CMYK
RGB Variations
Color information
#F103EE (or 0xF103EE) is known color: Magenta. HEX triplet: F1, 03 and EE. RGB value is (241,3,238). Sum of RGB (Red+Green+Blue) = 241+3+238=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F103EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103EE is #0EFC11. Grayscale: #646464. Windows color (decimal): -982034 or 15598577. OLE color: 15598577.
HSL color Cylindrical-coordinate representation of color #F103EE: hue angle of 300.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103EE is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 238 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.05 |
| HSL | 300.76º | 0.98% | 0.48% | - |
| HSV(B) | 300.76º | 0.99% | 0.95% | - |
| XYZ | 51.74 | 24.94 | 82.98 | - |
| YUV | 100.95 | 205.35 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 238 | 0 | 0.99 | 0.01 | 0.05 | 300.76 | 0.98 | 0.48 |
| Hex | F1 | 3 | EE | 0 | 63 | 1 | 5 | 12D | 62 | 30 |
| Octal | 361 | 3 | 356 | 0 | 143 | 1 | 5 | 455 | 142 | 60 |
| Binary | 11110001 | 11 | 11101110 | 0 | 1100011 | 1 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F103EE
Complementary color
Monochromatic Colors of #F103EE
Black with #F103EE
Text Example
Text Example
White with #F103EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103EE; }
p { color: rgb(241,3,238); }
H1.HeaderClassName
{
color: #F103EE;
}
.AnyTagClassName
{
color: #F103EE;
}
</style>
background-color css
<style>
a { background-color: #F103EE; }
a { background-color: rgb(241,3,238); }
div.DivClassName
{
background-color: #F103EE;
}
.BgClassName
{
background-color: #F103EE;
}
</style>
border-color css
<style>
span { border-color: #F103EE; }
span { border-color: rgb(241,3,238); }
td.TdClassName
{
border-color: #F103EE;
}
.TagClassName
{
border-color: #F103EE;
}
</style>