Shades of Magenta #F30AF0
Tints of Magenta #F30AF0
RGB
CMYK
RGB Variations
Color information
#F30AF0 (or 0xF30AF0) is known color: Magenta. HEX triplet: F3, 0A and F0. RGB value is (243,10,240). Sum of RGB (Red+Green+Blue) = 243+10+240=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AF0 is #0CF50F. Grayscale: #696969. Windows color (decimal): -849168 or 15731443. OLE color: 15731443.
HSL color Cylindrical-coordinate representation of color #F30AF0: hue angle of 300.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AF0 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 240 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.05 |
| HSL | 300.77º | 0.92% | 0.5% | - |
| HSV(B) | 300.77º | 0.96% | 0.95% | - |
| XYZ | 52.8 | 25.56 | 84.59 | - |
| YUV | 105.89 | 203.69 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 240 | 0 | 0.96 | 0.01 | 0.05 | 300.77 | 0.92 | 0.5 |
| Hex | F3 | A | F0 | 0 | 60 | 1 | 5 | 12D | 5C | 32 |
| Octal | 363 | 12 | 360 | 0 | 140 | 1 | 5 | 455 | 134 | 62 |
| Binary | 11110011 | 1010 | 11110000 | 0 | 1100000 | 1 | 101 | 100101101 | 1011100 | 110010 |
Color Harmonies of #F30AF0
Complementary color
Monochromatic Colors of #F30AF0
Black with #F30AF0
Text Example
Text Example
White with #F30AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AF0; }
p { color: rgb(243,10,240); }
H1.HeaderClassName
{
color: #F30AF0;
}
.AnyTagClassName
{
color: #F30AF0;
}
</style>
background-color css
<style>
a { background-color: #F30AF0; }
a { background-color: rgb(243,10,240); }
div.DivClassName
{
background-color: #F30AF0;
}
.BgClassName
{
background-color: #F30AF0;
}
</style>
border-color css
<style>
span { border-color: #F30AF0; }
span { border-color: rgb(243,10,240); }
td.TdClassName
{
border-color: #F30AF0;
}
.TagClassName
{
border-color: #F30AF0;
}
</style>