Shades of Hot Magenta #FF00DA
Tints of Hot Magenta #FF00DA
RGB
CMYK
RGB Variations
Color information
#FF00DA (or 0xFF00DA) is known color: Hot Magenta. HEX triplet: FF, 00 and DA. RGB value is (255,0,218). Sum of RGB (Red+Green+Blue) = 255+0+218=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00DA is #00FF25. Grayscale: #646464. Windows color (decimal): -65318 or 14287103. OLE color: 14287103.
HSL color Cylindrical-coordinate representation of color #FF00DA: hue angle of 308.71º 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 #FF00DA is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.15 | 0 |
| HSL | 308.71º | 1% | 0.5% | - |
| HSV(B) | 308.71º | 1% | 1% | - |
| XYZ | 53.89 | 26.32 | 68.57 | - |
| YUV | 101.1 | 193.98 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 218 | 0 | 1 | 0.15 | 0 | 308.71 | 1 | 0.5 |
| Hex | FF | 0 | DA | 0 | 64 | F | 0 | 135 | 64 | 32 |
| Octal | 377 | 0 | 332 | 0 | 144 | 17 | 0 | 465 | 144 | 62 |
| Binary | 11111111 | 0 | 11011010 | 0 | 1100100 | 1111 | 0 | 100110101 | 1100100 | 110010 |
Color Harmonies of #FF00DA
Complementary color
Monochromatic Colors of #FF00DA
Black with #FF00DA
Text Example
Text Example
White with #FF00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00DA; }
p { color: rgb(255,0,218); }
H1.HeaderClassName
{
color: #FF00DA;
}
.AnyTagClassName
{
color: #FF00DA;
}
</style>
background-color css
<style>
a { background-color: #FF00DA; }
a { background-color: rgb(255,0,218); }
div.DivClassName
{
background-color: #FF00DA;
}
.BgClassName
{
background-color: #FF00DA;
}
</style>
border-color css
<style>
span { border-color: #FF00DA; }
span { border-color: rgb(255,0,218); }
td.TdClassName
{
border-color: #FF00DA;
}
.TagClassName
{
border-color: #FF00DA;
}
</style>