Shades of Magenta #F30FEB
Tints of Magenta #F30FEB
RGB
CMYK
RGB Variations
Color information
#F30FEB (or 0xF30FEB) is known color: Magenta. HEX triplet: F3, 0F and EB. RGB value is (243,15,235). Sum of RGB (Red+Green+Blue) = 243+15+235=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FEB is #0CF014. Grayscale: #6B6B6B. Windows color (decimal): -847893 or 15405043. OLE color: 15405043.
HSL color Cylindrical-coordinate representation of color #F30FEB: hue angle of 302.11º 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 #F30FEB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.05 |
| HSL | 302.11º | 0.9% | 0.51% | - |
| HSV(B) | 302.11º | 0.94% | 0.95% | - |
| XYZ | 52.13 | 25.39 | 80.75 | - |
| YUV | 108.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 235 | 0 | 0.94 | 0.03 | 0.05 | 302.11 | 0.9 | 0.51 |
| Hex | F3 | F | EB | 0 | 5E | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 17 | 353 | 0 | 136 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 1111 | 11101011 | 0 | 1011110 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F30FEB
Complementary color
Monochromatic Colors of #F30FEB
Black with #F30FEB
Text Example
Text Example
White with #F30FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FEB; }
p { color: rgb(243,15,235); }
H1.HeaderClassName
{
color: #F30FEB;
}
.AnyTagClassName
{
color: #F30FEB;
}
</style>
background-color css
<style>
a { background-color: #F30FEB; }
a { background-color: rgb(243,15,235); }
div.DivClassName
{
background-color: #F30FEB;
}
.BgClassName
{
background-color: #F30FEB;
}
</style>
border-color css
<style>
span { border-color: #F30FEB; }
span { border-color: rgb(243,15,235); }
td.TdClassName
{
border-color: #F30FEB;
}
.TagClassName
{
border-color: #F30FEB;
}
</style>