Shades of Hot Magenta #F006D1
Tints of Hot Magenta #F006D1
RGB
CMYK
RGB Variations
Color information
#F006D1 (or 0xF006D1) is known color: Hot Magenta. HEX triplet: F0, 06 and D1. RGB value is (240,6,209). Sum of RGB (Red+Green+Blue) = 240+6+209=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F006D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006D1 is #0FF92E. Grayscale: #626262. Windows color (decimal): -1046831 or 13698800. OLE color: 13698800.
HSL color Cylindrical-coordinate representation of color #F006D1: hue angle of 307.95º 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 #F006D1 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 209 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.06 |
| HSL | 307.95º | 0.95% | 0.48% | - |
| HSV(B) | 307.95º | 0.98% | 0.94% | - |
| XYZ | 47.51 | 23.26 | 62.31 | - |
| YUV | 99.11 | 190.02 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 209 | 0 | 0.98 | 0.13 | 0.06 | 307.95 | 0.95 | 0.48 |
| Hex | F0 | 6 | D1 | 0 | 62 | D | 6 | 134 | 5F | 30 |
| Octal | 360 | 6 | 321 | 0 | 142 | 15 | 6 | 464 | 137 | 60 |
| Binary | 11110000 | 110 | 11010001 | 0 | 1100010 | 1101 | 110 | 100110100 | 1011111 | 110000 |
Color Harmonies of #F006D1
Complementary color
Monochromatic Colors of #F006D1
Black with #F006D1
Text Example
Text Example
White with #F006D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006D1; }
p { color: rgb(240,6,209); }
H1.HeaderClassName
{
color: #F006D1;
}
.AnyTagClassName
{
color: #F006D1;
}
</style>
background-color css
<style>
a { background-color: #F006D1; }
a { background-color: rgb(240,6,209); }
div.DivClassName
{
background-color: #F006D1;
}
.BgClassName
{
background-color: #F006D1;
}
</style>
border-color css
<style>
span { border-color: #F006D1; }
span { border-color: rgb(240,6,209); }
td.TdClassName
{
border-color: #F006D1;
}
.TagClassName
{
border-color: #F006D1;
}
</style>