Shades of Hot Magenta #F40BD3
Tints of Hot Magenta #F40BD3
RGB
CMYK
RGB Variations
Color information
#F40BD3 (or 0xF40BD3) is known color: Hot Magenta. HEX triplet: F4, 0B and D3. RGB value is (244,11,211). Sum of RGB (Red+Green+Blue) = 244+11+211=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BD3 is #0BF42C. Grayscale: #666666. Windows color (decimal): -783405 or 13831156. OLE color: 13831156.
HSL color Cylindrical-coordinate representation of color #F40BD3: hue angle of 308.5º 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 #F40BD3 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 211 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.04 |
| HSL | 308.5º | 0.91% | 0.5% | - |
| HSV(B) | 308.5º | 0.95% | 0.96% | - |
| XYZ | 49.19 | 24.18 | 63.7 | - |
| YUV | 103.47 | 188.69 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 211 | 0 | 0.95 | 0.14 | 0.04 | 308.5 | 0.91 | 0.5 |
| Hex | F4 | B | D3 | 0 | 5F | E | 4 | 134 | 5B | 32 |
| Octal | 364 | 13 | 323 | 0 | 137 | 16 | 4 | 464 | 133 | 62 |
| Binary | 11110100 | 1011 | 11010011 | 0 | 1011111 | 1110 | 100 | 100110100 | 1011011 | 110010 |
Color Harmonies of #F40BD3
Complementary color
Monochromatic Colors of #F40BD3
Black with #F40BD3
Text Example
Text Example
White with #F40BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BD3; }
p { color: rgb(244,11,211); }
H1.HeaderClassName
{
color: #F40BD3;
}
.AnyTagClassName
{
color: #F40BD3;
}
</style>
background-color css
<style>
a { background-color: #F40BD3; }
a { background-color: rgb(244,11,211); }
div.DivClassName
{
background-color: #F40BD3;
}
.BgClassName
{
background-color: #F40BD3;
}
</style>
border-color css
<style>
span { border-color: #F40BD3; }
span { border-color: rgb(244,11,211); }
td.TdClassName
{
border-color: #F40BD3;
}
.TagClassName
{
border-color: #F40BD3;
}
</style>