Shades of Magenta #F729F3
Tints of Magenta #F729F3
RGB
CMYK
RGB Variations
Color information
#F729F3 (or 0xF729F3) is known color: Magenta. HEX triplet: F7, 29 and F3. RGB value is (247,41,243). Sum of RGB (Red+Green+Blue) = 247+41+243=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 41 (16.41% from 255 or 7.72% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F729F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F729F3 is #08D60C. Grayscale: #7D7D7D. Windows color (decimal): -579085 or 15935991. OLE color: 15935991.
HSL color Cylindrical-coordinate representation of color #F729F3: hue angle of 301.17º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F729F3 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 243 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.03 |
| HSL | 301.17º | 0.93% | 0.56% | - |
| HSV(B) | 301.17º | 0.83% | 0.97% | - |
| XYZ | 55.33 | 27.83 | 87.25 | - |
| YUV | 125.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 243 | 0 | 0.83 | 0.02 | 0.03 | 301.17 | 0.93 | 0.56 |
| Hex | F7 | 29 | F3 | 0 | 53 | 2 | 3 | 12D | 5D | 38 |
| Octal | 367 | 51 | 363 | 0 | 123 | 2 | 3 | 455 | 135 | 70 |
| Binary | 11110111 | 101001 | 11110011 | 0 | 1010011 | 10 | 11 | 100101101 | 1011101 | 111000 |
Color Harmonies of #F729F3
Complementary color
Monochromatic Colors of #F729F3
Black with #F729F3
Text Example
Text Example
White with #F729F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F729F3; }
p { color: rgb(247,41,243); }
H1.HeaderClassName
{
color: #F729F3;
}
.AnyTagClassName
{
color: #F729F3;
}
</style>
background-color css
<style>
a { background-color: #F729F3; }
a { background-color: rgb(247,41,243); }
div.DivClassName
{
background-color: #F729F3;
}
.BgClassName
{
background-color: #F729F3;
}
</style>
border-color css
<style>
span { border-color: #F729F3; }
span { border-color: rgb(247,41,243); }
td.TdClassName
{
border-color: #F729F3;
}
.TagClassName
{
border-color: #F729F3;
}
</style>