Shades of Hot Magenta #F715DF
Tints of Hot Magenta #F715DF
RGB
CMYK
RGB Variations
Color information
#F715DF (or 0xF715DF) is known color: Hot Magenta. HEX triplet: F7, 15 and DF. RGB value is (247,21,223). Sum of RGB (Red+Green+Blue) = 247+21+223=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F715DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715DF is #08EA20. Grayscale: #6F6F6F. Windows color (decimal): -584225 or 14620151. OLE color: 14620151.
HSL color Cylindrical-coordinate representation of color #F715DF: hue angle of 306.37º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F715DF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.03 |
| HSL | 306.37º | 0.93% | 0.53% | - |
| HSV(B) | 306.37º | 0.91% | 0.97% | - |
| XYZ | 51.95 | 25.64 | 72.02 | - |
| YUV | 111.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 223 | 0 | 0.91 | 0.10 | 0.03 | 306.37 | 0.93 | 0.53 |
| Hex | F7 | 15 | DF | 0 | 5B | A | 3 | 132 | 5D | 35 |
| Octal | 367 | 25 | 337 | 0 | 133 | 12 | 3 | 462 | 135 | 65 |
| Binary | 11110111 | 10101 | 11011111 | 0 | 1011011 | 1010 | 11 | 100110010 | 1011101 | 110101 |
Color Harmonies of #F715DF
Complementary color
Monochromatic Colors of #F715DF
Black with #F715DF
Text Example
Text Example
White with #F715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F715DF; }
p { color: rgb(247,21,223); }
H1.HeaderClassName
{
color: #F715DF;
}
.AnyTagClassName
{
color: #F715DF;
}
</style>
background-color css
<style>
a { background-color: #F715DF; }
a { background-color: rgb(247,21,223); }
div.DivClassName
{
background-color: #F715DF;
}
.BgClassName
{
background-color: #F715DF;
}
</style>
border-color css
<style>
span { border-color: #F715DF; }
span { border-color: rgb(247,21,223); }
td.TdClassName
{
border-color: #F715DF;
}
.TagClassName
{
border-color: #F715DF;
}
</style>