Shades of Magenta #F209E8
Tints of Magenta #F209E8
RGB
CMYK
RGB Variations
Color information
#F209E8 (or 0xF209E8) is known color: Magenta. HEX triplet: F2, 09 and E8. RGB value is (242,9,232). Sum of RGB (Red+Green+Blue) = 242+9+232=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F209E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209E8 is #0DF617. Grayscale: #676767. Windows color (decimal): -914968 or 15206898. OLE color: 15206898.
HSL color Cylindrical-coordinate representation of color #F209E8: hue angle of 302.58º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209E8 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 232 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.05 |
| HSL | 302.58º | 0.93% | 0.49% | - |
| HSV(B) | 302.58º | 0.96% | 0.95% | - |
| XYZ | 51.28 | 24.9 | 78.45 | - |
| YUV | 104.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 232 | 0 | 0.96 | 0.04 | 0.05 | 302.58 | 0.93 | 0.49 |
| Hex | F2 | 9 | E8 | 0 | 60 | 4 | 5 | 12F | 5D | 31 |
| Octal | 362 | 11 | 350 | 0 | 140 | 4 | 5 | 457 | 135 | 61 |
| Binary | 11110010 | 1001 | 11101000 | 0 | 1100000 | 100 | 101 | 100101111 | 1011101 | 110001 |
Color Harmonies of #F209E8
Complementary color
Monochromatic Colors of #F209E8
Black with #F209E8
Text Example
Text Example
White with #F209E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209E8; }
p { color: rgb(242,9,232); }
H1.HeaderClassName
{
color: #F209E8;
}
.AnyTagClassName
{
color: #F209E8;
}
</style>
background-color css
<style>
a { background-color: #F209E8; }
a { background-color: rgb(242,9,232); }
div.DivClassName
{
background-color: #F209E8;
}
.BgClassName
{
background-color: #F209E8;
}
</style>
border-color css
<style>
span { border-color: #F209E8; }
span { border-color: rgb(242,9,232); }
td.TdClassName
{
border-color: #F209E8;
}
.TagClassName
{
border-color: #F209E8;
}
</style>