Shades of Magenta #F303FA
Tints of Magenta #F303FA
RGB
CMYK
RGB Variations
Color information
#F303FA (or 0xF303FA) is known color: Magenta. HEX triplet: F3, 03 and FA. RGB value is (243,3,250). Sum of RGB (Red+Green+Blue) = 243+3+250=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 3 (1.56% from 255 or 0.60% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #F303FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F303FA is #0CFC05. Grayscale: #666666. Windows color (decimal): -850950 or 16385011. OLE color: 16385011.
HSL color Cylindrical-coordinate representation of color #F303FA: hue angle of 298.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303FA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 3 | 250 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.02 |
| HSL | 298.3º | 0.98% | 0.5% | - |
| HSV(B) | 298.3º | 0.99% | 0.98% | - |
| XYZ | 54.25 | 26.02 | 92.61 | - |
| YUV | 102.92 | 211.01 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 250 | 0.03 | 0.99 | 0 | 0.02 | 298.3 | 0.98 | 0.5 |
| Hex | F3 | 3 | FA | 3 | 63 | 0 | 2 | 12A | 62 | 32 |
| Octal | 363 | 3 | 372 | 3 | 143 | 0 | 2 | 452 | 142 | 62 |
| Binary | 11110011 | 11 | 11111010 | 11 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F303FA
Complementary color
Monochromatic Colors of #F303FA
Black with #F303FA
Text Example
Text Example
White with #F303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303FA; }
p { color: rgb(243,3,250); }
H1.HeaderClassName
{
color: #F303FA;
}
.AnyTagClassName
{
color: #F303FA;
}
</style>
background-color css
<style>
a { background-color: #F303FA; }
a { background-color: rgb(243,3,250); }
div.DivClassName
{
background-color: #F303FA;
}
.BgClassName
{
background-color: #F303FA;
}
</style>
border-color css
<style>
span { border-color: #F303FA; }
span { border-color: rgb(243,3,250); }
td.TdClassName
{
border-color: #F303FA;
}
.TagClassName
{
border-color: #F303FA;
}
</style>