Shades of Magenta #F202ED
Tints of Magenta #F202ED
RGB
CMYK
RGB Variations
Color information
#F202ED (or 0xF202ED) is known color: Magenta. HEX triplet: F2, 02 and ED. RGB value is (242,2,237). Sum of RGB (Red+Green+Blue) = 242+2+237=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F202ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F202ED is #0DFD12. Grayscale: #636363. Windows color (decimal): -916755 or 15532786. OLE color: 15532786.
HSL color Cylindrical-coordinate representation of color #F202ED: hue angle of 301.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202ED is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 237 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.05 |
| HSL | 301.25º | 0.98% | 0.48% | - |
| HSV(B) | 301.25º | 0.99% | 0.95% | - |
| XYZ | 51.93 | 25.04 | 82.22 | - |
| YUV | 100.55 | 205.01 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 237 | 0 | 0.99 | 0.02 | 0.05 | 301.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | ED | 0 | 63 | 2 | 5 | 12D | 62 | 30 |
| Octal | 362 | 2 | 355 | 0 | 143 | 2 | 5 | 455 | 142 | 60 |
| Binary | 11110010 | 10 | 11101101 | 0 | 1100011 | 10 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F202ED
Complementary color
Monochromatic Colors of #F202ED
Black with #F202ED
Text Example
Text Example
White with #F202ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202ED; }
p { color: rgb(242,2,237); }
H1.HeaderClassName
{
color: #F202ED;
}
.AnyTagClassName
{
color: #F202ED;
}
</style>
background-color css
<style>
a { background-color: #F202ED; }
a { background-color: rgb(242,2,237); }
div.DivClassName
{
background-color: #F202ED;
}
.BgClassName
{
background-color: #F202ED;
}
</style>
border-color css
<style>
span { border-color: #F202ED; }
span { border-color: rgb(242,2,237); }
td.TdClassName
{
border-color: #F202ED;
}
.TagClassName
{
border-color: #F202ED;
}
</style>