Shades of Hot Magenta #F006DF
Tints of Hot Magenta #F006DF
RGB
CMYK
RGB Variations
Color information
#F006DF (or 0xF006DF) is known color: Hot Magenta. HEX triplet: F0, 06 and DF. RGB value is (240,6,223). Sum of RGB (Red+Green+Blue) = 240+6+223=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F006DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006DF is #0FF920. Grayscale: #646464. Windows color (decimal): -1046817 or 14616304. OLE color: 14616304.
HSL color Cylindrical-coordinate representation of color #F006DF: hue angle of 304.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006DF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.06 |
| HSL | 304.36º | 0.95% | 0.48% | - |
| HSV(B) | 304.36º | 0.98% | 0.94% | - |
| XYZ | 49.32 | 23.98 | 71.84 | - |
| YUV | 100.7 | 197.02 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 223 | 0 | 0.98 | 0.07 | 0.06 | 304.36 | 0.95 | 0.48 |
| Hex | F0 | 6 | DF | 0 | 62 | 7 | 6 | 130 | 5F | 30 |
| Octal | 360 | 6 | 337 | 0 | 142 | 7 | 6 | 460 | 137 | 60 |
| Binary | 11110000 | 110 | 11011111 | 0 | 1100010 | 111 | 110 | 100110000 | 1011111 | 110000 |
Color Harmonies of #F006DF
Complementary color
Monochromatic Colors of #F006DF
Black with #F006DF
Text Example
Text Example
White with #F006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006DF; }
p { color: rgb(240,6,223); }
H1.HeaderClassName
{
color: #F006DF;
}
.AnyTagClassName
{
color: #F006DF;
}
</style>
background-color css
<style>
a { background-color: #F006DF; }
a { background-color: rgb(240,6,223); }
div.DivClassName
{
background-color: #F006DF;
}
.BgClassName
{
background-color: #F006DF;
}
</style>
border-color css
<style>
span { border-color: #F006DF; }
span { border-color: rgb(240,6,223); }
td.TdClassName
{
border-color: #F006DF;
}
.TagClassName
{
border-color: #F006DF;
}
</style>