Shades of Magenta #F304F7
Tints of Magenta #F304F7
RGB
CMYK
RGB Variations
Color information
#F304F7 (or 0xF304F7) is known color: Magenta. HEX triplet: F3, 04 and F7. RGB value is (243,4,247). Sum of RGB (Red+Green+Blue) = 243+4+247=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #F304F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304F7 is #0CFB08. Grayscale: #666666. Windows color (decimal): -850697 or 16188659. OLE color: 16188659.
HSL color Cylindrical-coordinate representation of color #F304F7: hue angle of 299.01º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304F7 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 4 | 247 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.03 |
| HSL | 299.01º | 0.97% | 0.49% | - |
| HSV(B) | 299.01º | 0.98% | 0.97% | - |
| XYZ | 53.79 | 25.86 | 90.15 | - |
| YUV | 103.16 | 209.18 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 247 | 0.02 | 0.98 | 0 | 0.03 | 299.01 | 0.97 | 0.49 |
| Hex | F3 | 4 | F7 | 2 | 62 | 0 | 3 | 12B | 61 | 31 |
| Octal | 363 | 4 | 367 | 2 | 142 | 0 | 3 | 453 | 141 | 61 |
| Binary | 11110011 | 100 | 11110111 | 10 | 1100010 | 0 | 11 | 100101011 | 1100001 | 110001 |
Color Harmonies of #F304F7
Complementary color
Monochromatic Colors of #F304F7
Black with #F304F7
Text Example
Text Example
White with #F304F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304F7; }
p { color: rgb(243,4,247); }
H1.HeaderClassName
{
color: #F304F7;
}
.AnyTagClassName
{
color: #F304F7;
}
</style>
background-color css
<style>
a { background-color: #F304F7; }
a { background-color: rgb(243,4,247); }
div.DivClassName
{
background-color: #F304F7;
}
.BgClassName
{
background-color: #F304F7;
}
</style>
border-color css
<style>
span { border-color: #F304F7; }
span { border-color: rgb(243,4,247); }
td.TdClassName
{
border-color: #F304F7;
}
.TagClassName
{
border-color: #F304F7;
}
</style>