Shades of Magenta #F326EF
Tints of Magenta #F326EF
RGB
CMYK
RGB Variations
Color information
#F326EF (or 0xF326EF) is known color: Magenta. HEX triplet: F3, 26 and EF. RGB value is (243,38,239). Sum of RGB (Red+Green+Blue) = 243+38+239=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F326EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326EF is #0CD910. Grayscale: #797979. Windows color (decimal): -842001 or 15673075. OLE color: 15673075.
HSL color Cylindrical-coordinate representation of color #F326EF: hue angle of 301.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F326EF is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 239 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.17º | 0.9% | 0.55% | - |
| HSV(B) | 301.17º | 0.84% | 0.95% | - |
| XYZ | 53.24 | 26.67 | 84 | - |
| YUV | 122.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 239 | 0 | 0.84 | 0.02 | 0.05 | 301.17 | 0.9 | 0.55 |
| Hex | F3 | 26 | EF | 0 | 54 | 2 | 5 | 12D | 5A | 37 |
| Octal | 363 | 46 | 357 | 0 | 124 | 2 | 5 | 455 | 132 | 67 |
| Binary | 11110011 | 100110 | 11101111 | 0 | 1010100 | 10 | 101 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F326EF
Complementary color
Monochromatic Colors of #F326EF
Black with #F326EF
Text Example
Text Example
White with #F326EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326EF; }
p { color: rgb(243,38,239); }
H1.HeaderClassName
{
color: #F326EF;
}
.AnyTagClassName
{
color: #F326EF;
}
</style>
background-color css
<style>
a { background-color: #F326EF; }
a { background-color: rgb(243,38,239); }
div.DivClassName
{
background-color: #F326EF;
}
.BgClassName
{
background-color: #F326EF;
}
</style>
border-color css
<style>
span { border-color: #F326EF; }
span { border-color: rgb(243,38,239); }
td.TdClassName
{
border-color: #F326EF;
}
.TagClassName
{
border-color: #F326EF;
}
</style>