Shades of Hot Magenta #F615DF
Tints of Hot Magenta #F615DF
RGB
CMYK
RGB Variations
Color information
#F615DF (or 0xF615DF) is known color: Hot Magenta. HEX triplet: F6, 15 and DF. RGB value is (246,21,223). Sum of RGB (Red+Green+Blue) = 246+21+223=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F615DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615DF is #09EA20. Grayscale: #6E6E6E. Windows color (decimal): -649761 or 14620150. OLE color: 14620150.
HSL color Cylindrical-coordinate representation of color #F615DF: hue angle of 306.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615DF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 306.13º | 0.93% | 0.52% | - |
| HSV(B) | 306.13º | 0.91% | 0.96% | - |
| XYZ | 51.59 | 25.46 | 72.01 | - |
| YUV | 111.3 | 191.04 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 223 | 0 | 0.91 | 0.09 | 0.04 | 306.13 | 0.93 | 0.52 |
| Hex | F6 | 15 | DF | 0 | 5B | 9 | 4 | 132 | 5D | 34 |
| Octal | 366 | 25 | 337 | 0 | 133 | 11 | 4 | 462 | 135 | 64 |
| Binary | 11110110 | 10101 | 11011111 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011101 | 110100 |
Color Harmonies of #F615DF
Complementary color
Monochromatic Colors of #F615DF
Black with #F615DF
Text Example
Text Example
White with #F615DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615DF; }
p { color: rgb(246,21,223); }
H1.HeaderClassName
{
color: #F615DF;
}
.AnyTagClassName
{
color: #F615DF;
}
</style>
background-color css
<style>
a { background-color: #F615DF; }
a { background-color: rgb(246,21,223); }
div.DivClassName
{
background-color: #F615DF;
}
.BgClassName
{
background-color: #F615DF;
}
</style>
border-color css
<style>
span { border-color: #F615DF; }
span { border-color: rgb(246,21,223); }
td.TdClassName
{
border-color: #F615DF;
}
.TagClassName
{
border-color: #F615DF;
}
</style>