Shades of Hot Magenta #F30EDB
Tints of Hot Magenta #F30EDB
RGB
CMYK
RGB Variations
Color information
#F30EDB (or 0xF30EDB) is known color: Hot Magenta. HEX triplet: F3, 0E and DB. RGB value is (243,14,219). Sum of RGB (Red+Green+Blue) = 243+14+219=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EDB is #0CF124. Grayscale: #696969. Windows color (decimal): -848165 or 14356211. OLE color: 14356211.
HSL color Cylindrical-coordinate representation of color #F30EDB: hue angle of 306.29º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30EDB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.05 |
| HSL | 306.29º | 0.91% | 0.5% | - |
| HSV(B) | 306.29º | 0.94% | 0.95% | - |
| XYZ | 49.91 | 24.48 | 69.11 | - |
| YUV | 105.84 | 191.87 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 219 | 0 | 0.94 | 0.10 | 0.05 | 306.29 | 0.91 | 0.5 |
| Hex | F3 | E | DB | 0 | 5E | A | 5 | 132 | 5B | 32 |
| Octal | 363 | 16 | 333 | 0 | 136 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1110 | 11011011 | 0 | 1011110 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30EDB
Complementary color
Monochromatic Colors of #F30EDB
Black with #F30EDB
Text Example
Text Example
White with #F30EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EDB; }
p { color: rgb(243,14,219); }
H1.HeaderClassName
{
color: #F30EDB;
}
.AnyTagClassName
{
color: #F30EDB;
}
</style>
background-color css
<style>
a { background-color: #F30EDB; }
a { background-color: rgb(243,14,219); }
div.DivClassName
{
background-color: #F30EDB;
}
.BgClassName
{
background-color: #F30EDB;
}
</style>
border-color css
<style>
span { border-color: #F30EDB; }
span { border-color: rgb(243,14,219); }
td.TdClassName
{
border-color: #F30EDB;
}
.TagClassName
{
border-color: #F30EDB;
}
</style>