Shades of Magenta #F304FE
Tints of Magenta #F304FE
RGB
CMYK
RGB Variations
Color information
#F304FE (or 0xF304FE) is known color: Magenta. HEX triplet: F3, 04 and FE. RGB value is (243,4,254). Sum of RGB (Red+Green+Blue) = 243+4+254=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 4 (1.95% from 255 or 0.80% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #F304FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304FE is #0CFB01. Grayscale: #676767. Windows color (decimal): -850690 or 16647411. OLE color: 16647411.
HSL color Cylindrical-coordinate representation of color #F304FE: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304FE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 4 | 254 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.00 |
| HSL | 297.36º | 0.99% | 0.51% | - |
| HSV(B) | 297.36º | 0.98% | 1% | - |
| XYZ | 54.89 | 26.3 | 95.95 | - |
| YUV | 103.96 | 212.68 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 254 | 0.04 | 0.98 | 0 | 0.00 | 297.36 | 0.99 | 0.51 |
| Hex | F3 | 4 | FE | 4 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 363 | 4 | 376 | 4 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110011 | 100 | 11111110 | 100 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F304FE
Complementary color
Monochromatic Colors of #F304FE
Black with #F304FE
Text Example
Text Example
White with #F304FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304FE; }
p { color: rgb(243,4,254); }
H1.HeaderClassName
{
color: #F304FE;
}
.AnyTagClassName
{
color: #F304FE;
}
</style>
background-color css
<style>
a { background-color: #F304FE; }
a { background-color: rgb(243,4,254); }
div.DivClassName
{
background-color: #F304FE;
}
.BgClassName
{
background-color: #F304FE;
}
</style>
border-color css
<style>
span { border-color: #F304FE; }
span { border-color: rgb(243,4,254); }
td.TdClassName
{
border-color: #F304FE;
}
.TagClassName
{
border-color: #F304FE;
}
</style>