Shades of Magenta #F207E5
Tints of Magenta #F207E5
RGB
CMYK
RGB Variations
Color information
#F207E5 (or 0xF207E5) is known color: Magenta. HEX triplet: F2, 07 and E5. RGB value is (242,7,229). Sum of RGB (Red+Green+Blue) = 242+7+229=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F207E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207E5 is #0DF81A. Grayscale: #656565. Windows color (decimal): -915483 or 15009778. OLE color: 15009778.
HSL color Cylindrical-coordinate representation of color #F207E5: hue angle of 303.32º 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 #F207E5 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 303.32º | 0.94% | 0.49% | - |
| HSV(B) | 303.32º | 0.97% | 0.95% | - |
| XYZ | 50.84 | 24.69 | 76.21 | - |
| YUV | 102.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 229 | 0 | 0.97 | 0.05 | 0.05 | 303.32 | 0.94 | 0.49 |
| Hex | F2 | 7 | E5 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 362 | 7 | 345 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110010 | 111 | 11100101 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F207E5
Complementary color
Monochromatic Colors of #F207E5
Black with #F207E5
Text Example
Text Example
White with #F207E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207E5; }
p { color: rgb(242,7,229); }
H1.HeaderClassName
{
color: #F207E5;
}
.AnyTagClassName
{
color: #F207E5;
}
</style>
background-color css
<style>
a { background-color: #F207E5; }
a { background-color: rgb(242,7,229); }
div.DivClassName
{
background-color: #F207E5;
}
.BgClassName
{
background-color: #F207E5;
}
</style>
border-color css
<style>
span { border-color: #F207E5; }
span { border-color: rgb(242,7,229); }
td.TdClassName
{
border-color: #F207E5;
}
.TagClassName
{
border-color: #F207E5;
}
</style>