Shades of Hot Magenta #F700DD
Tints of Hot Magenta #F700DD
RGB
CMYK
RGB Variations
Color information
#F700DD (or 0xF700DD) is known color: Hot Magenta. HEX triplet: F7, 00 and DD. RGB value is (247,0,221). Sum of RGB (Red+Green+Blue) = 247+0+221=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F700DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700DD is #08FF22. Grayscale: #626262. Windows color (decimal): -589603 or 14483703. OLE color: 14483703.
HSL color Cylindrical-coordinate representation of color #F700DD: hue angle of 306.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700DD is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.11 | 0.03 |
| HSL | 306.32º | 1% | 0.48% | - |
| HSV(B) | 306.32º | 1% | 0.97% | - |
| XYZ | 51.41 | 24.99 | 70.52 | - |
| YUV | 99.05 | 196.83 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 221 | 0 | 1 | 0.11 | 0.03 | 306.32 | 1 | 0.48 |
| Hex | F7 | 0 | DD | 0 | 64 | B | 3 | 132 | 64 | 30 |
| Octal | 367 | 0 | 335 | 0 | 144 | 13 | 3 | 462 | 144 | 60 |
| Binary | 11110111 | 0 | 11011101 | 0 | 1100100 | 1011 | 11 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F700DD
Complementary color
Monochromatic Colors of #F700DD
Black with #F700DD
Text Example
Text Example
White with #F700DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700DD; }
p { color: rgb(247,0,221); }
H1.HeaderClassName
{
color: #F700DD;
}
.AnyTagClassName
{
color: #F700DD;
}
</style>
background-color css
<style>
a { background-color: #F700DD; }
a { background-color: rgb(247,0,221); }
div.DivClassName
{
background-color: #F700DD;
}
.BgClassName
{
background-color: #F700DD;
}
</style>
border-color css
<style>
span { border-color: #F700DD; }
span { border-color: rgb(247,0,221); }
td.TdClassName
{
border-color: #F700DD;
}
.TagClassName
{
border-color: #F700DD;
}
</style>