Shades of Magenta #F329F6
Tints of Magenta #F329F6
RGB
CMYK
RGB Variations
Color information
#F329F6 (or 0xF329F6) is known color: Magenta. HEX triplet: F3, 29 and F6. RGB value is (243,41,246). Sum of RGB (Red+Green+Blue) = 243+41+246=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #F329F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329F6 is #0CD609. Grayscale: #7C7C7C. Windows color (decimal): -841226 or 16132595. OLE color: 16132595.
HSL color Cylindrical-coordinate representation of color #F329F6: hue angle of 299.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329F6 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 41 | 246 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.04 |
| HSL | 299.12º | 0.92% | 0.56% | - |
| HSV(B) | 299.12º | 0.83% | 0.96% | - |
| XYZ | 54.39 | 27.29 | 89.59 | - |
| YUV | 124.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 246 | 0.01 | 0.83 | 0 | 0.04 | 299.12 | 0.92 | 0.56 |
| Hex | F3 | 29 | F6 | 1 | 53 | 0 | 4 | 12B | 5C | 38 |
| Octal | 363 | 51 | 366 | 1 | 123 | 0 | 4 | 453 | 134 | 70 |
| Binary | 11110011 | 101001 | 11110110 | 1 | 1010011 | 0 | 100 | 100101011 | 1011100 | 111000 |
Color Harmonies of #F329F6
Complementary color
Monochromatic Colors of #F329F6
Black with #F329F6
Text Example
Text Example
White with #F329F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329F6; }
p { color: rgb(243,41,246); }
H1.HeaderClassName
{
color: #F329F6;
}
.AnyTagClassName
{
color: #F329F6;
}
</style>
background-color css
<style>
a { background-color: #F329F6; }
a { background-color: rgb(243,41,246); }
div.DivClassName
{
background-color: #F329F6;
}
.BgClassName
{
background-color: #F329F6;
}
</style>
border-color css
<style>
span { border-color: #F329F6; }
span { border-color: rgb(243,41,246); }
td.TdClassName
{
border-color: #F329F6;
}
.TagClassName
{
border-color: #F329F6;
}
</style>