Shades of Magenta #F829F5
Tints of Magenta #F829F5
RGB
CMYK
RGB Variations
Color information
#F829F5 (or 0xF829F5) is known color: Magenta. HEX triplet: F8, 29 and F5. RGB value is (248,41,245). Sum of RGB (Red+Green+Blue) = 248+41+245=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 41 (16.41% from 255 or 7.68% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F829F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829F5 is #07D60A. Grayscale: #7D7D7D. Windows color (decimal): -513547 or 16067064. OLE color: 16067064.
HSL color Cylindrical-coordinate representation of color #F829F5: hue angle of 300.87º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829F5 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 245 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.03 |
| HSL | 300.87º | 0.94% | 0.57% | - |
| HSV(B) | 300.87º | 0.83% | 0.97% | - |
| XYZ | 55.99 | 28.13 | 88.87 | - |
| YUV | 126.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 245 | 0 | 0.83 | 0.01 | 0.03 | 300.87 | 0.94 | 0.57 |
| Hex | F8 | 29 | F5 | 0 | 53 | 1 | 3 | 12D | 5E | 39 |
| Octal | 370 | 51 | 365 | 0 | 123 | 1 | 3 | 455 | 136 | 71 |
| Binary | 11111000 | 101001 | 11110101 | 0 | 1010011 | 1 | 11 | 100101101 | 1011110 | 111001 |
Color Harmonies of #F829F5
Complementary color
Monochromatic Colors of #F829F5
Black with #F829F5
Text Example
Text Example
White with #F829F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829F5; }
p { color: rgb(248,41,245); }
H1.HeaderClassName
{
color: #F829F5;
}
.AnyTagClassName
{
color: #F829F5;
}
</style>
background-color css
<style>
a { background-color: #F829F5; }
a { background-color: rgb(248,41,245); }
div.DivClassName
{
background-color: #F829F5;
}
.BgClassName
{
background-color: #F829F5;
}
</style>
border-color css
<style>
span { border-color: #F829F5; }
span { border-color: rgb(248,41,245); }
td.TdClassName
{
border-color: #F829F5;
}
.TagClassName
{
border-color: #F829F5;
}
</style>