Shades of Magenta #F308EC
Tints of Magenta #F308EC
RGB
CMYK
RGB Variations
Color information
#F308EC (or 0xF308EC) is known color: Magenta. HEX triplet: F3, 08 and EC. RGB value is (243,8,236). Sum of RGB (Red+Green+Blue) = 243+8+236=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F308EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F308EC is #0CF713. Grayscale: #676767. Windows color (decimal): -849684 or 15468787. OLE color: 15468787.
HSL color Cylindrical-coordinate representation of color #F308EC: hue angle of 301.79º 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 #F308EC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.05 |
| HSL | 301.79º | 0.94% | 0.49% | - |
| HSV(B) | 301.79º | 0.97% | 0.95% | - |
| XYZ | 52.19 | 25.28 | 81.49 | - |
| YUV | 104.26 | 202.36 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 236 | 0 | 0.97 | 0.03 | 0.05 | 301.79 | 0.94 | 0.49 |
| Hex | F3 | 8 | EC | 0 | 61 | 3 | 5 | 12E | 5E | 31 |
| Octal | 363 | 10 | 354 | 0 | 141 | 3 | 5 | 456 | 136 | 61 |
| Binary | 11110011 | 1000 | 11101100 | 0 | 1100001 | 11 | 101 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F308EC
Complementary color
Monochromatic Colors of #F308EC
Black with #F308EC
Text Example
Text Example
White with #F308EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308EC; }
p { color: rgb(243,8,236); }
H1.HeaderClassName
{
color: #F308EC;
}
.AnyTagClassName
{
color: #F308EC;
}
</style>
background-color css
<style>
a { background-color: #F308EC; }
a { background-color: rgb(243,8,236); }
div.DivClassName
{
background-color: #F308EC;
}
.BgClassName
{
background-color: #F308EC;
}
</style>
border-color css
<style>
span { border-color: #F308EC; }
span { border-color: rgb(243,8,236); }
td.TdClassName
{
border-color: #F308EC;
}
.TagClassName
{
border-color: #F308EC;
}
</style>