Shades of Magenta #F307ED
Tints of Magenta #F307ED
RGB
CMYK
RGB Variations
Color information
#F307ED (or 0xF307ED) is known color: Magenta. HEX triplet: F3, 07 and ED. RGB value is (243,7,237). Sum of RGB (Red+Green+Blue) = 243+7+237=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F307ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307ED is #0CF812. Grayscale: #676767. Windows color (decimal): -849939 or 15534067. OLE color: 15534067.
HSL color Cylindrical-coordinate representation of color #F307ED: hue angle of 301.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307ED is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 237 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.05 |
| HSL | 301.53º | 0.94% | 0.49% | - |
| HSV(B) | 301.53º | 0.97% | 0.95% | - |
| XYZ | 52.32 | 25.32 | 82.25 | - |
| YUV | 103.78 | 203.19 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 237 | 0 | 0.97 | 0.02 | 0.05 | 301.53 | 0.94 | 0.49 |
| Hex | F3 | 7 | ED | 0 | 61 | 2 | 5 | 12E | 5E | 31 |
| Octal | 363 | 7 | 355 | 0 | 141 | 2 | 5 | 456 | 136 | 61 |
| Binary | 11110011 | 111 | 11101101 | 0 | 1100001 | 10 | 101 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F307ED
Complementary color
Monochromatic Colors of #F307ED
Black with #F307ED
Text Example
Text Example
White with #F307ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307ED; }
p { color: rgb(243,7,237); }
H1.HeaderClassName
{
color: #F307ED;
}
.AnyTagClassName
{
color: #F307ED;
}
</style>
background-color css
<style>
a { background-color: #F307ED; }
a { background-color: rgb(243,7,237); }
div.DivClassName
{
background-color: #F307ED;
}
.BgClassName
{
background-color: #F307ED;
}
</style>
border-color css
<style>
span { border-color: #F307ED; }
span { border-color: rgb(243,7,237); }
td.TdClassName
{
border-color: #F307ED;
}
.TagClassName
{
border-color: #F307ED;
}
</style>