Shades of Magenta #F329FF
Tints of Magenta #F329FF
RGB
CMYK
RGB Variations
Color information
#F329FF (or 0xF329FF) is known color: Magenta. HEX triplet: F3, 29 and FF. RGB value is (243,41,255). Sum of RGB (Red+Green+Blue) = 243+41+255=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 41 (16.41% from 255 or 7.61% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F329FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329FF is #0CD600. Grayscale: #7D7D7D. Windows color (decimal): -841217 or 16722419. OLE color: 16722419.
HSL color Cylindrical-coordinate representation of color #F329FF: hue angle of 296.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F329FF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 41 | 255 | - |
| CMYK | 0.05 | 0.84 | 0 | 0 |
| HSL | 296.64º | 1% | 0.58% | - |
| HSV(B) | 296.64º | 0.84% | 1% | - |
| XYZ | 55.81 | 27.86 | 97.04 | - |
| YUV | 125.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 255 | 0.05 | 0.84 | 0 | 0 | 296.64 | 1 | 0.58 |
| Hex | F3 | 29 | FF | 5 | 54 | 0 | 0 | 129 | 64 | 3A |
| Octal | 363 | 51 | 377 | 5 | 124 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110011 | 101001 | 11111111 | 101 | 1010100 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F329FF
Complementary color
Monochromatic Colors of #F329FF
Black with #F329FF
Text Example
Text Example
White with #F329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329FF; }
p { color: rgb(243,41,255); }
H1.HeaderClassName
{
color: #F329FF;
}
.AnyTagClassName
{
color: #F329FF;
}
</style>
background-color css
<style>
a { background-color: #F329FF; }
a { background-color: rgb(243,41,255); }
div.DivClassName
{
background-color: #F329FF;
}
.BgClassName
{
background-color: #F329FF;
}
</style>
border-color css
<style>
span { border-color: #F329FF; }
span { border-color: rgb(243,41,255); }
td.TdClassName
{
border-color: #F329FF;
}
.TagClassName
{
border-color: #F329FF;
}
</style>