Shades of Magenta #F304FC
Tints of Magenta #F304FC
RGB
CMYK
RGB Variations
Color information
#F304FC (or 0xF304FC) is known color: Magenta. HEX triplet: F3, 04 and FC. RGB value is (243,4,252). Sum of RGB (Red+Green+Blue) = 243+4+252=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #F304FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304FC is #0CFB03. Grayscale: #666666. Windows color (decimal): -850692 or 16516339. OLE color: 16516339.
HSL color Cylindrical-coordinate representation of color #F304FC: hue angle of 297.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304FC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 4 | 252 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.01 |
| HSL | 297.82º | 0.98% | 0.5% | - |
| HSV(B) | 297.82º | 0.98% | 0.99% | - |
| XYZ | 54.58 | 26.17 | 94.27 | - |
| YUV | 103.73 | 211.68 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 252 | 0.04 | 0.98 | 0 | 0.01 | 297.82 | 0.98 | 0.5 |
| Hex | F3 | 4 | FC | 4 | 62 | 0 | 1 | 12A | 62 | 32 |
| Octal | 363 | 4 | 374 | 4 | 142 | 0 | 1 | 452 | 142 | 62 |
| Binary | 11110011 | 100 | 11111100 | 100 | 1100010 | 0 | 1 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F304FC
Complementary color
Monochromatic Colors of #F304FC
Black with #F304FC
Text Example
Text Example
White with #F304FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304FC; }
p { color: rgb(243,4,252); }
H1.HeaderClassName
{
color: #F304FC;
}
.AnyTagClassName
{
color: #F304FC;
}
</style>
background-color css
<style>
a { background-color: #F304FC; }
a { background-color: rgb(243,4,252); }
div.DivClassName
{
background-color: #F304FC;
}
.BgClassName
{
background-color: #F304FC;
}
</style>
border-color css
<style>
span { border-color: #F304FC; }
span { border-color: rgb(243,4,252); }
td.TdClassName
{
border-color: #F304FC;
}
.TagClassName
{
border-color: #F304FC;
}
</style>