Shades of Hot Magenta #F304D3
Tints of Hot Magenta #F304D3
RGB
CMYK
RGB Variations
Color information
#F304D3 (or 0xF304D3) is known color: Hot Magenta. HEX triplet: F3, 04 and D3. RGB value is (243,4,211). Sum of RGB (Red+Green+Blue) = 243+4+211=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F304D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304D3 is #0CFB2C. Grayscale: #626262. Windows color (decimal): -850733 or 13829363. OLE color: 13829363.
HSL color Cylindrical-coordinate representation of color #F304D3: hue angle of 308.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 #F304D3 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 211 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.05 |
| HSL | 308.03º | 0.97% | 0.48% | - |
| HSV(B) | 308.03º | 0.98% | 0.95% | - |
| XYZ | 48.76 | 23.84 | 63.66 | - |
| YUV | 99.06 | 191.18 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 211 | 0 | 0.98 | 0.13 | 0.05 | 308.03 | 0.97 | 0.48 |
| Hex | F3 | 4 | D3 | 0 | 62 | D | 5 | 134 | 61 | 30 |
| Octal | 363 | 4 | 323 | 0 | 142 | 15 | 5 | 464 | 141 | 60 |
| Binary | 11110011 | 100 | 11010011 | 0 | 1100010 | 1101 | 101 | 100110100 | 1100001 | 110000 |
Color Harmonies of #F304D3
Complementary color
Monochromatic Colors of #F304D3
Black with #F304D3
Text Example
Text Example
White with #F304D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304D3; }
p { color: rgb(243,4,211); }
H1.HeaderClassName
{
color: #F304D3;
}
.AnyTagClassName
{
color: #F304D3;
}
</style>
background-color css
<style>
a { background-color: #F304D3; }
a { background-color: rgb(243,4,211); }
div.DivClassName
{
background-color: #F304D3;
}
.BgClassName
{
background-color: #F304D3;
}
</style>
border-color css
<style>
span { border-color: #F304D3; }
span { border-color: rgb(243,4,211); }
td.TdClassName
{
border-color: #F304D3;
}
.TagClassName
{
border-color: #F304D3;
}
</style>