Shades of Hot Magenta #F40BD1
Tints of Hot Magenta #F40BD1
RGB
CMYK
RGB Variations
Color information
#F40BD1 (or 0xF40BD1) is known color: Hot Magenta. HEX triplet: F4, 0B and D1. RGB value is (244,11,209). Sum of RGB (Red+Green+Blue) = 244+11+209=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BD1 is #0BF42E. Grayscale: #666666. Windows color (decimal): -783407 or 13700084. OLE color: 13700084.
HSL color Cylindrical-coordinate representation of color #F40BD1: hue angle of 309.01º 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 #F40BD1 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 209 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.04 |
| HSL | 309.01º | 0.91% | 0.5% | - |
| HSV(B) | 309.01º | 0.95% | 0.96% | - |
| XYZ | 48.94 | 24.08 | 62.39 | - |
| YUV | 103.24 | 187.69 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 209 | 0 | 0.95 | 0.14 | 0.04 | 309.01 | 0.91 | 0.5 |
| Hex | F4 | B | D1 | 0 | 5F | E | 4 | 135 | 5B | 32 |
| Octal | 364 | 13 | 321 | 0 | 137 | 16 | 4 | 465 | 133 | 62 |
| Binary | 11110100 | 1011 | 11010001 | 0 | 1011111 | 1110 | 100 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F40BD1
Complementary color
Monochromatic Colors of #F40BD1
Black with #F40BD1
Text Example
Text Example
White with #F40BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BD1; }
p { color: rgb(244,11,209); }
H1.HeaderClassName
{
color: #F40BD1;
}
.AnyTagClassName
{
color: #F40BD1;
}
</style>
background-color css
<style>
a { background-color: #F40BD1; }
a { background-color: rgb(244,11,209); }
div.DivClassName
{
background-color: #F40BD1;
}
.BgClassName
{
background-color: #F40BD1;
}
</style>
border-color css
<style>
span { border-color: #F40BD1; }
span { border-color: rgb(244,11,209); }
td.TdClassName
{
border-color: #F40BD1;
}
.TagClassName
{
border-color: #F40BD1;
}
</style>