Shades of Magenta #F20FEF
Tints of Magenta #F20FEF
RGB
CMYK
RGB Variations
Color information
#F20FEF (or 0xF20FEF) is known color: Magenta. HEX triplet: F2, 0F and EF. RGB value is (242,15,239). Sum of RGB (Red+Green+Blue) = 242+15+239=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FEF is #0DF010. Grayscale: #6B6B6B. Windows color (decimal): -913425 or 15667186. OLE color: 15667186.
HSL color Cylindrical-coordinate representation of color #F20FEF: hue angle of 300.79º 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 #F20FEF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 239 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.05 |
| HSL | 300.79º | 0.9% | 0.5% | - |
| HSV(B) | 300.79º | 0.94% | 0.95% | - |
| XYZ | 52.37 | 25.45 | 83.81 | - |
| YUV | 108.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 239 | 0 | 0.94 | 0.01 | 0.05 | 300.79 | 0.9 | 0.5 |
| Hex | F2 | F | EF | 0 | 5E | 1 | 5 | 12D | 5A | 32 |
| Octal | 362 | 17 | 357 | 0 | 136 | 1 | 5 | 455 | 132 | 62 |
| Binary | 11110010 | 1111 | 11101111 | 0 | 1011110 | 1 | 101 | 100101101 | 1011010 | 110010 |
Color Harmonies of #F20FEF
Complementary color
Monochromatic Colors of #F20FEF
Black with #F20FEF
Text Example
Text Example
White with #F20FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FEF; }
p { color: rgb(242,15,239); }
H1.HeaderClassName
{
color: #F20FEF;
}
.AnyTagClassName
{
color: #F20FEF;
}
</style>
background-color css
<style>
a { background-color: #F20FEF; }
a { background-color: rgb(242,15,239); }
div.DivClassName
{
background-color: #F20FEF;
}
.BgClassName
{
background-color: #F20FEF;
}
</style>
border-color css
<style>
span { border-color: #F20FEF; }
span { border-color: rgb(242,15,239); }
td.TdClassName
{
border-color: #F20FEF;
}
.TagClassName
{
border-color: #F20FEF;
}
</style>