Shades of Magenta #F201E9
Tints of Magenta #F201E9
RGB
CMYK
RGB Variations
Color information
#F201E9 (or 0xF201E9) is known color: Magenta. HEX triplet: F2, 01 and E9. RGB value is (242,1,233). Sum of RGB (Red+Green+Blue) = 242+1+233=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F201E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201E9 is #0DFE16. Grayscale: #626262. Windows color (decimal): -917015 or 15270386. OLE color: 15270386.
HSL color Cylindrical-coordinate representation of color #F201E9: hue angle of 302.24º 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 #F201E9 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 233 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.05 |
| HSL | 302.24º | 0.99% | 0.48% | - |
| HSV(B) | 302.24º | 1% | 0.95% | - |
| XYZ | 51.34 | 24.78 | 79.17 | - |
| YUV | 99.51 | 203.34 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 233 | 0 | 1.00 | 0.04 | 0.05 | 302.24 | 0.99 | 0.48 |
| Hex | F2 | 1 | E9 | 0 | 64 | 4 | 5 | 12E | 63 | 30 |
| Octal | 362 | 1 | 351 | 0 | 144 | 4 | 5 | 456 | 143 | 60 |
| Binary | 11110010 | 1 | 11101001 | 0 | 1100100 | 100 | 101 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F201E9
Complementary color
Monochromatic Colors of #F201E9
Black with #F201E9
Text Example
Text Example
White with #F201E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201E9; }
p { color: rgb(242,1,233); }
H1.HeaderClassName
{
color: #F201E9;
}
.AnyTagClassName
{
color: #F201E9;
}
</style>
background-color css
<style>
a { background-color: #F201E9; }
a { background-color: rgb(242,1,233); }
div.DivClassName
{
background-color: #F201E9;
}
.BgClassName
{
background-color: #F201E9;
}
</style>
border-color css
<style>
span { border-color: #F201E9; }
span { border-color: rgb(242,1,233); }
td.TdClassName
{
border-color: #F201E9;
}
.TagClassName
{
border-color: #F201E9;
}
</style>