Shades of Magenta #F20FED
Tints of Magenta #F20FED
RGB
CMYK
RGB Variations
Color information
#F20FED (or 0xF20FED) is known color: Magenta. HEX triplet: F2, 0F and ED. RGB value is (242,15,237). Sum of RGB (Red+Green+Blue) = 242+15+237=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FED is #0DF012. Grayscale: #6B6B6B. Windows color (decimal): -913427 or 15536114. OLE color: 15536114.
HSL color Cylindrical-coordinate representation of color #F20FED: hue angle of 301.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FED is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.32º | 0.9% | 0.5% | - |
| HSV(B) | 301.32º | 0.94% | 0.95% | - |
| XYZ | 52.07 | 25.33 | 82.27 | - |
| YUV | 108.18 | 200.71 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 237 | 0 | 0.94 | 0.02 | 0.05 | 301.32 | 0.9 | 0.5 |
| Hex | F2 | F | ED | 0 | 5E | 2 | 5 | 12D | 5A | 32 |
| Octal | 362 | 17 | 355 | 0 | 136 | 2 | 5 | 455 | 132 | 62 |
| Binary | 11110010 | 1111 | 11101101 | 0 | 1011110 | 10 | 101 | 100101101 | 1011010 | 110010 |
Color Harmonies of #F20FED
Complementary color
Monochromatic Colors of #F20FED
Black with #F20FED
Text Example
Text Example
White with #F20FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FED; }
p { color: rgb(242,15,237); }
H1.HeaderClassName
{
color: #F20FED;
}
.AnyTagClassName
{
color: #F20FED;
}
</style>
background-color css
<style>
a { background-color: #F20FED; }
a { background-color: rgb(242,15,237); }
div.DivClassName
{
background-color: #F20FED;
}
.BgClassName
{
background-color: #F20FED;
}
</style>
border-color css
<style>
span { border-color: #F20FED; }
span { border-color: rgb(242,15,237); }
td.TdClassName
{
border-color: #F20FED;
}
.TagClassName
{
border-color: #F20FED;
}
</style>