Shades of Magenta #F304FF
Tints of Magenta #F304FF
RGB
CMYK
RGB Variations
Color information
#F304FF (or 0xF304FF) is known color: Magenta. HEX triplet: F3, 04 and FF. RGB value is (243,4,255). Sum of RGB (Red+Green+Blue) = 243+4+255=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 4 (1.95% from 255 or 0.80% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #F304FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304FF is #0CFB00. Grayscale: #676767. Windows color (decimal): -850689 or 16712947. OLE color: 16712947.
HSL color Cylindrical-coordinate representation of color #F304FF: hue angle of 297.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304FF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 4 | 255 | - |
| CMYK | 0.05 | 0.98 | 0 | 0 |
| HSL | 297.13º | 1% | 0.51% | - |
| HSV(B) | 297.13º | 0.98% | 1% | - |
| XYZ | 55.06 | 26.36 | 96.79 | - |
| YUV | 104.08 | 213.18 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 255 | 0.05 | 0.98 | 0 | 0 | 297.13 | 1 | 0.51 |
| Hex | F3 | 4 | FF | 5 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 363 | 4 | 377 | 5 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110011 | 100 | 11111111 | 101 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F304FF
Complementary color
Monochromatic Colors of #F304FF
Black with #F304FF
Text Example
Text Example
White with #F304FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304FF; }
p { color: rgb(243,4,255); }
H1.HeaderClassName
{
color: #F304FF;
}
.AnyTagClassName
{
color: #F304FF;
}
</style>
background-color css
<style>
a { background-color: #F304FF; }
a { background-color: rgb(243,4,255); }
div.DivClassName
{
background-color: #F304FF;
}
.BgClassName
{
background-color: #F304FF;
}
</style>
border-color css
<style>
span { border-color: #F304FF; }
span { border-color: rgb(243,4,255); }
td.TdClassName
{
border-color: #F304FF;
}
.TagClassName
{
border-color: #F304FF;
}
</style>