Shades of Magenta #F204E5
Tints of Magenta #F204E5
RGB
CMYK
RGB Variations
Color information
#F204E5 (or 0xF204E5) is known color: Magenta. HEX triplet: F2, 04 and E5. RGB value is (242,4,229). Sum of RGB (Red+Green+Blue) = 242+4+229=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F204E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204E5 is #0DFB1A. Grayscale: #646464. Windows color (decimal): -916251 or 15009010. OLE color: 15009010.
HSL color Cylindrical-coordinate representation of color #F204E5: hue angle of 303.28º 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 #F204E5 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 229 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.28º | 0.97% | 0.48% | - |
| HSV(B) | 303.28º | 0.98% | 0.95% | - |
| XYZ | 50.8 | 24.62 | 76.2 | - |
| YUV | 100.81 | 200.35 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 229 | 0 | 0.98 | 0.05 | 0.05 | 303.28 | 0.97 | 0.48 |
| Hex | F2 | 4 | E5 | 0 | 62 | 5 | 5 | 12F | 61 | 30 |
| Octal | 362 | 4 | 345 | 0 | 142 | 5 | 5 | 457 | 141 | 60 |
| Binary | 11110010 | 100 | 11100101 | 0 | 1100010 | 101 | 101 | 100101111 | 1100001 | 110000 |
Color Harmonies of #F204E5
Complementary color
Monochromatic Colors of #F204E5
Black with #F204E5
Text Example
Text Example
White with #F204E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204E5; }
p { color: rgb(242,4,229); }
H1.HeaderClassName
{
color: #F204E5;
}
.AnyTagClassName
{
color: #F204E5;
}
</style>
background-color css
<style>
a { background-color: #F204E5; }
a { background-color: rgb(242,4,229); }
div.DivClassName
{
background-color: #F204E5;
}
.BgClassName
{
background-color: #F204E5;
}
</style>
border-color css
<style>
span { border-color: #F204E5; }
span { border-color: rgb(242,4,229); }
td.TdClassName
{
border-color: #F204E5;
}
.TagClassName
{
border-color: #F204E5;
}
</style>