Shades of Hot Magenta #F200E3
Tints of Hot Magenta #F200E3
RGB
CMYK
RGB Variations
Color information
#F200E3 (or 0xF200E3) is known color: Hot Magenta. HEX triplet: F2, 00 and E3. RGB value is (242,0,227). Sum of RGB (Red+Green+Blue) = 242+0+227=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F200E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200E3 is #0DFF1C. Grayscale: #616161. Windows color (decimal): -917277 or 14876914. OLE color: 14876914.
HSL color Cylindrical-coordinate representation of color #F200E3: hue angle of 303.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200E3 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 227 | - |
| CMYK | 0 | 1 | 0.06 | 0.05 |
| HSL | 303.72º | 1% | 0.47% | - |
| HSV(B) | 303.72º | 1% | 0.95% | - |
| XYZ | 50.48 | 24.42 | 74.73 | - |
| YUV | 98.24 | 200.67 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 227 | 0 | 1 | 0.06 | 0.05 | 303.72 | 1 | 0.47 |
| Hex | F2 | 0 | E3 | 0 | 64 | 6 | 5 | 130 | 64 | 2F |
| Octal | 362 | 0 | 343 | 0 | 144 | 6 | 5 | 460 | 144 | 57 |
| Binary | 11110010 | 0 | 11100011 | 0 | 1100100 | 110 | 101 | 100110000 | 1100100 | 101111 |
Color Harmonies of #F200E3
Complementary color
Monochromatic Colors of #F200E3
Black with #F200E3
Text Example
Text Example
White with #F200E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200E3; }
p { color: rgb(242,0,227); }
H1.HeaderClassName
{
color: #F200E3;
}
.AnyTagClassName
{
color: #F200E3;
}
</style>
background-color css
<style>
a { background-color: #F200E3; }
a { background-color: rgb(242,0,227); }
div.DivClassName
{
background-color: #F200E3;
}
.BgClassName
{
background-color: #F200E3;
}
</style>
border-color css
<style>
span { border-color: #F200E3; }
span { border-color: rgb(242,0,227); }
td.TdClassName
{
border-color: #F200E3;
}
.TagClassName
{
border-color: #F200E3;
}
</style>