Shades of Hot Magenta #F207DD
Tints of Hot Magenta #F207DD
RGB
CMYK
RGB Variations
Color information
#F207DD (or 0xF207DD) is known color: Hot Magenta. HEX triplet: F2, 07 and DD. RGB value is (242,7,221). Sum of RGB (Red+Green+Blue) = 242+7+221=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F207DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207DD is #0DF822. Grayscale: #656565. Windows color (decimal): -915491 or 14485490. OLE color: 14485490.
HSL color Cylindrical-coordinate representation of color #F207DD: hue angle of 305.36º 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 #F207DD is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.05 |
| HSL | 305.36º | 0.94% | 0.49% | - |
| HSV(B) | 305.36º | 0.97% | 0.95% | - |
| XYZ | 49.75 | 24.25 | 70.47 | - |
| YUV | 101.66 | 195.36 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 221 | 0 | 0.97 | 0.09 | 0.05 | 305.36 | 0.94 | 0.49 |
| Hex | F2 | 7 | DD | 0 | 61 | 9 | 5 | 131 | 5E | 31 |
| Octal | 362 | 7 | 335 | 0 | 141 | 11 | 5 | 461 | 136 | 61 |
| Binary | 11110010 | 111 | 11011101 | 0 | 1100001 | 1001 | 101 | 100110001 | 1011110 | 110001 |
Color Harmonies of #F207DD
Complementary color
Monochromatic Colors of #F207DD
Black with #F207DD
Text Example
Text Example
White with #F207DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207DD; }
p { color: rgb(242,7,221); }
H1.HeaderClassName
{
color: #F207DD;
}
.AnyTagClassName
{
color: #F207DD;
}
</style>
background-color css
<style>
a { background-color: #F207DD; }
a { background-color: rgb(242,7,221); }
div.DivClassName
{
background-color: #F207DD;
}
.BgClassName
{
background-color: #F207DD;
}
</style>
border-color css
<style>
span { border-color: #F207DD; }
span { border-color: rgb(242,7,221); }
td.TdClassName
{
border-color: #F207DD;
}
.TagClassName
{
border-color: #F207DD;
}
</style>