Shades of Magenta #F326F3
Tints of Magenta #F326F3
RGB
CMYK
RGB Variations
Color information
#F326F3 (or 0xF326F3) is known color: Magenta. HEX triplet: F3, 26 and F3. RGB value is (243,38,243). Sum of RGB (Red+Green+Blue) = 243+38+243=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 38 (15.23% from 255 or 7.25% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F326F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326F3 is #0CD90C. Grayscale: #7A7A7A. Windows color (decimal): -841997 or 15935219. OLE color: 15935219.
HSL color Cylindrical-coordinate representation of color #F326F3: hue angle of 300º 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 #F326F3 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 243 | - |
| CMYK | 0 | 0.84 | 0 | 0.05 |
| HSL | 300º | 0.9% | 0.55% | - |
| HSV(B) | 300º | 0.84% | 0.95% | - |
| XYZ | 53.83 | 26.91 | 87.15 | - |
| YUV | 122.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 243 | 0 | 0.84 | 0 | 0.05 | 300 | 0.9 | 0.55 |
| Hex | F3 | 26 | F3 | 0 | 54 | 0 | 5 | 12C | 5A | 37 |
| Octal | 363 | 46 | 363 | 0 | 124 | 0 | 5 | 454 | 132 | 67 |
| Binary | 11110011 | 100110 | 11110011 | 0 | 1010100 | 0 | 101 | 100101100 | 1011010 | 110111 |
Color Harmonies of #F326F3
Complementary color
Monochromatic Colors of #F326F3
Black with #F326F3
Text Example
Text Example
White with #F326F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326F3; }
p { color: rgb(243,38,243); }
H1.HeaderClassName
{
color: #F326F3;
}
.AnyTagClassName
{
color: #F326F3;
}
</style>
background-color css
<style>
a { background-color: #F326F3; }
a { background-color: rgb(243,38,243); }
div.DivClassName
{
background-color: #F326F3;
}
.BgClassName
{
background-color: #F326F3;
}
</style>
border-color css
<style>
span { border-color: #F326F3; }
span { border-color: rgb(243,38,243); }
td.TdClassName
{
border-color: #F326F3;
}
.TagClassName
{
border-color: #F326F3;
}
</style>