Shades of Hot Magenta #FF00DF
Tints of Hot Magenta #FF00DF
RGB
CMYK
RGB Variations
Color information
#FF00DF (or 0xFF00DF) is known color: Hot Magenta. HEX triplet: FF, 00 and DF. RGB value is (255,0,223). Sum of RGB (Red+Green+Blue) = 255+0+223=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00DF is #00FF20. Grayscale: #656565. Windows color (decimal): -65313 or 14614783. OLE color: 14614783.
HSL color Cylindrical-coordinate representation of color #FF00DF: hue angle of 307.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00DF is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.13 | 0 |
| HSL | 307.53º | 1% | 0.5% | - |
| HSV(B) | 307.53º | 1% | 1% | - |
| XYZ | 54.56 | 26.59 | 72.07 | - |
| YUV | 101.67 | 196.48 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 223 | 0 | 1 | 0.13 | 0 | 307.53 | 1 | 0.5 |
| Hex | FF | 0 | DF | 0 | 64 | D | 0 | 134 | 64 | 32 |
| Octal | 377 | 0 | 337 | 0 | 144 | 15 | 0 | 464 | 144 | 62 |
| Binary | 11111111 | 0 | 11011111 | 0 | 1100100 | 1101 | 0 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FF00DF
Complementary color
Monochromatic Colors of #FF00DF
Black with #FF00DF
Text Example
Text Example
White with #FF00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00DF; }
p { color: rgb(255,0,223); }
H1.HeaderClassName
{
color: #FF00DF;
}
.AnyTagClassName
{
color: #FF00DF;
}
</style>
background-color css
<style>
a { background-color: #FF00DF; }
a { background-color: rgb(255,0,223); }
div.DivClassName
{
background-color: #FF00DF;
}
.BgClassName
{
background-color: #FF00DF;
}
</style>
border-color css
<style>
span { border-color: #FF00DF; }
span { border-color: rgb(255,0,223); }
td.TdClassName
{
border-color: #FF00DF;
}
.TagClassName
{
border-color: #FF00DF;
}
</style>