Shades of Hot Magenta #F207DC
Tints of Hot Magenta #F207DC
RGB
CMYK
RGB Variations
Color information
#F207DC (or 0xF207DC) is known color: Hot Magenta. HEX triplet: F2, 07 and DC. RGB value is (242,7,220). Sum of RGB (Red+Green+Blue) = 242+7+220=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F207DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207DC is #0DF823. Grayscale: #646464. Windows color (decimal): -915492 or 14419954. OLE color: 14419954.
HSL color Cylindrical-coordinate representation of color #F207DC: hue angle of 305.62º 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 #F207DC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.05 |
| HSL | 305.62º | 0.94% | 0.49% | - |
| HSV(B) | 305.62º | 0.97% | 0.95% | - |
| XYZ | 49.61 | 24.2 | 69.77 | - |
| YUV | 101.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 220 | 0 | 0.97 | 0.09 | 0.05 | 305.62 | 0.94 | 0.49 |
| Hex | F2 | 7 | DC | 0 | 61 | 9 | 5 | 132 | 5E | 31 |
| Octal | 362 | 7 | 334 | 0 | 141 | 11 | 5 | 462 | 136 | 61 |
| Binary | 11110010 | 111 | 11011100 | 0 | 1100001 | 1001 | 101 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F207DC
Complementary color
Monochromatic Colors of #F207DC
Black with #F207DC
Text Example
Text Example
White with #F207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207DC; }
p { color: rgb(242,7,220); }
H1.HeaderClassName
{
color: #F207DC;
}
.AnyTagClassName
{
color: #F207DC;
}
</style>
background-color css
<style>
a { background-color: #F207DC; }
a { background-color: rgb(242,7,220); }
div.DivClassName
{
background-color: #F207DC;
}
.BgClassName
{
background-color: #F207DC;
}
</style>
border-color css
<style>
span { border-color: #F207DC; }
span { border-color: rgb(242,7,220); }
td.TdClassName
{
border-color: #F207DC;
}
.TagClassName
{
border-color: #F207DC;
}
</style>