Shades of Magenta #F201EC
Tints of Magenta #F201EC
RGB
CMYK
RGB Variations
Color information
#F201EC (or 0xF201EC) is known color: Magenta. HEX triplet: F2, 01 and EC. RGB value is (242,1,236). Sum of RGB (Red+Green+Blue) = 242+1+236=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F201EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201EC is #0DFE13. Grayscale: #636363. Windows color (decimal): -917012 or 15466994. OLE color: 15466994.
HSL color Cylindrical-coordinate representation of color #F201EC: hue angle of 301.49º 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 #F201EC is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 236 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.05 |
| HSL | 301.49º | 0.99% | 0.48% | - |
| HSV(B) | 301.49º | 1% | 0.95% | - |
| XYZ | 51.77 | 24.96 | 81.45 | - |
| YUV | 99.85 | 204.84 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 236 | 0 | 1.00 | 0.02 | 0.05 | 301.49 | 0.99 | 0.48 |
| Hex | F2 | 1 | EC | 0 | 64 | 2 | 5 | 12D | 63 | 30 |
| Octal | 362 | 1 | 354 | 0 | 144 | 2 | 5 | 455 | 143 | 60 |
| Binary | 11110010 | 1 | 11101100 | 0 | 1100100 | 10 | 101 | 100101101 | 1100011 | 110000 |
Color Harmonies of #F201EC
Complementary color
Monochromatic Colors of #F201EC
Black with #F201EC
Text Example
Text Example
White with #F201EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201EC; }
p { color: rgb(242,1,236); }
H1.HeaderClassName
{
color: #F201EC;
}
.AnyTagClassName
{
color: #F201EC;
}
</style>
background-color css
<style>
a { background-color: #F201EC; }
a { background-color: rgb(242,1,236); }
div.DivClassName
{
background-color: #F201EC;
}
.BgClassName
{
background-color: #F201EC;
}
</style>
border-color css
<style>
span { border-color: #F201EC; }
span { border-color: rgb(242,1,236); }
td.TdClassName
{
border-color: #F201EC;
}
.TagClassName
{
border-color: #F201EC;
}
</style>