Shades of Hot Magenta #F000DF
Tints of Hot Magenta #F000DF
RGB
CMYK
RGB Variations
Color information
#F000DF (or 0xF000DF) is known color: Hot Magenta. HEX triplet: F0, 00 and DF. RGB value is (240,0,223). Sum of RGB (Red+Green+Blue) = 240+0+223=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F000DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000DF is #0FFF20. Grayscale: #606060. Windows color (decimal): -1048353 or 14614768. OLE color: 14614768.
HSL color Cylindrical-coordinate representation of color #F000DF: hue angle of 304.25º 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 #F000DF is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.07 | 0.06 |
| HSL | 304.25º | 1% | 0.47% | - |
| HSV(B) | 304.25º | 1% | 0.94% | - |
| XYZ | 49.25 | 23.85 | 71.82 | - |
| YUV | 97.18 | 199.01 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 223 | 0 | 1 | 0.07 | 0.06 | 304.25 | 1 | 0.47 |
| Hex | F0 | 0 | DF | 0 | 64 | 7 | 6 | 130 | 64 | 2F |
| Octal | 360 | 0 | 337 | 0 | 144 | 7 | 6 | 460 | 144 | 57 |
| Binary | 11110000 | 0 | 11011111 | 0 | 1100100 | 111 | 110 | 100110000 | 1100100 | 101111 |
Color Harmonies of #F000DF
Complementary color
Monochromatic Colors of #F000DF
Black with #F000DF
Text Example
Text Example
White with #F000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000DF; }
p { color: rgb(240,0,223); }
H1.HeaderClassName
{
color: #F000DF;
}
.AnyTagClassName
{
color: #F000DF;
}
</style>
background-color css
<style>
a { background-color: #F000DF; }
a { background-color: rgb(240,0,223); }
div.DivClassName
{
background-color: #F000DF;
}
.BgClassName
{
background-color: #F000DF;
}
</style>
border-color css
<style>
span { border-color: #F000DF; }
span { border-color: rgb(240,0,223); }
td.TdClassName
{
border-color: #F000DF;
}
.TagClassName
{
border-color: #F000DF;
}
</style>