Shades of Magenta #F204EE
Tints of Magenta #F204EE
RGB
CMYK
RGB Variations
Color information
#F204EE (or 0xF204EE) is known color: Magenta. HEX triplet: F2, 04 and EE. RGB value is (242,4,238). Sum of RGB (Red+Green+Blue) = 242+4+238=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F204EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F204EE is #0DFB11. Grayscale: #656565. Windows color (decimal): -916242 or 15598834. OLE color: 15598834.
HSL color Cylindrical-coordinate representation of color #F204EE: hue angle of 301.01º degrees, saturation: 0.97, 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 #F204EE is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.05 |
| HSL | 301.01º | 0.97% | 0.48% | - |
| HSV(B) | 301.01º | 0.98% | 0.95% | - |
| XYZ | 52.09 | 25.14 | 83 | - |
| YUV | 101.84 | 204.85 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 238 | 0 | 0.98 | 0.02 | 0.05 | 301.01 | 0.97 | 0.48 |
| Hex | F2 | 4 | EE | 0 | 62 | 2 | 5 | 12D | 61 | 30 |
| Octal | 362 | 4 | 356 | 0 | 142 | 2 | 5 | 455 | 141 | 60 |
| Binary | 11110010 | 100 | 11101110 | 0 | 1100010 | 10 | 101 | 100101101 | 1100001 | 110000 |
Color Harmonies of #F204EE
Complementary color
Monochromatic Colors of #F204EE
Black with #F204EE
Text Example
Text Example
White with #F204EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204EE; }
p { color: rgb(242,4,238); }
H1.HeaderClassName
{
color: #F204EE;
}
.AnyTagClassName
{
color: #F204EE;
}
</style>
background-color css
<style>
a { background-color: #F204EE; }
a { background-color: rgb(242,4,238); }
div.DivClassName
{
background-color: #F204EE;
}
.BgClassName
{
background-color: #F204EE;
}
</style>
border-color css
<style>
span { border-color: #F204EE; }
span { border-color: rgb(242,4,238); }
td.TdClassName
{
border-color: #F204EE;
}
.TagClassName
{
border-color: #F204EE;
}
</style>