Shades of Magenta #F328F3
Tints of Magenta #F328F3
RGB
CMYK
RGB Variations
Color information
#F328F3 (or 0xF328F3) is known color: Magenta. HEX triplet: F3, 28 and F3. RGB value is (243,40,243). Sum of RGB (Red+Green+Blue) = 243+40+243=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 40 (16.02% from 255 or 7.60% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F328F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F3 is #0CD70C. Grayscale: #7B7B7B. Windows color (decimal): -841485 or 15935731. OLE color: 15935731.
HSL color Cylindrical-coordinate representation of color #F328F3: hue angle of 300º degrees, saturation: 0.89, 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 #F328F3 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 243 | - |
| CMYK | 0 | 0.84 | 0 | 0.05 |
| HSL | 300º | 0.89% | 0.55% | - |
| HSV(B) | 300º | 0.84% | 0.95% | - |
| XYZ | 53.9 | 27.04 | 87.17 | - |
| YUV | 123.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 243 | 0 | 0.84 | 0 | 0.05 | 300 | 0.89 | 0.55 |
| Hex | F3 | 28 | F3 | 0 | 54 | 0 | 5 | 12C | 59 | 37 |
| Octal | 363 | 50 | 363 | 0 | 124 | 0 | 5 | 454 | 131 | 67 |
| Binary | 11110011 | 101000 | 11110011 | 0 | 1010100 | 0 | 101 | 100101100 | 1011001 | 110111 |
Color Harmonies of #F328F3
Complementary color
Monochromatic Colors of #F328F3
Black with #F328F3
Text Example
Text Example
White with #F328F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328F3; }
p { color: rgb(243,40,243); }
H1.HeaderClassName
{
color: #F328F3;
}
.AnyTagClassName
{
color: #F328F3;
}
</style>
background-color css
<style>
a { background-color: #F328F3; }
a { background-color: rgb(243,40,243); }
div.DivClassName
{
background-color: #F328F3;
}
.BgClassName
{
background-color: #F328F3;
}
</style>
border-color css
<style>
span { border-color: #F328F3; }
span { border-color: rgb(243,40,243); }
td.TdClassName
{
border-color: #F328F3;
}
.TagClassName
{
border-color: #F328F3;
}
</style>