Shades of Magenta #F30FF2
Tints of Magenta #F30FF2
RGB
CMYK
RGB Variations
Color information
#F30FF2 (or 0xF30FF2) is known color: Magenta. HEX triplet: F3, 0F and F2. RGB value is (243,15,242). Sum of RGB (Red+Green+Blue) = 243+15+242=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FF2 is #0CF00D. Grayscale: #6C6C6C. Windows color (decimal): -847886 or 15863795. OLE color: 15863795.
HSL color Cylindrical-coordinate representation of color #F30FF2: hue angle of 300.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.05 |
| HSL | 300.26º | 0.9% | 0.51% | - |
| HSV(B) | 300.26º | 0.94% | 0.95% | - |
| XYZ | 53.16 | 25.81 | 86.18 | - |
| YUV | 109.05 | 203.04 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 242 | 0 | 0.94 | 0.00 | 0.05 | 300.26 | 0.9 | 0.51 |
| Hex | F3 | F | F2 | 0 | 5E | 0 | 5 | 12C | 5A | 33 |
| Octal | 363 | 17 | 362 | 0 | 136 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110011 | 1111 | 11110010 | 0 | 1011110 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F30FF2
Complementary color
Monochromatic Colors of #F30FF2
Black with #F30FF2
Text Example
Text Example
White with #F30FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FF2; }
p { color: rgb(243,15,242); }
H1.HeaderClassName
{
color: #F30FF2;
}
.AnyTagClassName
{
color: #F30FF2;
}
</style>
background-color css
<style>
a { background-color: #F30FF2; }
a { background-color: rgb(243,15,242); }
div.DivClassName
{
background-color: #F30FF2;
}
.BgClassName
{
background-color: #F30FF2;
}
</style>
border-color css
<style>
span { border-color: #F30FF2; }
span { border-color: rgb(243,15,242); }
td.TdClassName
{
border-color: #F30FF2;
}
.TagClassName
{
border-color: #F30FF2;
}
</style>