Shades of Hot Magenta #F000C0
Tints of Hot Magenta #F000C0
RGB
CMYK
RGB Variations
Color information
#F000C0 (or 0xF000C0) is known color: Hot Magenta. HEX triplet: F0, 00 and C0. RGB value is (240,0,192). Sum of RGB (Red+Green+Blue) = 240+0+192=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F000C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000C0 is #0FFF3F. Grayscale: #5D5D5D. Windows color (decimal): -1048384 or 12583152. OLE color: 12583152.
HSL color Cylindrical-coordinate representation of color #F000C0: hue angle of 312º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000C0 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.20 | 0.06 |
| HSL | 312º | 1% | 0.47% | - |
| HSV(B) | 312º | 1% | 0.94% | - |
| XYZ | 45.45 | 22.33 | 51.78 | - |
| YUV | 93.65 | 183.51 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 192 | 0 | 1 | 0.20 | 0.06 | 312 | 1 | 0.47 |
| Hex | F0 | 0 | C0 | 0 | 64 | 14 | 6 | 138 | 64 | 2F |
| Octal | 360 | 0 | 300 | 0 | 144 | 24 | 6 | 470 | 144 | 57 |
| Binary | 11110000 | 0 | 11000000 | 0 | 1100100 | 10100 | 110 | 100111000 | 1100100 | 101111 |
Color Harmonies of #F000C0
Complementary color
Monochromatic Colors of #F000C0
Black with #F000C0
Text Example
Text Example
White with #F000C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000C0; }
p { color: rgb(240,0,192); }
H1.HeaderClassName
{
color: #F000C0;
}
.AnyTagClassName
{
color: #F000C0;
}
</style>
background-color css
<style>
a { background-color: #F000C0; }
a { background-color: rgb(240,0,192); }
div.DivClassName
{
background-color: #F000C0;
}
.BgClassName
{
background-color: #F000C0;
}
</style>
border-color css
<style>
span { border-color: #F000C0; }
span { border-color: rgb(240,0,192); }
td.TdClassName
{
border-color: #F000C0;
}
.TagClassName
{
border-color: #F000C0;
}
</style>