Shades of Magenta #F207E9
Tints of Magenta #F207E9
RGB
CMYK
RGB Variations
Color information
#F207E9 (or 0xF207E9) is known color: Magenta. HEX triplet: F2, 07 and E9. RGB value is (242,7,233). Sum of RGB (Red+Green+Blue) = 242+7+233=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F207E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207E9 is #0DF816. Grayscale: #666666. Windows color (decimal): -915479 or 15271922. OLE color: 15271922.
HSL color Cylindrical-coordinate representation of color #F207E9: hue angle of 302.3º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207E9 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 233 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.05 |
| HSL | 302.3º | 0.94% | 0.49% | - |
| HSV(B) | 302.3º | 0.97% | 0.95% | - |
| XYZ | 51.4 | 24.91 | 79.19 | - |
| YUV | 103.03 | 201.36 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 233 | 0 | 0.97 | 0.04 | 0.05 | 302.3 | 0.94 | 0.49 |
| Hex | F2 | 7 | E9 | 0 | 61 | 4 | 5 | 12E | 5E | 31 |
| Octal | 362 | 7 | 351 | 0 | 141 | 4 | 5 | 456 | 136 | 61 |
| Binary | 11110010 | 111 | 11101001 | 0 | 1100001 | 100 | 101 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F207E9
Complementary color
Monochromatic Colors of #F207E9
Black with #F207E9
Text Example
Text Example
White with #F207E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207E9; }
p { color: rgb(242,7,233); }
H1.HeaderClassName
{
color: #F207E9;
}
.AnyTagClassName
{
color: #F207E9;
}
</style>
background-color css
<style>
a { background-color: #F207E9; }
a { background-color: rgb(242,7,233); }
div.DivClassName
{
background-color: #F207E9;
}
.BgClassName
{
background-color: #F207E9;
}
</style>
border-color css
<style>
span { border-color: #F207E9; }
span { border-color: rgb(242,7,233); }
td.TdClassName
{
border-color: #F207E9;
}
.TagClassName
{
border-color: #F207E9;
}
</style>