Shades of Hot Magenta #F207DF
Tints of Hot Magenta #F207DF
RGB
CMYK
RGB Variations
Color information
#F207DF (or 0xF207DF) is known color: Hot Magenta. HEX triplet: F2, 07 and DF. RGB value is (242,7,223). Sum of RGB (Red+Green+Blue) = 242+7+223=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F207DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207DF is #0DF820. Grayscale: #656565. Windows color (decimal): -915489 or 14616562. OLE color: 14616562.
HSL color Cylindrical-coordinate representation of color #F207DF: hue angle of 304.85º 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 #F207DF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.05 |
| HSL | 304.85º | 0.94% | 0.49% | - |
| HSV(B) | 304.85º | 0.97% | 0.95% | - |
| XYZ | 50.01 | 24.36 | 71.88 | - |
| YUV | 101.89 | 196.36 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 223 | 0 | 0.97 | 0.08 | 0.05 | 304.85 | 0.94 | 0.49 |
| Hex | F2 | 7 | DF | 0 | 61 | 8 | 5 | 131 | 5E | 31 |
| Octal | 362 | 7 | 337 | 0 | 141 | 10 | 5 | 461 | 136 | 61 |
| Binary | 11110010 | 111 | 11011111 | 0 | 1100001 | 1000 | 101 | 100110001 | 1011110 | 110001 |
Color Harmonies of #F207DF
Complementary color
Monochromatic Colors of #F207DF
Black with #F207DF
Text Example
Text Example
White with #F207DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207DF; }
p { color: rgb(242,7,223); }
H1.HeaderClassName
{
color: #F207DF;
}
.AnyTagClassName
{
color: #F207DF;
}
</style>
background-color css
<style>
a { background-color: #F207DF; }
a { background-color: rgb(242,7,223); }
div.DivClassName
{
background-color: #F207DF;
}
.BgClassName
{
background-color: #F207DF;
}
</style>
border-color css
<style>
span { border-color: #F207DF; }
span { border-color: rgb(242,7,223); }
td.TdClassName
{
border-color: #F207DF;
}
.TagClassName
{
border-color: #F207DF;
}
</style>