Shades of Magenta #F30FED
Tints of Magenta #F30FED
RGB
CMYK
RGB Variations
Color information
#F30FED (or 0xF30FED) is known color: Magenta. HEX triplet: F3, 0F and ED. RGB value is (243,15,237). Sum of RGB (Red+Green+Blue) = 243+15+237=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FED is #0CF012. Grayscale: #6B6B6B. Windows color (decimal): -847891 or 15536115. OLE color: 15536115.
HSL color Cylindrical-coordinate representation of color #F30FED: hue angle of 301.58º 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 #F30FED is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.58º | 0.9% | 0.51% | - |
| HSV(B) | 301.58º | 0.94% | 0.95% | - |
| XYZ | 52.42 | 25.51 | 82.28 | - |
| YUV | 108.48 | 200.54 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 237 | 0 | 0.94 | 0.02 | 0.05 | 301.58 | 0.9 | 0.51 |
| Hex | F3 | F | ED | 0 | 5E | 2 | 5 | 12E | 5A | 33 |
| Octal | 363 | 17 | 355 | 0 | 136 | 2 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 1111 | 11101101 | 0 | 1011110 | 10 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F30FED
Complementary color
Monochromatic Colors of #F30FED
Black with #F30FED
Text Example
Text Example
White with #F30FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FED; }
p { color: rgb(243,15,237); }
H1.HeaderClassName
{
color: #F30FED;
}
.AnyTagClassName
{
color: #F30FED;
}
</style>
background-color css
<style>
a { background-color: #F30FED; }
a { background-color: rgb(243,15,237); }
div.DivClassName
{
background-color: #F30FED;
}
.BgClassName
{
background-color: #F30FED;
}
</style>
border-color css
<style>
span { border-color: #F30FED; }
span { border-color: rgb(243,15,237); }
td.TdClassName
{
border-color: #F30FED;
}
.TagClassName
{
border-color: #F30FED;
}
</style>