Shades of Magenta #F729FE
Tints of Magenta #F729FE
RGB
CMYK
RGB Variations
Color information
#F729FE (or 0xF729FE) is known color: Magenta. HEX triplet: F7, 29 and FE. RGB value is (247,41,254). Sum of RGB (Red+Green+Blue) = 247+41+254=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 41 (16.41% from 255 or 7.56% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #F729FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F729FE is #08D601. Grayscale: #7E7E7E. Windows color (decimal): -579074 or 16656887. OLE color: 16656887.
HSL color Cylindrical-coordinate representation of color #F729FE: hue angle of 298.03º 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 #F729FE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 41 | 254 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.00 |
| HSL | 298.03º | 0.99% | 0.58% | - |
| HSV(B) | 298.03º | 0.84% | 1% | - |
| XYZ | 57.04 | 28.52 | 96.26 | - |
| YUV | 126.88 | 199.75 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 254 | 0.03 | 0.84 | 0 | 0.00 | 298.03 | 0.99 | 0.58 |
| Hex | F7 | 29 | FE | 3 | 54 | 0 | 0 | 12A | 63 | 3A |
| Octal | 367 | 51 | 376 | 3 | 124 | 0 | 0 | 452 | 143 | 72 |
| Binary | 11110111 | 101001 | 11111110 | 11 | 1010100 | 0 | 0 | 100101010 | 1100011 | 111010 |
Color Harmonies of #F729FE
Complementary color
Monochromatic Colors of #F729FE
Black with #F729FE
Text Example
Text Example
White with #F729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F729FE; }
p { color: rgb(247,41,254); }
H1.HeaderClassName
{
color: #F729FE;
}
.AnyTagClassName
{
color: #F729FE;
}
</style>
background-color css
<style>
a { background-color: #F729FE; }
a { background-color: rgb(247,41,254); }
div.DivClassName
{
background-color: #F729FE;
}
.BgClassName
{
background-color: #F729FE;
}
</style>
border-color css
<style>
span { border-color: #F729FE; }
span { border-color: rgb(247,41,254); }
td.TdClassName
{
border-color: #F729FE;
}
.TagClassName
{
border-color: #F729FE;
}
</style>