Shades of Magenta #F329FE
Tints of Magenta #F329FE
RGB
CMYK
RGB Variations
Color information
#F329FE (or 0xF329FE) is known color: Magenta. HEX triplet: F3, 29 and FE. RGB value is (243,41,254). Sum of RGB (Red+Green+Blue) = 243+41+254=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 41 (16.41% from 255 or 7.62% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F329FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329FE is #0CD601. Grayscale: #7D7D7D. Windows color (decimal): -841218 or 16656883. OLE color: 16656883.
HSL color Cylindrical-coordinate representation of color #F329FE: hue angle of 296.9º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F329FE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 41 | 254 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.00 |
| HSL | 296.9º | 0.99% | 0.58% | - |
| HSV(B) | 296.9º | 0.84% | 1% | - |
| XYZ | 55.64 | 27.8 | 96.2 | - |
| YUV | 125.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 254 | 0.04 | 0.84 | 0 | 0.00 | 296.9 | 0.99 | 0.58 |
| Hex | F3 | 29 | FE | 4 | 54 | 0 | 0 | 129 | 63 | 3A |
| Octal | 363 | 51 | 376 | 4 | 124 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110011 | 101001 | 11111110 | 100 | 1010100 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F329FE
Complementary color
Monochromatic Colors of #F329FE
Black with #F329FE
Text Example
Text Example
White with #F329FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329FE; }
p { color: rgb(243,41,254); }
H1.HeaderClassName
{
color: #F329FE;
}
.AnyTagClassName
{
color: #F329FE;
}
</style>
background-color css
<style>
a { background-color: #F329FE; }
a { background-color: rgb(243,41,254); }
div.DivClassName
{
background-color: #F329FE;
}
.BgClassName
{
background-color: #F329FE;
}
</style>
border-color css
<style>
span { border-color: #F329FE; }
span { border-color: rgb(243,41,254); }
td.TdClassName
{
border-color: #F329FE;
}
.TagClassName
{
border-color: #F329FE;
}
</style>