Shades of Hot Magenta #F718DF
Tints of Hot Magenta #F718DF
RGB
CMYK
RGB Variations
Color information
#F718DF (or 0xF718DF) is known color: Hot Magenta. HEX triplet: F7, 18 and DF. RGB value is (247,24,223). Sum of RGB (Red+Green+Blue) = 247+24+223=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F718DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F718DF is #08E720. Grayscale: #707070. Windows color (decimal): -583457 or 14620919. OLE color: 14620919.
HSL color Cylindrical-coordinate representation of color #F718DF: hue angle of 306.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F718DF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.03 |
| HSL | 306.46º | 0.93% | 0.53% | - |
| HSV(B) | 306.46º | 0.9% | 0.97% | - |
| XYZ | 52 | 25.76 | 72.04 | - |
| YUV | 113.36 | 189.88 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 223 | 0 | 0.90 | 0.10 | 0.03 | 306.46 | 0.93 | 0.53 |
| Hex | F7 | 18 | DF | 0 | 5A | A | 3 | 132 | 5D | 35 |
| Octal | 367 | 30 | 337 | 0 | 132 | 12 | 3 | 462 | 135 | 65 |
| Binary | 11110111 | 11000 | 11011111 | 0 | 1011010 | 1010 | 11 | 100110010 | 1011101 | 110101 |
Color Harmonies of #F718DF
Complementary color
Monochromatic Colors of #F718DF
Black with #F718DF
Text Example
Text Example
White with #F718DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718DF; }
p { color: rgb(247,24,223); }
H1.HeaderClassName
{
color: #F718DF;
}
.AnyTagClassName
{
color: #F718DF;
}
</style>
background-color css
<style>
a { background-color: #F718DF; }
a { background-color: rgb(247,24,223); }
div.DivClassName
{
background-color: #F718DF;
}
.BgClassName
{
background-color: #F718DF;
}
</style>
border-color css
<style>
span { border-color: #F718DF; }
span { border-color: rgb(247,24,223); }
td.TdClassName
{
border-color: #F718DF;
}
.TagClassName
{
border-color: #F718DF;
}
</style>