Shades of Hot Magenta #F700D5
Tints of Hot Magenta #F700D5
RGB
CMYK
RGB Variations
Color information
#F700D5 (or 0xF700D5) is known color: Hot Magenta. HEX triplet: F7, 00 and D5. RGB value is (247,0,213). Sum of RGB (Red+Green+Blue) = 247+0+213=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F700D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700D5 is #08FF2A. Grayscale: #616161. Windows color (decimal): -589611 or 13959415. OLE color: 13959415.
HSL color Cylindrical-coordinate representation of color #F700D5: hue angle of 308.26º 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 #F700D5 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.14 | 0.03 |
| HSL | 308.26º | 1% | 0.48% | - |
| HSV(B) | 308.26º | 1% | 0.97% | - |
| XYZ | 50.37 | 24.58 | 65.04 | - |
| YUV | 98.14 | 192.83 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 213 | 0 | 1 | 0.14 | 0.03 | 308.26 | 1 | 0.48 |
| Hex | F7 | 0 | D5 | 0 | 64 | E | 3 | 134 | 64 | 30 |
| Octal | 367 | 0 | 325 | 0 | 144 | 16 | 3 | 464 | 144 | 60 |
| Binary | 11110111 | 0 | 11010101 | 0 | 1100100 | 1110 | 11 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F700D5
Complementary color
Monochromatic Colors of #F700D5
Black with #F700D5
Text Example
Text Example
White with #F700D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700D5; }
p { color: rgb(247,0,213); }
H1.HeaderClassName
{
color: #F700D5;
}
.AnyTagClassName
{
color: #F700D5;
}
</style>
background-color css
<style>
a { background-color: #F700D5; }
a { background-color: rgb(247,0,213); }
div.DivClassName
{
background-color: #F700D5;
}
.BgClassName
{
background-color: #F700D5;
}
</style>
border-color css
<style>
span { border-color: #F700D5; }
span { border-color: rgb(247,0,213); }
td.TdClassName
{
border-color: #F700D5;
}
.TagClassName
{
border-color: #F700D5;
}
</style>