Shades of Hot Magenta #F206E3
Tints of Hot Magenta #F206E3
RGB
CMYK
RGB Variations
Color information
#F206E3 (or 0xF206E3) is known color: Hot Magenta. HEX triplet: F2, 06 and E3. RGB value is (242,6,227). Sum of RGB (Red+Green+Blue) = 242+6+227=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F206E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206E3 is #0DF91C. Grayscale: #656565. Windows color (decimal): -915741 or 14878450. OLE color: 14878450.
HSL color Cylindrical-coordinate representation of color #F206E3: hue angle of 303.81º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206E3 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 227 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.05 |
| HSL | 303.81º | 0.95% | 0.49% | - |
| HSV(B) | 303.81º | 0.98% | 0.95% | - |
| XYZ | 50.55 | 24.55 | 74.75 | - |
| YUV | 101.76 | 198.69 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 227 | 0 | 0.98 | 0.06 | 0.05 | 303.81 | 0.95 | 0.49 |
| Hex | F2 | 6 | E3 | 0 | 62 | 6 | 5 | 130 | 5F | 31 |
| Octal | 362 | 6 | 343 | 0 | 142 | 6 | 5 | 460 | 137 | 61 |
| Binary | 11110010 | 110 | 11100011 | 0 | 1100010 | 110 | 101 | 100110000 | 1011111 | 110001 |
Color Harmonies of #F206E3
Complementary color
Monochromatic Colors of #F206E3
Black with #F206E3
Text Example
Text Example
White with #F206E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206E3; }
p { color: rgb(242,6,227); }
H1.HeaderClassName
{
color: #F206E3;
}
.AnyTagClassName
{
color: #F206E3;
}
</style>
background-color css
<style>
a { background-color: #F206E3; }
a { background-color: rgb(242,6,227); }
div.DivClassName
{
background-color: #F206E3;
}
.BgClassName
{
background-color: #F206E3;
}
</style>
border-color css
<style>
span { border-color: #F206E3; }
span { border-color: rgb(242,6,227); }
td.TdClassName
{
border-color: #F206E3;
}
.TagClassName
{
border-color: #F206E3;
}
</style>