Shades of Magenta #F329FC
Tints of Magenta #F329FC
RGB
CMYK
RGB Variations
Color information
#F329FC (or 0xF329FC) is known color: Magenta. HEX triplet: F3, 29 and FC. RGB value is (243,41,252). Sum of RGB (Red+Green+Blue) = 243+41+252=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 41 (16.41% from 255 or 7.65% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #F329FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329FC is #0CD603. Grayscale: #7C7C7C. Windows color (decimal): -841220 or 16525811. OLE color: 16525811.
HSL color Cylindrical-coordinate representation of color #F329FC: hue angle of 297.44º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F329FC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 41 | 252 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.01 |
| HSL | 297.44º | 0.97% | 0.57% | - |
| HSV(B) | 297.44º | 0.84% | 0.99% | - |
| XYZ | 55.33 | 27.67 | 94.52 | - |
| YUV | 125.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 252 | 0.04 | 0.84 | 0 | 0.01 | 297.44 | 0.97 | 0.57 |
| Hex | F3 | 29 | FC | 4 | 54 | 0 | 1 | 129 | 61 | 39 |
| Octal | 363 | 51 | 374 | 4 | 124 | 0 | 1 | 451 | 141 | 71 |
| Binary | 11110011 | 101001 | 11111100 | 100 | 1010100 | 0 | 1 | 100101001 | 1100001 | 111001 |
Color Harmonies of #F329FC
Complementary color
Monochromatic Colors of #F329FC
Black with #F329FC
Text Example
Text Example
White with #F329FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329FC; }
p { color: rgb(243,41,252); }
H1.HeaderClassName
{
color: #F329FC;
}
.AnyTagClassName
{
color: #F329FC;
}
</style>
background-color css
<style>
a { background-color: #F329FC; }
a { background-color: rgb(243,41,252); }
div.DivClassName
{
background-color: #F329FC;
}
.BgClassName
{
background-color: #F329FC;
}
</style>
border-color css
<style>
span { border-color: #F329FC; }
span { border-color: rgb(243,41,252); }
td.TdClassName
{
border-color: #F329FC;
}
.TagClassName
{
border-color: #F329FC;
}
</style>