Shades of Magenta #F306ED
Tints of Magenta #F306ED
RGB
CMYK
RGB Variations
Color information
#F306ED (or 0xF306ED) is known color: Magenta. HEX triplet: F3, 06 and ED. RGB value is (243,6,237). Sum of RGB (Red+Green+Blue) = 243+6+237=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 6 (2.73% from 255 or 1.23% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F306ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306ED is #0CF912. Grayscale: #666666. Windows color (decimal): -850195 or 15533811. OLE color: 15533811.
HSL color Cylindrical-coordinate representation of color #F306ED: hue angle of 301.52º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306ED is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 237 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.05 |
| HSL | 301.52º | 0.95% | 0.49% | - |
| HSV(B) | 301.52º | 0.98% | 0.95% | - |
| XYZ | 52.31 | 25.3 | 82.25 | - |
| YUV | 103.2 | 203.52 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 237 | 0 | 0.98 | 0.02 | 0.05 | 301.52 | 0.95 | 0.49 |
| Hex | F3 | 6 | ED | 0 | 62 | 2 | 5 | 12E | 5F | 31 |
| Octal | 363 | 6 | 355 | 0 | 142 | 2 | 5 | 456 | 137 | 61 |
| Binary | 11110011 | 110 | 11101101 | 0 | 1100010 | 10 | 101 | 100101110 | 1011111 | 110001 |
Color Harmonies of #F306ED
Complementary color
Monochromatic Colors of #F306ED
Black with #F306ED
Text Example
Text Example
White with #F306ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306ED; }
p { color: rgb(243,6,237); }
H1.HeaderClassName
{
color: #F306ED;
}
.AnyTagClassName
{
color: #F306ED;
}
</style>
background-color css
<style>
a { background-color: #F306ED; }
a { background-color: rgb(243,6,237); }
div.DivClassName
{
background-color: #F306ED;
}
.BgClassName
{
background-color: #F306ED;
}
</style>
border-color css
<style>
span { border-color: #F306ED; }
span { border-color: rgb(243,6,237); }
td.TdClassName
{
border-color: #F306ED;
}
.TagClassName
{
border-color: #F306ED;
}
</style>