Shades of Magenta #F303FF
Tints of Magenta #F303FF
RGB
CMYK
RGB Variations
Color information
#F303FF (or 0xF303FF) is known color: Magenta. HEX triplet: F3, 03 and FF. RGB value is (243,3,255). Sum of RGB (Red+Green+Blue) = 243+3+255=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 3 (1.56% from 255 or 0.60% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #F303FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F303FF is #0CFC00. Grayscale: #666666. Windows color (decimal): -850945 or 16712691. OLE color: 16712691.
HSL color Cylindrical-coordinate representation of color #F303FF: hue angle of 297.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303FF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 3 | 255 | - |
| CMYK | 0.05 | 0.99 | 0 | 0 |
| HSL | 297.14º | 1% | 0.51% | - |
| HSV(B) | 297.14º | 0.99% | 1% | - |
| XYZ | 55.04 | 26.34 | 96.79 | - |
| YUV | 103.49 | 213.51 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 255 | 0.05 | 0.99 | 0 | 0 | 297.14 | 1 | 0.51 |
| Hex | F3 | 3 | FF | 5 | 63 | 0 | 0 | 129 | 64 | 33 |
| Octal | 363 | 3 | 377 | 5 | 143 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110011 | 11 | 11111111 | 101 | 1100011 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F303FF
Complementary color
Monochromatic Colors of #F303FF
Black with #F303FF
Text Example
Text Example
White with #F303FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303FF; }
p { color: rgb(243,3,255); }
H1.HeaderClassName
{
color: #F303FF;
}
.AnyTagClassName
{
color: #F303FF;
}
</style>
background-color css
<style>
a { background-color: #F303FF; }
a { background-color: rgb(243,3,255); }
div.DivClassName
{
background-color: #F303FF;
}
.BgClassName
{
background-color: #F303FF;
}
</style>
border-color css
<style>
span { border-color: #F303FF; }
span { border-color: rgb(243,3,255); }
td.TdClassName
{
border-color: #F303FF;
}
.TagClassName
{
border-color: #F303FF;
}
</style>