Shades of Magenta #F206E6
Tints of Magenta #F206E6
RGB
CMYK
RGB Variations
Color information
#F206E6 (or 0xF206E6) is known color: Magenta. HEX triplet: F2, 06 and E6. RGB value is (242,6,230). Sum of RGB (Red+Green+Blue) = 242+6+230=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F206E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206E6 is #0DF919. Grayscale: #656565. Windows color (decimal): -915738 or 15075058. OLE color: 15075058.
HSL color Cylindrical-coordinate representation of color #F206E6: hue angle of 303.05º 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 #F206E6 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 230 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.05º | 0.95% | 0.49% | - |
| HSV(B) | 303.05º | 0.98% | 0.95% | - |
| XYZ | 50.97 | 24.72 | 76.95 | - |
| YUV | 102.1 | 200.19 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 230 | 0 | 0.98 | 0.05 | 0.05 | 303.05 | 0.95 | 0.49 |
| Hex | F2 | 6 | E6 | 0 | 62 | 5 | 5 | 12F | 5F | 31 |
| Octal | 362 | 6 | 346 | 0 | 142 | 5 | 5 | 457 | 137 | 61 |
| Binary | 11110010 | 110 | 11100110 | 0 | 1100010 | 101 | 101 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F206E6
Complementary color
Monochromatic Colors of #F206E6
Black with #F206E6
Text Example
Text Example
White with #F206E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206E6; }
p { color: rgb(242,6,230); }
H1.HeaderClassName
{
color: #F206E6;
}
.AnyTagClassName
{
color: #F206E6;
}
</style>
background-color css
<style>
a { background-color: #F206E6; }
a { background-color: rgb(242,6,230); }
div.DivClassName
{
background-color: #F206E6;
}
.BgClassName
{
background-color: #F206E6;
}
</style>
border-color css
<style>
span { border-color: #F206E6; }
span { border-color: rgb(242,6,230); }
td.TdClassName
{
border-color: #F206E6;
}
.TagClassName
{
border-color: #F206E6;
}
</style>