Shades of Hot Magenta #F00BD4
Tints of Hot Magenta #F00BD4
RGB
CMYK
RGB Variations
Color information
#F00BD4 (or 0xF00BD4) is known color: Hot Magenta. HEX triplet: F0, 0B and D4. RGB value is (240,11,212). Sum of RGB (Red+Green+Blue) = 240+11+212=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BD4 is #0FF42B. Grayscale: #656565. Windows color (decimal): -1045548 or 13896688. OLE color: 13896688.
HSL color Cylindrical-coordinate representation of color #F00BD4: hue angle of 307.34º degrees, saturation: 0.91, 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 #F00BD4 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 212 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.06 |
| HSL | 307.34º | 0.91% | 0.49% | - |
| HSV(B) | 307.34º | 0.95% | 0.94% | - |
| XYZ | 47.94 | 23.52 | 64.3 | - |
| YUV | 102.39 | 189.87 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 212 | 0 | 0.95 | 0.12 | 0.06 | 307.34 | 0.91 | 0.49 |
| Hex | F0 | B | D4 | 0 | 5F | C | 6 | 133 | 5B | 31 |
| Octal | 360 | 13 | 324 | 0 | 137 | 14 | 6 | 463 | 133 | 61 |
| Binary | 11110000 | 1011 | 11010100 | 0 | 1011111 | 1100 | 110 | 100110011 | 1011011 | 110001 |
Color Harmonies of #F00BD4
Complementary color
Monochromatic Colors of #F00BD4
Black with #F00BD4
Text Example
Text Example
White with #F00BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BD4; }
p { color: rgb(240,11,212); }
H1.HeaderClassName
{
color: #F00BD4;
}
.AnyTagClassName
{
color: #F00BD4;
}
</style>
background-color css
<style>
a { background-color: #F00BD4; }
a { background-color: rgb(240,11,212); }
div.DivClassName
{
background-color: #F00BD4;
}
.BgClassName
{
background-color: #F00BD4;
}
</style>
border-color css
<style>
span { border-color: #F00BD4; }
span { border-color: rgb(240,11,212); }
td.TdClassName
{
border-color: #F00BD4;
}
.TagClassName
{
border-color: #F00BD4;
}
</style>