Shades of Hot Magenta #F006C9
Tints of Hot Magenta #F006C9
RGB
CMYK
RGB Variations
Color information
#F006C9 (or 0xF006C9) is known color: Hot Magenta. HEX triplet: F0, 06 and C9. RGB value is (240,6,201). Sum of RGB (Red+Green+Blue) = 240+6+201=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F006C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006C9 is #0FF936. Grayscale: #616161. Windows color (decimal): -1046839 or 13174512. OLE color: 13174512.
HSL color Cylindrical-coordinate representation of color #F006C9: hue angle of 310º 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 #F006C9 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 201 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.06 |
| HSL | 310º | 0.95% | 0.48% | - |
| HSV(B) | 310º | 0.98% | 0.94% | - |
| XYZ | 46.54 | 22.87 | 57.22 | - |
| YUV | 98.2 | 186.02 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 201 | 0 | 0.98 | 0.16 | 0.06 | 310 | 0.95 | 0.48 |
| Hex | F0 | 6 | C9 | 0 | 62 | 10 | 6 | 136 | 5F | 30 |
| Octal | 360 | 6 | 311 | 0 | 142 | 20 | 6 | 466 | 137 | 60 |
| Binary | 11110000 | 110 | 11001001 | 0 | 1100010 | 10000 | 110 | 100110110 | 1011111 | 110000 |
Color Harmonies of #F006C9
Complementary color
Monochromatic Colors of #F006C9
Black with #F006C9
Text Example
Text Example
White with #F006C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006C9; }
p { color: rgb(240,6,201); }
H1.HeaderClassName
{
color: #F006C9;
}
.AnyTagClassName
{
color: #F006C9;
}
</style>
background-color css
<style>
a { background-color: #F006C9; }
a { background-color: rgb(240,6,201); }
div.DivClassName
{
background-color: #F006C9;
}
.BgClassName
{
background-color: #F006C9;
}
</style>
border-color css
<style>
span { border-color: #F006C9; }
span { border-color: rgb(240,6,201); }
td.TdClassName
{
border-color: #F006C9;
}
.TagClassName
{
border-color: #F006C9;
}
</style>