Shades of Hot Magenta #F207D8
Tints of Hot Magenta #F207D8
RGB
CMYK
RGB Variations
Color information
#F207D8 (or 0xF207D8) is known color: Hot Magenta. HEX triplet: F2, 07 and D8. RGB value is (242,7,216). Sum of RGB (Red+Green+Blue) = 242+7+216=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F207D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207D8 is #0DF827. Grayscale: #646464. Windows color (decimal): -915496 or 14157810. OLE color: 14157810.
HSL color Cylindrical-coordinate representation of color #F207D8: hue angle of 306.64º 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 #F207D8 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.05 |
| HSL | 306.64º | 0.94% | 0.49% | - |
| HSV(B) | 306.64º | 0.97% | 0.95% | - |
| XYZ | 49.09 | 23.99 | 67.01 | - |
| YUV | 101.09 | 192.86 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 216 | 0 | 0.97 | 0.11 | 0.05 | 306.64 | 0.94 | 0.49 |
| Hex | F2 | 7 | D8 | 0 | 61 | B | 5 | 133 | 5E | 31 |
| Octal | 362 | 7 | 330 | 0 | 141 | 13 | 5 | 463 | 136 | 61 |
| Binary | 11110010 | 111 | 11011000 | 0 | 1100001 | 1011 | 101 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F207D8
Complementary color
Monochromatic Colors of #F207D8
Black with #F207D8
Text Example
Text Example
White with #F207D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207D8; }
p { color: rgb(242,7,216); }
H1.HeaderClassName
{
color: #F207D8;
}
.AnyTagClassName
{
color: #F207D8;
}
</style>
background-color css
<style>
a { background-color: #F207D8; }
a { background-color: rgb(242,7,216); }
div.DivClassName
{
background-color: #F207D8;
}
.BgClassName
{
background-color: #F207D8;
}
</style>
border-color css
<style>
span { border-color: #F207D8; }
span { border-color: rgb(242,7,216); }
td.TdClassName
{
border-color: #F207D8;
}
.TagClassName
{
border-color: #F207D8;
}
</style>