Shades of Hot Magenta #F207D7
Tints of Hot Magenta #F207D7
RGB
CMYK
RGB Variations
Color information
#F207D7 (or 0xF207D7) is known color: Hot Magenta. HEX triplet: F2, 07 and D7. RGB value is (242,7,215). Sum of RGB (Red+Green+Blue) = 242+7+215=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F207D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207D7 is #0DF828. Grayscale: #646464. Windows color (decimal): -915497 or 14092274. OLE color: 14092274.
HSL color Cylindrical-coordinate representation of color #F207D7: hue angle of 306.89º 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 #F207D7 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 215 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.05 |
| HSL | 306.89º | 0.94% | 0.49% | - |
| HSV(B) | 306.89º | 0.97% | 0.95% | - |
| XYZ | 48.96 | 23.94 | 66.33 | - |
| YUV | 100.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 215 | 0 | 0.97 | 0.11 | 0.05 | 306.89 | 0.94 | 0.49 |
| Hex | F2 | 7 | D7 | 0 | 61 | B | 5 | 133 | 5E | 31 |
| Octal | 362 | 7 | 327 | 0 | 141 | 13 | 5 | 463 | 136 | 61 |
| Binary | 11110010 | 111 | 11010111 | 0 | 1100001 | 1011 | 101 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F207D7
Complementary color
Monochromatic Colors of #F207D7
Black with #F207D7
Text Example
Text Example
White with #F207D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207D7; }
p { color: rgb(242,7,215); }
H1.HeaderClassName
{
color: #F207D7;
}
.AnyTagClassName
{
color: #F207D7;
}
</style>
background-color css
<style>
a { background-color: #F207D7; }
a { background-color: rgb(242,7,215); }
div.DivClassName
{
background-color: #F207D7;
}
.BgClassName
{
background-color: #F207D7;
}
</style>
border-color css
<style>
span { border-color: #F207D7; }
span { border-color: rgb(242,7,215); }
td.TdClassName
{
border-color: #F207D7;
}
.TagClassName
{
border-color: #F207D7;
}
</style>