Shades of Magenta #F123EE
Tints of Magenta #F123EE
RGB
CMYK
RGB Variations
Color information
#F123EE (or 0xF123EE) is known color: Magenta. HEX triplet: F1, 23 and EE. RGB value is (241,35,238). Sum of RGB (Red+Green+Blue) = 241+35+238=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 35 (14.06% from 255 or 6.81% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F123EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123EE is #0EDC11. Grayscale: #777777. Windows color (decimal): -973842 or 15606769. OLE color: 15606769.
HSL color Cylindrical-coordinate representation of color #F123EE: hue angle of 300.87º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123EE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 238 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.05 |
| HSL | 300.87º | 0.88% | 0.54% | - |
| HSV(B) | 300.87º | 0.85% | 0.95% | - |
| XYZ | 52.31 | 26.08 | 83.17 | - |
| YUV | 119.74 | 194.75 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 238 | 0 | 0.85 | 0.01 | 0.05 | 300.87 | 0.88 | 0.54 |
| Hex | F1 | 23 | EE | 0 | 55 | 1 | 5 | 12D | 58 | 36 |
| Octal | 361 | 43 | 356 | 0 | 125 | 1 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100011 | 11101110 | 0 | 1010101 | 1 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F123EE
Complementary color
Monochromatic Colors of #F123EE
Black with #F123EE
Text Example
Text Example
White with #F123EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123EE; }
p { color: rgb(241,35,238); }
H1.HeaderClassName
{
color: #F123EE;
}
.AnyTagClassName
{
color: #F123EE;
}
</style>
background-color css
<style>
a { background-color: #F123EE; }
a { background-color: rgb(241,35,238); }
div.DivClassName
{
background-color: #F123EE;
}
.BgClassName
{
background-color: #F123EE;
}
</style>
border-color css
<style>
span { border-color: #F123EE; }
span { border-color: rgb(241,35,238); }
td.TdClassName
{
border-color: #F123EE;
}
.TagClassName
{
border-color: #F123EE;
}
</style>