Shades of Hot Magenta #F304DD
Tints of Hot Magenta #F304DD
RGB
CMYK
RGB Variations
Color information
#F304DD (or 0xF304DD) is known color: Hot Magenta. HEX triplet: F3, 04 and DD. RGB value is (243,4,221). Sum of RGB (Red+Green+Blue) = 243+4+221=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DD is #0CFB22. Grayscale: #636363. Windows color (decimal): -850723 or 14484723. OLE color: 14484723.
HSL color Cylindrical-coordinate representation of color #F304DD: hue angle of 305.52º 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 #F304DD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.52º | 0.97% | 0.48% | - |
| HSV(B) | 305.52º | 0.98% | 0.95% | - |
| XYZ | 50.06 | 24.36 | 70.47 | - |
| YUV | 100.2 | 196.18 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 221 | 0 | 0.98 | 0.09 | 0.05 | 305.52 | 0.97 | 0.48 |
| Hex | F3 | 4 | DD | 0 | 62 | 9 | 5 | 132 | 61 | 30 |
| Octal | 363 | 4 | 335 | 0 | 142 | 11 | 5 | 462 | 141 | 60 |
| Binary | 11110011 | 100 | 11011101 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F304DD
Complementary color
Monochromatic Colors of #F304DD
Black with #F304DD
Text Example
Text Example
White with #F304DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304DD; }
p { color: rgb(243,4,221); }
H1.HeaderClassName
{
color: #F304DD;
}
.AnyTagClassName
{
color: #F304DD;
}
</style>
background-color css
<style>
a { background-color: #F304DD; }
a { background-color: rgb(243,4,221); }
div.DivClassName
{
background-color: #F304DD;
}
.BgClassName
{
background-color: #F304DD;
}
</style>
border-color css
<style>
span { border-color: #F304DD; }
span { border-color: rgb(243,4,221); }
td.TdClassName
{
border-color: #F304DD;
}
.TagClassName
{
border-color: #F304DD;
}
</style>