Shades of Hot Magenta #F30BDB
Tints of Hot Magenta #F30BDB
RGB
CMYK
RGB Variations
Color information
#F30BDB (or 0xF30BDB) is known color: Hot Magenta. HEX triplet: F3, 0B and DB. RGB value is (243,11,219). Sum of RGB (Red+Green+Blue) = 243+11+219=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BDB is #0CF424. Grayscale: #676767. Windows color (decimal): -848933 or 14355443. OLE color: 14355443.
HSL color Cylindrical-coordinate representation of color #F30BDB: hue angle of 306.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BDB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.21º | 0.91% | 0.5% | - |
| HSV(B) | 306.21º | 0.95% | 0.95% | - |
| XYZ | 49.87 | 24.41 | 69.1 | - |
| YUV | 104.08 | 192.86 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 219 | 0 | 0.95 | 0.10 | 0.05 | 306.21 | 0.91 | 0.5 |
| Hex | F3 | B | DB | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 363 | 13 | 333 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1011 | 11011011 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30BDB
Complementary color
Monochromatic Colors of #F30BDB
Black with #F30BDB
Text Example
Text Example
White with #F30BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BDB; }
p { color: rgb(243,11,219); }
H1.HeaderClassName
{
color: #F30BDB;
}
.AnyTagClassName
{
color: #F30BDB;
}
</style>
background-color css
<style>
a { background-color: #F30BDB; }
a { background-color: rgb(243,11,219); }
div.DivClassName
{
background-color: #F30BDB;
}
.BgClassName
{
background-color: #F30BDB;
}
</style>
border-color css
<style>
span { border-color: #F30BDB; }
span { border-color: rgb(243,11,219); }
td.TdClassName
{
border-color: #F30BDB;
}
.TagClassName
{
border-color: #F30BDB;
}
</style>