Shades of Magenta #F206EA
Tints of Magenta #F206EA
RGB
CMYK
RGB Variations
Color information
#F206EA (or 0xF206EA) is known color: Magenta. HEX triplet: F2, 06 and EA. RGB value is (242,6,234). Sum of RGB (Red+Green+Blue) = 242+6+234=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F206EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206EA is #0DF915. Grayscale: #656565. Windows color (decimal): -915734 or 15337202. OLE color: 15337202.
HSL color Cylindrical-coordinate representation of color #F206EA: hue angle of 302.03º 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 #F206EA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 234 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.05 |
| HSL | 302.03º | 0.95% | 0.49% | - |
| HSV(B) | 302.03º | 0.98% | 0.95% | - |
| XYZ | 51.53 | 24.95 | 79.94 | - |
| YUV | 102.56 | 202.19 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 234 | 0 | 0.98 | 0.03 | 0.05 | 302.03 | 0.95 | 0.49 |
| Hex | F2 | 6 | EA | 0 | 62 | 3 | 5 | 12E | 5F | 31 |
| Octal | 362 | 6 | 352 | 0 | 142 | 3 | 5 | 456 | 137 | 61 |
| Binary | 11110010 | 110 | 11101010 | 0 | 1100010 | 11 | 101 | 100101110 | 1011111 | 110001 |
Color Harmonies of #F206EA
Complementary color
Monochromatic Colors of #F206EA
Black with #F206EA
Text Example
Text Example
White with #F206EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206EA; }
p { color: rgb(242,6,234); }
H1.HeaderClassName
{
color: #F206EA;
}
.AnyTagClassName
{
color: #F206EA;
}
</style>
background-color css
<style>
a { background-color: #F206EA; }
a { background-color: rgb(242,6,234); }
div.DivClassName
{
background-color: #F206EA;
}
.BgClassName
{
background-color: #F206EA;
}
</style>
border-color css
<style>
span { border-color: #F206EA; }
span { border-color: rgb(242,6,234); }
td.TdClassName
{
border-color: #F206EA;
}
.TagClassName
{
border-color: #F206EA;
}
</style>