Shades of Hot Magenta #F304DA
Tints of Hot Magenta #F304DA
RGB
CMYK
RGB Variations
Color information
#F304DA (or 0xF304DA) is known color: Hot Magenta. HEX triplet: F3, 04 and DA. RGB value is (243,4,218). Sum of RGB (Red+Green+Blue) = 243+4+218=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DA is #0CFB25. Grayscale: #636363. Windows color (decimal): -850726 or 14288115. OLE color: 14288115.
HSL color Cylindrical-coordinate representation of color #F304DA: hue angle of 306.28º 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 #F304DA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.28º | 0.97% | 0.48% | - |
| HSV(B) | 306.28º | 0.98% | 0.95% | - |
| XYZ | 49.66 | 24.2 | 68.38 | - |
| YUV | 99.86 | 194.68 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 218 | 0 | 0.98 | 0.10 | 0.05 | 306.28 | 0.97 | 0.48 |
| Hex | F3 | 4 | DA | 0 | 62 | A | 5 | 132 | 61 | 30 |
| Octal | 363 | 4 | 332 | 0 | 142 | 12 | 5 | 462 | 141 | 60 |
| Binary | 11110011 | 100 | 11011010 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F304DA
Complementary color
Monochromatic Colors of #F304DA
Black with #F304DA
Text Example
Text Example
White with #F304DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304DA; }
p { color: rgb(243,4,218); }
H1.HeaderClassName
{
color: #F304DA;
}
.AnyTagClassName
{
color: #F304DA;
}
</style>
background-color css
<style>
a { background-color: #F304DA; }
a { background-color: rgb(243,4,218); }
div.DivClassName
{
background-color: #F304DA;
}
.BgClassName
{
background-color: #F304DA;
}
</style>
border-color css
<style>
span { border-color: #F304DA; }
span { border-color: rgb(243,4,218); }
td.TdClassName
{
border-color: #F304DA;
}
.TagClassName
{
border-color: #F304DA;
}
</style>