Shades of Hot Magenta #F30FDB
Tints of Hot Magenta #F30FDB
RGB
CMYK
RGB Variations
Color information
#F30FDB (or 0xF30FDB) is known color: Hot Magenta. HEX triplet: F3, 0F and DB. RGB value is (243,15,219). Sum of RGB (Red+Green+Blue) = 243+15+219=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FDB is #0CF024. Grayscale: #696969. Windows color (decimal): -847909 or 14356467. OLE color: 14356467.
HSL color Cylindrical-coordinate representation of color #F30FDB: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FDB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 219 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.05 |
| HSL | 306.32º | 0.9% | 0.51% | - |
| HSV(B) | 306.32º | 0.94% | 0.95% | - |
| XYZ | 49.92 | 24.51 | 69.12 | - |
| YUV | 106.43 | 191.54 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 219 | 0 | 0.94 | 0.10 | 0.05 | 306.32 | 0.9 | 0.51 |
| Hex | F3 | F | DB | 0 | 5E | A | 5 | 132 | 5A | 33 |
| Octal | 363 | 17 | 333 | 0 | 136 | 12 | 5 | 462 | 132 | 63 |
| Binary | 11110011 | 1111 | 11011011 | 0 | 1011110 | 1010 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F30FDB
Complementary color
Monochromatic Colors of #F30FDB
Black with #F30FDB
Text Example
Text Example
White with #F30FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FDB; }
p { color: rgb(243,15,219); }
H1.HeaderClassName
{
color: #F30FDB;
}
.AnyTagClassName
{
color: #F30FDB;
}
</style>
background-color css
<style>
a { background-color: #F30FDB; }
a { background-color: rgb(243,15,219); }
div.DivClassName
{
background-color: #F30FDB;
}
.BgClassName
{
background-color: #F30FDB;
}
</style>
border-color css
<style>
span { border-color: #F30FDB; }
span { border-color: rgb(243,15,219); }
td.TdClassName
{
border-color: #F30FDB;
}
.TagClassName
{
border-color: #F30FDB;
}
</style>