Shades of Magenta #F203EC
Tints of Magenta #F203EC
RGB
CMYK
RGB Variations
Color information
#F203EC (or 0xF203EC) is known color: Magenta. HEX triplet: F2, 03 and EC. RGB value is (242,3,236). Sum of RGB (Red+Green+Blue) = 242+3+236=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F203EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F203EC is #0DFC13. Grayscale: #646464. Windows color (decimal): -916500 or 15467506. OLE color: 15467506.
HSL color Cylindrical-coordinate representation of color #F203EC: hue angle of 301.51º 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 #F203EC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 236 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.05 |
| HSL | 301.51º | 0.98% | 0.48% | - |
| HSV(B) | 301.51º | 0.99% | 0.95% | - |
| XYZ | 51.79 | 25 | 81.45 | - |
| YUV | 101.02 | 204.18 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 236 | 0 | 0.99 | 0.02 | 0.05 | 301.51 | 0.98 | 0.48 |
| Hex | F2 | 3 | EC | 0 | 63 | 2 | 5 | 12E | 62 | 30 |
| Octal | 362 | 3 | 354 | 0 | 143 | 2 | 5 | 456 | 142 | 60 |
| Binary | 11110010 | 11 | 11101100 | 0 | 1100011 | 10 | 101 | 100101110 | 1100010 | 110000 |
Color Harmonies of #F203EC
Complementary color
Monochromatic Colors of #F203EC
Black with #F203EC
Text Example
Text Example
White with #F203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203EC; }
p { color: rgb(242,3,236); }
H1.HeaderClassName
{
color: #F203EC;
}
.AnyTagClassName
{
color: #F203EC;
}
</style>
background-color css
<style>
a { background-color: #F203EC; }
a { background-color: rgb(242,3,236); }
div.DivClassName
{
background-color: #F203EC;
}
.BgClassName
{
background-color: #F203EC;
}
</style>
border-color css
<style>
span { border-color: #F203EC; }
span { border-color: rgb(242,3,236); }
td.TdClassName
{
border-color: #F203EC;
}
.TagClassName
{
border-color: #F203EC;
}
</style>