Shades of Hot Magenta #F304DC
Tints of Hot Magenta #F304DC
RGB
CMYK
RGB Variations
Color information
#F304DC (or 0xF304DC) is known color: Hot Magenta. HEX triplet: F3, 04 and DC. RGB value is (243,4,220). Sum of RGB (Red+Green+Blue) = 243+4+220=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DC is #0CFB23. Grayscale: #636363. Windows color (decimal): -850724 or 14419187. OLE color: 14419187.
HSL color Cylindrical-coordinate representation of color #F304DC: hue angle of 305.77º 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 #F304DC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 220 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.77º | 0.97% | 0.48% | - |
| HSV(B) | 305.77º | 0.98% | 0.95% | - |
| XYZ | 49.92 | 24.31 | 69.77 | - |
| YUV | 100.09 | 195.68 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 220 | 0 | 0.98 | 0.09 | 0.05 | 305.77 | 0.97 | 0.48 |
| Hex | F3 | 4 | DC | 0 | 62 | 9 | 5 | 132 | 61 | 30 |
| Octal | 363 | 4 | 334 | 0 | 142 | 11 | 5 | 462 | 141 | 60 |
| Binary | 11110011 | 100 | 11011100 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F304DC
Complementary color
Monochromatic Colors of #F304DC
Black with #F304DC
Text Example
Text Example
White with #F304DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304DC; }
p { color: rgb(243,4,220); }
H1.HeaderClassName
{
color: #F304DC;
}
.AnyTagClassName
{
color: #F304DC;
}
</style>
background-color css
<style>
a { background-color: #F304DC; }
a { background-color: rgb(243,4,220); }
div.DivClassName
{
background-color: #F304DC;
}
.BgClassName
{
background-color: #F304DC;
}
</style>
border-color css
<style>
span { border-color: #F304DC; }
span { border-color: rgb(243,4,220); }
td.TdClassName
{
border-color: #F304DC;
}
.TagClassName
{
border-color: #F304DC;
}
</style>