Shades of Hot Magenta #F207D0
Tints of Hot Magenta #F207D0
RGB
CMYK
RGB Variations
Color information
#F207D0 (or 0xF207D0) is known color: Hot Magenta. HEX triplet: F2, 07 and D0. RGB value is (242,7,208). Sum of RGB (Red+Green+Blue) = 242+7+208=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F207D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207D0 is #0DF82F. Grayscale: #636363. Windows color (decimal): -915504 or 13633522. OLE color: 13633522.
HSL color Cylindrical-coordinate representation of color #F207D0: hue angle of 308.68º 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 #F207D0 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.05 |
| HSL | 308.68º | 0.94% | 0.49% | - |
| HSV(B) | 308.68º | 0.97% | 0.95% | - |
| XYZ | 48.08 | 23.58 | 61.69 | - |
| YUV | 100.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 208 | 0 | 0.97 | 0.14 | 0.05 | 308.68 | 0.94 | 0.49 |
| Hex | F2 | 7 | D0 | 0 | 61 | E | 5 | 135 | 5E | 31 |
| Octal | 362 | 7 | 320 | 0 | 141 | 16 | 5 | 465 | 136 | 61 |
| Binary | 11110010 | 111 | 11010000 | 0 | 1100001 | 1110 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F207D0
Complementary color
Monochromatic Colors of #F207D0
Black with #F207D0
Text Example
Text Example
White with #F207D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207D0; }
p { color: rgb(242,7,208); }
H1.HeaderClassName
{
color: #F207D0;
}
.AnyTagClassName
{
color: #F207D0;
}
</style>
background-color css
<style>
a { background-color: #F207D0; }
a { background-color: rgb(242,7,208); }
div.DivClassName
{
background-color: #F207D0;
}
.BgClassName
{
background-color: #F207D0;
}
</style>
border-color css
<style>
span { border-color: #F207D0; }
span { border-color: rgb(242,7,208); }
td.TdClassName
{
border-color: #F207D0;
}
.TagClassName
{
border-color: #F207D0;
}
</style>