Shades of Hot Magenta #F204E3
Tints of Hot Magenta #F204E3
RGB
CMYK
RGB Variations
Color information
#F204E3 (or 0xF204E3) is known color: Hot Magenta. HEX triplet: F2, 04 and E3. RGB value is (242,4,227). Sum of RGB (Red+Green+Blue) = 242+4+227=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F204E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204E3 is #0DFB1C. Grayscale: #636363. Windows color (decimal): -916253 or 14877938. OLE color: 14877938.
HSL color Cylindrical-coordinate representation of color #F204E3: hue angle of 303.78º 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 #F204E3 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 227 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.05 |
| HSL | 303.78º | 0.97% | 0.48% | - |
| HSV(B) | 303.78º | 0.98% | 0.95% | - |
| XYZ | 50.53 | 24.51 | 74.74 | - |
| YUV | 100.58 | 199.35 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 227 | 0 | 0.98 | 0.06 | 0.05 | 303.78 | 0.97 | 0.48 |
| Hex | F2 | 4 | E3 | 0 | 62 | 6 | 5 | 130 | 61 | 30 |
| Octal | 362 | 4 | 343 | 0 | 142 | 6 | 5 | 460 | 141 | 60 |
| Binary | 11110010 | 100 | 11100011 | 0 | 1100010 | 110 | 101 | 100110000 | 1100001 | 110000 |
Color Harmonies of #F204E3
Complementary color
Monochromatic Colors of #F204E3
Black with #F204E3
Text Example
Text Example
White with #F204E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204E3; }
p { color: rgb(242,4,227); }
H1.HeaderClassName
{
color: #F204E3;
}
.AnyTagClassName
{
color: #F204E3;
}
</style>
background-color css
<style>
a { background-color: #F204E3; }
a { background-color: rgb(242,4,227); }
div.DivClassName
{
background-color: #F204E3;
}
.BgClassName
{
background-color: #F204E3;
}
</style>
border-color css
<style>
span { border-color: #F204E3; }
span { border-color: rgb(242,4,227); }
td.TdClassName
{
border-color: #F204E3;
}
.TagClassName
{
border-color: #F204E3;
}
</style>