Shades of Magenta #F205EA
Tints of Magenta #F205EA
RGB
CMYK
RGB Variations
Color information
#F205EA (or 0xF205EA) is known color: Magenta. HEX triplet: F2, 05 and EA. RGB value is (242,5,234). Sum of RGB (Red+Green+Blue) = 242+5+234=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F205EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205EA is #0DFA15. Grayscale: #656565. Windows color (decimal): -915990 or 15336946. OLE color: 15336946.
HSL color Cylindrical-coordinate representation of color #F205EA: hue angle of 302.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205EA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 234 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.05 |
| HSL | 302.03º | 0.96% | 0.48% | - |
| HSV(B) | 302.03º | 0.98% | 0.95% | - |
| XYZ | 51.52 | 24.93 | 79.94 | - |
| YUV | 101.97 | 202.52 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 234 | 0 | 0.98 | 0.03 | 0.05 | 302.03 | 0.96 | 0.48 |
| Hex | F2 | 5 | EA | 0 | 62 | 3 | 5 | 12E | 60 | 30 |
| Octal | 362 | 5 | 352 | 0 | 142 | 3 | 5 | 456 | 140 | 60 |
| Binary | 11110010 | 101 | 11101010 | 0 | 1100010 | 11 | 101 | 100101110 | 1100000 | 110000 |
Color Harmonies of #F205EA
Complementary color
Monochromatic Colors of #F205EA
Black with #F205EA
Text Example
Text Example
White with #F205EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205EA; }
p { color: rgb(242,5,234); }
H1.HeaderClassName
{
color: #F205EA;
}
.AnyTagClassName
{
color: #F205EA;
}
</style>
background-color css
<style>
a { background-color: #F205EA; }
a { background-color: rgb(242,5,234); }
div.DivClassName
{
background-color: #F205EA;
}
.BgClassName
{
background-color: #F205EA;
}
</style>
border-color css
<style>
span { border-color: #F205EA; }
span { border-color: rgb(242,5,234); }
td.TdClassName
{
border-color: #F205EA;
}
.TagClassName
{
border-color: #F205EA;
}
</style>