Shades of Magenta #F207E6
Tints of Magenta #F207E6
RGB
CMYK
RGB Variations
Color information
#F207E6 (or 0xF207E6) is known color: Magenta. HEX triplet: F2, 07 and E6. RGB value is (242,7,230). Sum of RGB (Red+Green+Blue) = 242+7+230=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F207E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207E6 is #0DF819. Grayscale: #666666. Windows color (decimal): -915482 or 15075314. OLE color: 15075314.
HSL color Cylindrical-coordinate representation of color #F207E6: hue angle of 303.06º 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 #F207E6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 303.06º | 0.94% | 0.49% | - |
| HSV(B) | 303.06º | 0.97% | 0.95% | - |
| XYZ | 50.98 | 24.74 | 76.95 | - |
| YUV | 102.69 | 199.86 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 230 | 0 | 0.97 | 0.05 | 0.05 | 303.06 | 0.94 | 0.49 |
| Hex | F2 | 7 | E6 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 362 | 7 | 346 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110010 | 111 | 11100110 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F207E6
Complementary color
Monochromatic Colors of #F207E6
Black with #F207E6
Text Example
Text Example
White with #F207E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207E6; }
p { color: rgb(242,7,230); }
H1.HeaderClassName
{
color: #F207E6;
}
.AnyTagClassName
{
color: #F207E6;
}
</style>
background-color css
<style>
a { background-color: #F207E6; }
a { background-color: rgb(242,7,230); }
div.DivClassName
{
background-color: #F207E6;
}
.BgClassName
{
background-color: #F207E6;
}
</style>
border-color css
<style>
span { border-color: #F207E6; }
span { border-color: rgb(242,7,230); }
td.TdClassName
{
border-color: #F207E6;
}
.TagClassName
{
border-color: #F207E6;
}
</style>