Shades of Hot Magenta #F006C6
Tints of Hot Magenta #F006C6
RGB
CMYK
RGB Variations
Color information
#F006C6 (or 0xF006C6) is known color: Hot Magenta. HEX triplet: F0, 06 and C6. RGB value is (240,6,198). Sum of RGB (Red+Green+Blue) = 240+6+198=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F006C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006C6 is #0FF939. Grayscale: #616161. Windows color (decimal): -1046842 or 12977904. OLE color: 12977904.
HSL color Cylindrical-coordinate representation of color #F006C6: hue angle of 310.77º 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 #F006C6 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 198 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.06 |
| HSL | 310.77º | 0.95% | 0.48% | - |
| HSV(B) | 310.77º | 0.98% | 0.94% | - |
| XYZ | 46.19 | 22.73 | 55.38 | - |
| YUV | 97.85 | 184.52 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 198 | 0 | 0.98 | 0.18 | 0.06 | 310.77 | 0.95 | 0.48 |
| Hex | F0 | 6 | C6 | 0 | 62 | 12 | 6 | 137 | 5F | 30 |
| Octal | 360 | 6 | 306 | 0 | 142 | 22 | 6 | 467 | 137 | 60 |
| Binary | 11110000 | 110 | 11000110 | 0 | 1100010 | 10010 | 110 | 100110111 | 1011111 | 110000 |
Color Harmonies of #F006C6
Complementary color
Monochromatic Colors of #F006C6
Black with #F006C6
Text Example
Text Example
White with #F006C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006C6; }
p { color: rgb(240,6,198); }
H1.HeaderClassName
{
color: #F006C6;
}
.AnyTagClassName
{
color: #F006C6;
}
</style>
background-color css
<style>
a { background-color: #F006C6; }
a { background-color: rgb(240,6,198); }
div.DivClassName
{
background-color: #F006C6;
}
.BgClassName
{
background-color: #F006C6;
}
</style>
border-color css
<style>
span { border-color: #F006C6; }
span { border-color: rgb(240,6,198); }
td.TdClassName
{
border-color: #F006C6;
}
.TagClassName
{
border-color: #F006C6;
}
</style>