Shades of Magenta #F328F9
Tints of Magenta #F328F9
RGB
CMYK
RGB Variations
Color information
#F328F9 (or 0xF328F9) is known color: Magenta. HEX triplet: F3, 28 and F9. RGB value is (243,40,249). Sum of RGB (Red+Green+Blue) = 243+40+249=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #F328F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F9 is #0CD706. Grayscale: #7B7B7B. Windows color (decimal): -841479 or 16328947. OLE color: 16328947.
HSL color Cylindrical-coordinate representation of color #F328F9: hue angle of 298.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328F9 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 40 | 249 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.28º | 0.95% | 0.57% | - |
| HSV(B) | 298.28º | 0.84% | 0.98% | - |
| XYZ | 54.82 | 27.41 | 92.02 | - |
| YUV | 124.52 | 198.25 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 249 | 0.02 | 0.84 | 0 | 0.02 | 298.28 | 0.95 | 0.57 |
| Hex | F3 | 28 | F9 | 2 | 54 | 0 | 2 | 12A | 5F | 39 |
| Octal | 363 | 50 | 371 | 2 | 124 | 0 | 2 | 452 | 137 | 71 |
| Binary | 11110011 | 101000 | 11111001 | 10 | 1010100 | 0 | 10 | 100101010 | 1011111 | 111001 |
Color Harmonies of #F328F9
Complementary color
Monochromatic Colors of #F328F9
Black with #F328F9
Text Example
Text Example
White with #F328F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328F9; }
p { color: rgb(243,40,249); }
H1.HeaderClassName
{
color: #F328F9;
}
.AnyTagClassName
{
color: #F328F9;
}
</style>
background-color css
<style>
a { background-color: #F328F9; }
a { background-color: rgb(243,40,249); }
div.DivClassName
{
background-color: #F328F9;
}
.BgClassName
{
background-color: #F328F9;
}
</style>
border-color css
<style>
span { border-color: #F328F9; }
span { border-color: rgb(243,40,249); }
td.TdClassName
{
border-color: #F328F9;
}
.TagClassName
{
border-color: #F328F9;
}
</style>