Shades of Magenta #F123F3
Tints of Magenta #F123F3
RGB
CMYK
RGB Variations
Color information
#F123F3 (or 0xF123F3) is known color: Magenta. HEX triplet: F1, 23 and F3. RGB value is (241,35,243). Sum of RGB (Red+Green+Blue) = 241+35+243=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #F123F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123F3 is #0EDC0C. Grayscale: #777777. Windows color (decimal): -973837 or 15934449. OLE color: 15934449.
HSL color Cylindrical-coordinate representation of color #F123F3: hue angle of 299.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F123F3 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 243 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.05 |
| HSL | 299.42º | 0.9% | 0.55% | - |
| HSV(B) | 299.42º | 0.86% | 0.95% | - |
| XYZ | 53.05 | 26.37 | 87.09 | - |
| YUV | 120.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 243 | 0.01 | 0.86 | 0 | 0.05 | 299.42 | 0.9 | 0.55 |
| Hex | F1 | 23 | F3 | 1 | 56 | 0 | 5 | 12B | 5A | 37 |
| Octal | 361 | 43 | 363 | 1 | 126 | 0 | 5 | 453 | 132 | 67 |
| Binary | 11110001 | 100011 | 11110011 | 1 | 1010110 | 0 | 101 | 100101011 | 1011010 | 110111 |
Color Harmonies of #F123F3
Complementary color
Monochromatic Colors of #F123F3
Black with #F123F3
Text Example
Text Example
White with #F123F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123F3; }
p { color: rgb(241,35,243); }
H1.HeaderClassName
{
color: #F123F3;
}
.AnyTagClassName
{
color: #F123F3;
}
</style>
background-color css
<style>
a { background-color: #F123F3; }
a { background-color: rgb(241,35,243); }
div.DivClassName
{
background-color: #F123F3;
}
.BgClassName
{
background-color: #F123F3;
}
</style>
border-color css
<style>
span { border-color: #F123F3; }
span { border-color: rgb(241,35,243); }
td.TdClassName
{
border-color: #F123F3;
}
.TagClassName
{
border-color: #F123F3;
}
</style>