Shades of Hot Magenta #F304DB
Tints of Hot Magenta #F304DB
RGB
CMYK
RGB Variations
Color information
#F304DB (or 0xF304DB) is known color: Hot Magenta. HEX triplet: F3, 04 and DB. RGB value is (243,4,219). Sum of RGB (Red+Green+Blue) = 243+4+219=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DB is #0CFB24. Grayscale: #636363. Windows color (decimal): -850725 or 14353651. OLE color: 14353651.
HSL color Cylindrical-coordinate representation of color #F304DB: hue angle of 306.03º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.03º | 0.97% | 0.48% | - |
| HSV(B) | 306.03º | 0.98% | 0.95% | - |
| XYZ | 49.79 | 24.26 | 69.08 | - |
| YUV | 99.97 | 195.18 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 219 | 0 | 0.98 | 0.10 | 0.05 | 306.03 | 0.97 | 0.48 |
| Hex | F3 | 4 | DB | 0 | 62 | A | 5 | 132 | 61 | 30 |
| Octal | 363 | 4 | 333 | 0 | 142 | 12 | 5 | 462 | 141 | 60 |
| Binary | 11110011 | 100 | 11011011 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F304DB
Complementary color
Monochromatic Colors of #F304DB
Black with #F304DB
Text Example
Text Example
White with #F304DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304DB; }
p { color: rgb(243,4,219); }
H1.HeaderClassName
{
color: #F304DB;
}
.AnyTagClassName
{
color: #F304DB;
}
</style>
background-color css
<style>
a { background-color: #F304DB; }
a { background-color: rgb(243,4,219); }
div.DivClassName
{
background-color: #F304DB;
}
.BgClassName
{
background-color: #F304DB;
}
</style>
border-color css
<style>
span { border-color: #F304DB; }
span { border-color: rgb(243,4,219); }
td.TdClassName
{
border-color: #F304DB;
}
.TagClassName
{
border-color: #F304DB;
}
</style>