Shades of Hot Magenta #F40BDA
Tints of Hot Magenta #F40BDA
RGB
CMYK
RGB Variations
Color information
#F40BDA (or 0xF40BDA) is known color: Hot Magenta. HEX triplet: F4, 0B and DA. RGB value is (244,11,218). Sum of RGB (Red+Green+Blue) = 244+11+218=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BDA is #0BF425. Grayscale: #676767. Windows color (decimal): -783398 or 14289908. OLE color: 14289908.
HSL color Cylindrical-coordinate representation of color #F40BDA: hue angle of 306.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BDA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.04 |
| HSL | 306.7º | 0.91% | 0.5% | - |
| HSV(B) | 306.7º | 0.95% | 0.96% | - |
| XYZ | 50.08 | 24.53 | 68.43 | - |
| YUV | 104.27 | 192.19 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 218 | 0 | 0.95 | 0.11 | 0.04 | 306.7 | 0.91 | 0.5 |
| Hex | F4 | B | DA | 0 | 5F | B | 4 | 133 | 5B | 32 |
| Octal | 364 | 13 | 332 | 0 | 137 | 13 | 4 | 463 | 133 | 62 |
| Binary | 11110100 | 1011 | 11011010 | 0 | 1011111 | 1011 | 100 | 100110011 | 1011011 | 110010 |
Color Harmonies of #F40BDA
Complementary color
Monochromatic Colors of #F40BDA
Black with #F40BDA
Text Example
Text Example
White with #F40BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BDA; }
p { color: rgb(244,11,218); }
H1.HeaderClassName
{
color: #F40BDA;
}
.AnyTagClassName
{
color: #F40BDA;
}
</style>
background-color css
<style>
a { background-color: #F40BDA; }
a { background-color: rgb(244,11,218); }
div.DivClassName
{
background-color: #F40BDA;
}
.BgClassName
{
background-color: #F40BDA;
}
</style>
border-color css
<style>
span { border-color: #F40BDA; }
span { border-color: rgb(244,11,218); }
td.TdClassName
{
border-color: #F40BDA;
}
.TagClassName
{
border-color: #F40BDA;
}
</style>