Shades of Magenta #F326F0
Tints of Magenta #F326F0
RGB
CMYK
RGB Variations
Color information
#F326F0 (or 0xF326F0) is known color: Magenta. HEX triplet: F3, 26 and F0. RGB value is (243,38,240). Sum of RGB (Red+Green+Blue) = 243+38+240=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F326F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326F0 is #0CD90F. Grayscale: #797979. Windows color (decimal): -842000 or 15738611. OLE color: 15738611.
HSL color Cylindrical-coordinate representation of color #F326F0: hue angle of 300.88º 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 #F326F0 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 240 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.05 |
| HSL | 300.88º | 0.9% | 0.55% | - |
| HSV(B) | 300.88º | 0.84% | 0.95% | - |
| XYZ | 53.38 | 26.73 | 84.78 | - |
| YUV | 122.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 240 | 0 | 0.84 | 0.01 | 0.05 | 300.88 | 0.9 | 0.55 |
| Hex | F3 | 26 | F0 | 0 | 54 | 1 | 5 | 12D | 5A | 37 |
| Octal | 363 | 46 | 360 | 0 | 124 | 1 | 5 | 455 | 132 | 67 |
| Binary | 11110011 | 100110 | 11110000 | 0 | 1010100 | 1 | 101 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F326F0
Complementary color
Monochromatic Colors of #F326F0
Black with #F326F0
Text Example
Text Example
White with #F326F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326F0; }
p { color: rgb(243,38,240); }
H1.HeaderClassName
{
color: #F326F0;
}
.AnyTagClassName
{
color: #F326F0;
}
</style>
background-color css
<style>
a { background-color: #F326F0; }
a { background-color: rgb(243,38,240); }
div.DivClassName
{
background-color: #F326F0;
}
.BgClassName
{
background-color: #F326F0;
}
</style>
border-color css
<style>
span { border-color: #F326F0; }
span { border-color: rgb(243,38,240); }
td.TdClassName
{
border-color: #F326F0;
}
.TagClassName
{
border-color: #F326F0;
}
</style>