Shades of Magenta #F300F9
Tints of Magenta #F300F9
RGB
CMYK
RGB Variations
Color information
#F300F9 (or 0xF300F9) is known color: Magenta. HEX triplet: F3, 00 and F9. RGB value is (243,0,249). Sum of RGB (Red+Green+Blue) = 243+0+249=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #F300F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300F9 is #0CFF06. Grayscale: #646464. Windows color (decimal): -851719 or 16318707. OLE color: 16318707.
HSL color Cylindrical-coordinate representation of color #F300F9: hue angle of 298.55º 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 #F300F9 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 0 | 249 | - |
| CMYK | 0.02 | 1 | 0 | 0.02 |
| HSL | 298.55º | 1% | 0.49% | - |
| HSV(B) | 298.55º | 1% | 0.98% | - |
| XYZ | 54.06 | 25.89 | 91.77 | - |
| YUV | 101.04 | 211.51 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 249 | 0.02 | 1 | 0 | 0.02 | 298.55 | 1 | 0.49 |
| Hex | F3 | 0 | F9 | 2 | 64 | 0 | 2 | 12B | 64 | 31 |
| Octal | 363 | 0 | 371 | 2 | 144 | 0 | 2 | 453 | 144 | 61 |
| Binary | 11110011 | 0 | 11111001 | 10 | 1100100 | 0 | 10 | 100101011 | 1100100 | 110001 |
Color Harmonies of #F300F9
Complementary color
Monochromatic Colors of #F300F9
Black with #F300F9
Text Example
Text Example
White with #F300F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300F9; }
p { color: rgb(243,0,249); }
H1.HeaderClassName
{
color: #F300F9;
}
.AnyTagClassName
{
color: #F300F9;
}
</style>
background-color css
<style>
a { background-color: #F300F9; }
a { background-color: rgb(243,0,249); }
div.DivClassName
{
background-color: #F300F9;
}
.BgClassName
{
background-color: #F300F9;
}
</style>
border-color css
<style>
span { border-color: #F300F9; }
span { border-color: rgb(243,0,249); }
td.TdClassName
{
border-color: #F300F9;
}
.TagClassName
{
border-color: #F300F9;
}
</style>