Shades of Magenta #F201E6
Tints of Magenta #F201E6
RGB
CMYK
RGB Variations
Color information
#F201E6 (or 0xF201E6) is known color: Magenta. HEX triplet: F2, 01 and E6. RGB value is (242,1,230). Sum of RGB (Red+Green+Blue) = 242+1+230=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F201E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201E6 is #0DFE19. Grayscale: #626262. Windows color (decimal): -917018 or 15073778. OLE color: 15073778.
HSL color Cylindrical-coordinate representation of color #F201E6: hue angle of 302.99º 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 #F201E6 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 230 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.05 |
| HSL | 302.99º | 0.99% | 0.48% | - |
| HSV(B) | 302.99º | 1% | 0.95% | - |
| XYZ | 50.91 | 24.61 | 76.93 | - |
| YUV | 99.17 | 201.84 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 230 | 0 | 1.00 | 0.05 | 0.05 | 302.99 | 0.99 | 0.48 |
| Hex | F2 | 1 | E6 | 0 | 64 | 5 | 5 | 12F | 63 | 30 |
| Octal | 362 | 1 | 346 | 0 | 144 | 5 | 5 | 457 | 143 | 60 |
| Binary | 11110010 | 1 | 11100110 | 0 | 1100100 | 101 | 101 | 100101111 | 1100011 | 110000 |
Color Harmonies of #F201E6
Complementary color
Monochromatic Colors of #F201E6
Black with #F201E6
Text Example
Text Example
White with #F201E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201E6; }
p { color: rgb(242,1,230); }
H1.HeaderClassName
{
color: #F201E6;
}
.AnyTagClassName
{
color: #F201E6;
}
</style>
background-color css
<style>
a { background-color: #F201E6; }
a { background-color: rgb(242,1,230); }
div.DivClassName
{
background-color: #F201E6;
}
.BgClassName
{
background-color: #F201E6;
}
</style>
border-color css
<style>
span { border-color: #F201E6; }
span { border-color: rgb(242,1,230); }
td.TdClassName
{
border-color: #F201E6;
}
.TagClassName
{
border-color: #F201E6;
}
</style>