Shades of Magenta #F304FB
Tints of Magenta #F304FB
RGB
CMYK
RGB Variations
Color information
#F304FB (or 0xF304FB) is known color: Magenta. HEX triplet: F3, 04 and FB. RGB value is (243,4,251). Sum of RGB (Red+Green+Blue) = 243+4+251=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F304FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F304FB is #0CFB04. Grayscale: #666666. Windows color (decimal): -850693 or 16450803. OLE color: 16450803.
HSL color Cylindrical-coordinate representation of color #F304FB: hue angle of 298.06º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304FB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 4 | 251 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.02 |
| HSL | 298.06º | 0.97% | 0.5% | - |
| HSV(B) | 298.06º | 0.98% | 0.98% | - |
| XYZ | 54.42 | 26.11 | 93.44 | - |
| YUV | 103.62 | 211.18 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 251 | 0.03 | 0.98 | 0 | 0.02 | 298.06 | 0.97 | 0.5 |
| Hex | F3 | 4 | FB | 3 | 62 | 0 | 2 | 12A | 61 | 32 |
| Octal | 363 | 4 | 373 | 3 | 142 | 0 | 2 | 452 | 141 | 62 |
| Binary | 11110011 | 100 | 11111011 | 11 | 1100010 | 0 | 10 | 100101010 | 1100001 | 110010 |
Color Harmonies of #F304FB
Complementary color
Monochromatic Colors of #F304FB
Black with #F304FB
Text Example
Text Example
White with #F304FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304FB; }
p { color: rgb(243,4,251); }
H1.HeaderClassName
{
color: #F304FB;
}
.AnyTagClassName
{
color: #F304FB;
}
</style>
background-color css
<style>
a { background-color: #F304FB; }
a { background-color: rgb(243,4,251); }
div.DivClassName
{
background-color: #F304FB;
}
.BgClassName
{
background-color: #F304FB;
}
</style>
border-color css
<style>
span { border-color: #F304FB; }
span { border-color: rgb(243,4,251); }
td.TdClassName
{
border-color: #F304FB;
}
.TagClassName
{
border-color: #F304FB;
}
</style>