Shades of Magenta #F206E5
Tints of Magenta #F206E5
RGB
CMYK
RGB Variations
Color information
#F206E5 (or 0xF206E5) is known color: Magenta. HEX triplet: F2, 06 and E5. RGB value is (242,6,229). Sum of RGB (Red+Green+Blue) = 242+6+229=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F206E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206E5 is #0DF91A. Grayscale: #656565. Windows color (decimal): -915739 or 15009522. OLE color: 15009522.
HSL color Cylindrical-coordinate representation of color #F206E5: hue angle of 303.31º 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 #F206E5 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 229 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.31º | 0.95% | 0.49% | - |
| HSV(B) | 303.31º | 0.98% | 0.95% | - |
| XYZ | 50.83 | 24.66 | 76.21 | - |
| YUV | 101.99 | 199.69 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 229 | 0 | 0.98 | 0.05 | 0.05 | 303.31 | 0.95 | 0.49 |
| Hex | F2 | 6 | E5 | 0 | 62 | 5 | 5 | 12F | 5F | 31 |
| Octal | 362 | 6 | 345 | 0 | 142 | 5 | 5 | 457 | 137 | 61 |
| Binary | 11110010 | 110 | 11100101 | 0 | 1100010 | 101 | 101 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F206E5
Complementary color
Monochromatic Colors of #F206E5
Black with #F206E5
Text Example
Text Example
White with #F206E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206E5; }
p { color: rgb(242,6,229); }
H1.HeaderClassName
{
color: #F206E5;
}
.AnyTagClassName
{
color: #F206E5;
}
</style>
background-color css
<style>
a { background-color: #F206E5; }
a { background-color: rgb(242,6,229); }
div.DivClassName
{
background-color: #F206E5;
}
.BgClassName
{
background-color: #F206E5;
}
</style>
border-color css
<style>
span { border-color: #F206E5; }
span { border-color: rgb(242,6,229); }
td.TdClassName
{
border-color: #F206E5;
}
.TagClassName
{
border-color: #F206E5;
}
</style>