Shades of Magenta #F301F9
Tints of Magenta #F301F9
RGB
CMYK
RGB Variations
Color information
#F301F9 (or 0xF301F9) is known color: Magenta. HEX triplet: F3, 01 and F9. RGB value is (243,1,249). Sum of RGB (Red+Green+Blue) = 243+1+249=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #F301F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301F9 is #0CFE06. Grayscale: #646464. Windows color (decimal): -851463 or 16318963. OLE color: 16318963.
HSL color Cylindrical-coordinate representation of color #F301F9: hue angle of 298.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301F9 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 1 | 249 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.02 |
| HSL | 298.55º | 0.99% | 0.49% | - |
| HSV(B) | 298.55º | 1% | 0.98% | - |
| XYZ | 54.07 | 25.92 | 91.77 | - |
| YUV | 101.63 | 211.17 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 249 | 0.02 | 1.00 | 0 | 0.02 | 298.55 | 0.99 | 0.49 |
| Hex | F3 | 1 | F9 | 2 | 64 | 0 | 2 | 12B | 63 | 31 |
| Octal | 363 | 1 | 371 | 2 | 144 | 0 | 2 | 453 | 143 | 61 |
| Binary | 11110011 | 1 | 11111001 | 10 | 1100100 | 0 | 10 | 100101011 | 1100011 | 110001 |
Color Harmonies of #F301F9
Complementary color
Monochromatic Colors of #F301F9
Black with #F301F9
Text Example
Text Example
White with #F301F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301F9; }
p { color: rgb(243,1,249); }
H1.HeaderClassName
{
color: #F301F9;
}
.AnyTagClassName
{
color: #F301F9;
}
</style>
background-color css
<style>
a { background-color: #F301F9; }
a { background-color: rgb(243,1,249); }
div.DivClassName
{
background-color: #F301F9;
}
.BgClassName
{
background-color: #F301F9;
}
</style>
border-color css
<style>
span { border-color: #F301F9; }
span { border-color: rgb(243,1,249); }
td.TdClassName
{
border-color: #F301F9;
}
.TagClassName
{
border-color: #F301F9;
}
</style>