Shades of Magenta #F30AF3
Tints of Magenta #F30AF3
RGB
CMYK
RGB Variations
Color information
#F30AF3 (or 0xF30AF3) is known color: Magenta. HEX triplet: F3, 0A and F3. RGB value is (243,10,243). Sum of RGB (Red+Green+Blue) = 243+10+243=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 10 (4.30% from 255 or 2.02% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F30AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AF3 is #0CF50C. Grayscale: #696969. Windows color (decimal): -849165 or 15928051. OLE color: 15928051.
HSL color Cylindrical-coordinate representation of color #F30AF3: hue angle of 300º 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 #F30AF3 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 243 | - |
| CMYK | 0 | 0.96 | 0 | 0.05 |
| HSL | 300º | 0.92% | 0.5% | - |
| HSV(B) | 300º | 0.96% | 0.95% | - |
| XYZ | 53.25 | 25.74 | 86.96 | - |
| YUV | 106.23 | 205.19 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 243 | 0 | 0.96 | 0 | 0.05 | 300 | 0.92 | 0.5 |
| Hex | F3 | A | F3 | 0 | 60 | 0 | 5 | 12C | 5C | 32 |
| Octal | 363 | 12 | 363 | 0 | 140 | 0 | 5 | 454 | 134 | 62 |
| Binary | 11110011 | 1010 | 11110011 | 0 | 1100000 | 0 | 101 | 100101100 | 1011100 | 110010 |
Color Harmonies of #F30AF3
Complementary color
Monochromatic Colors of #F30AF3
Black with #F30AF3
Text Example
Text Example
White with #F30AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AF3; }
p { color: rgb(243,10,243); }
H1.HeaderClassName
{
color: #F30AF3;
}
.AnyTagClassName
{
color: #F30AF3;
}
</style>
background-color css
<style>
a { background-color: #F30AF3; }
a { background-color: rgb(243,10,243); }
div.DivClassName
{
background-color: #F30AF3;
}
.BgClassName
{
background-color: #F30AF3;
}
</style>
border-color css
<style>
span { border-color: #F30AF3; }
span { border-color: rgb(243,10,243); }
td.TdClassName
{
border-color: #F30AF3;
}
.TagClassName
{
border-color: #F30AF3;
}
</style>