Shades of Magenta #F309ED
Tints of Magenta #F309ED
RGB
CMYK
RGB Variations
Color information
#F309ED (or 0xF309ED) is known color: Magenta. HEX triplet: F3, 09 and ED. RGB value is (243,9,237). Sum of RGB (Red+Green+Blue) = 243+9+237=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 9 (3.91% from 255 or 1.84% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F309ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309ED is #0CF612. Grayscale: #686868. Windows color (decimal): -849427 or 15534579. OLE color: 15534579.
HSL color Cylindrical-coordinate representation of color #F309ED: hue angle of 301.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309ED is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 237 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.05 |
| HSL | 301.54º | 0.93% | 0.49% | - |
| HSV(B) | 301.54º | 0.96% | 0.95% | - |
| XYZ | 52.35 | 25.36 | 82.26 | - |
| YUV | 104.96 | 202.52 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 237 | 0 | 0.96 | 0.02 | 0.05 | 301.54 | 0.93 | 0.49 |
| Hex | F3 | 9 | ED | 0 | 60 | 2 | 5 | 12E | 5D | 31 |
| Octal | 363 | 11 | 355 | 0 | 140 | 2 | 5 | 456 | 135 | 61 |
| Binary | 11110011 | 1001 | 11101101 | 0 | 1100000 | 10 | 101 | 100101110 | 1011101 | 110001 |
Color Harmonies of #F309ED
Complementary color
Monochromatic Colors of #F309ED
Black with #F309ED
Text Example
Text Example
White with #F309ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309ED; }
p { color: rgb(243,9,237); }
H1.HeaderClassName
{
color: #F309ED;
}
.AnyTagClassName
{
color: #F309ED;
}
</style>
background-color css
<style>
a { background-color: #F309ED; }
a { background-color: rgb(243,9,237); }
div.DivClassName
{
background-color: #F309ED;
}
.BgClassName
{
background-color: #F309ED;
}
</style>
border-color css
<style>
span { border-color: #F309ED; }
span { border-color: rgb(243,9,237); }
td.TdClassName
{
border-color: #F309ED;
}
.TagClassName
{
border-color: #F309ED;
}
</style>