Shades of Magenta #F300ED
Tints of Magenta #F300ED
RGB
CMYK
RGB Variations
Color information
#F300ED (or 0xF300ED) is known color: Magenta. HEX triplet: F3, 00 and ED. RGB value is (243,0,237). Sum of RGB (Red+Green+Blue) = 243+0+237=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F300ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300ED is #0CFF12. Grayscale: #626262. Windows color (decimal): -851731 or 15532275. OLE color: 15532275.
HSL color Cylindrical-coordinate representation of color #F300ED: hue angle of 301.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300ED is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 237 | - |
| CMYK | 0 | 1 | 0.02 | 0.05 |
| HSL | 301.48º | 1% | 0.48% | - |
| HSV(B) | 301.48º | 1% | 0.95% | - |
| XYZ | 52.25 | 25.17 | 82.23 | - |
| YUV | 99.68 | 205.51 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 237 | 0 | 1 | 0.02 | 0.05 | 301.48 | 1 | 0.48 |
| Hex | F3 | 0 | ED | 0 | 64 | 2 | 5 | 12D | 64 | 30 |
| Octal | 363 | 0 | 355 | 0 | 144 | 2 | 5 | 455 | 144 | 60 |
| Binary | 11110011 | 0 | 11101101 | 0 | 1100100 | 10 | 101 | 100101101 | 1100100 | 110000 |
Color Harmonies of #F300ED
Complementary color
Monochromatic Colors of #F300ED
Black with #F300ED
Text Example
Text Example
White with #F300ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300ED; }
p { color: rgb(243,0,237); }
H1.HeaderClassName
{
color: #F300ED;
}
.AnyTagClassName
{
color: #F300ED;
}
</style>
background-color css
<style>
a { background-color: #F300ED; }
a { background-color: rgb(243,0,237); }
div.DivClassName
{
background-color: #F300ED;
}
.BgClassName
{
background-color: #F300ED;
}
</style>
border-color css
<style>
span { border-color: #F300ED; }
span { border-color: rgb(243,0,237); }
td.TdClassName
{
border-color: #F300ED;
}
.TagClassName
{
border-color: #F300ED;
}
</style>