Shades of Hot Magenta #F00CDA
Tints of Hot Magenta #F00CDA
RGB
CMYK
RGB Variations
Color information
#F00CDA (or 0xF00CDA) is known color: Hot Magenta. HEX triplet: F0, 0C and DA. RGB value is (240,12,218). Sum of RGB (Red+Green+Blue) = 240+12+218=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CDA is #0FF325. Grayscale: #676767. Windows color (decimal): -1045286 or 14290160. OLE color: 14290160.
HSL color Cylindrical-coordinate representation of color #F00CDA: hue angle of 305.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CDA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.06 |
| HSL | 305.79º | 0.9% | 0.49% | - |
| HSV(B) | 305.79º | 0.95% | 0.94% | - |
| XYZ | 48.72 | 23.85 | 68.37 | - |
| YUV | 103.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 218 | 0 | 0.95 | 0.09 | 0.06 | 305.79 | 0.9 | 0.49 |
| Hex | F0 | C | DA | 0 | 5F | 9 | 6 | 132 | 5A | 31 |
| Octal | 360 | 14 | 332 | 0 | 137 | 11 | 6 | 462 | 132 | 61 |
| Binary | 11110000 | 1100 | 11011010 | 0 | 1011111 | 1001 | 110 | 100110010 | 1011010 | 110001 |
Color Harmonies of #F00CDA
Complementary color
Monochromatic Colors of #F00CDA
Black with #F00CDA
Text Example
Text Example
White with #F00CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CDA; }
p { color: rgb(240,12,218); }
H1.HeaderClassName
{
color: #F00CDA;
}
.AnyTagClassName
{
color: #F00CDA;
}
</style>
background-color css
<style>
a { background-color: #F00CDA; }
a { background-color: rgb(240,12,218); }
div.DivClassName
{
background-color: #F00CDA;
}
.BgClassName
{
background-color: #F00CDA;
}
</style>
border-color css
<style>
span { border-color: #F00CDA; }
span { border-color: rgb(240,12,218); }
td.TdClassName
{
border-color: #F00CDA;
}
.TagClassName
{
border-color: #F00CDA;
}
</style>