Shades of Magenta #F300FA
Tints of Magenta #F300FA
RGB
CMYK
RGB Variations
Color information
#F300FA (or 0xF300FA) is known color: Magenta. HEX triplet: F3, 00 and FA. RGB value is (243,0,250). Sum of RGB (Red+Green+Blue) = 243+0+250=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #F300FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FA is #0CFF05. Grayscale: #646464. Windows color (decimal): -851718 or 16384243. OLE color: 16384243.
HSL color Cylindrical-coordinate representation of color #F300FA: hue angle of 298.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300FA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 0 | 250 | - |
| CMYK | 0.03 | 1 | 0 | 0.02 |
| HSL | 298.32º | 1% | 0.49% | - |
| HSV(B) | 298.32º | 1% | 0.98% | - |
| XYZ | 54.22 | 25.96 | 92.6 | - |
| YUV | 101.16 | 212.01 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 250 | 0.03 | 1 | 0 | 0.02 | 298.32 | 1 | 0.49 |
| Hex | F3 | 0 | FA | 3 | 64 | 0 | 2 | 12A | 64 | 31 |
| Octal | 363 | 0 | 372 | 3 | 144 | 0 | 2 | 452 | 144 | 61 |
| Binary | 11110011 | 0 | 11111010 | 11 | 1100100 | 0 | 10 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F300FA
Complementary color
Monochromatic Colors of #F300FA
Black with #F300FA
Text Example
Text Example
White with #F300FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300FA; }
p { color: rgb(243,0,250); }
H1.HeaderClassName
{
color: #F300FA;
}
.AnyTagClassName
{
color: #F300FA;
}
</style>
background-color css
<style>
a { background-color: #F300FA; }
a { background-color: rgb(243,0,250); }
div.DivClassName
{
background-color: #F300FA;
}
.BgClassName
{
background-color: #F300FA;
}
</style>
border-color css
<style>
span { border-color: #F300FA; }
span { border-color: rgb(243,0,250); }
td.TdClassName
{
border-color: #F300FA;
}
.TagClassName
{
border-color: #F300FA;
}
</style>