Shades of Magenta #F301EC
Tints of Magenta #F301EC
RGB
CMYK
RGB Variations
Color information
#F301EC (or 0xF301EC) is known color: Magenta. HEX triplet: F3, 01 and EC. RGB value is (243,1,236). Sum of RGB (Red+Green+Blue) = 243+1+236=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F301EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301EC is #0CFE13. Grayscale: #636363. Windows color (decimal): -851476 or 15466995. OLE color: 15466995.
HSL color Cylindrical-coordinate representation of color #F301EC: hue angle of 301.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301EC is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 236 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.05 |
| HSL | 301.74º | 0.99% | 0.48% | - |
| HSV(B) | 301.74º | 1% | 0.95% | - |
| XYZ | 52.11 | 25.13 | 81.46 | - |
| YUV | 100.15 | 204.67 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 236 | 0 | 1.00 | 0.03 | 0.05 | 301.74 | 0.99 | 0.48 |
| Hex | F3 | 1 | EC | 0 | 64 | 3 | 5 | 12E | 63 | 30 |
| Octal | 363 | 1 | 354 | 0 | 144 | 3 | 5 | 456 | 143 | 60 |
| Binary | 11110011 | 1 | 11101100 | 0 | 1100100 | 11 | 101 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F301EC
Complementary color
Monochromatic Colors of #F301EC
Black with #F301EC
Text Example
Text Example
White with #F301EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301EC; }
p { color: rgb(243,1,236); }
H1.HeaderClassName
{
color: #F301EC;
}
.AnyTagClassName
{
color: #F301EC;
}
</style>
background-color css
<style>
a { background-color: #F301EC; }
a { background-color: rgb(243,1,236); }
div.DivClassName
{
background-color: #F301EC;
}
.BgClassName
{
background-color: #F301EC;
}
</style>
border-color css
<style>
span { border-color: #F301EC; }
span { border-color: rgb(243,1,236); }
td.TdClassName
{
border-color: #F301EC;
}
.TagClassName
{
border-color: #F301EC;
}
</style>