Shades of Magenta #F829FB
Tints of Magenta #F829FB
RGB
CMYK
RGB Variations
Color information
#F829FB (or 0xF829FB) is known color: Magenta. HEX triplet: F8, 29 and FB. RGB value is (248,41,251). Sum of RGB (Red+Green+Blue) = 248+41+251=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 41 (16.41% from 255 or 7.59% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #F829FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F829FB is #07D604. Grayscale: #7E7E7E. Windows color (decimal): -513541 or 16460280. OLE color: 16460280.
HSL color Cylindrical-coordinate representation of color #F829FB: hue angle of 299.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F829FB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 41 | 251 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.02 |
| HSL | 299.14º | 0.96% | 0.57% | - |
| HSV(B) | 299.14º | 0.84% | 0.98% | - |
| XYZ | 56.92 | 28.51 | 93.77 | - |
| YUV | 126.83 | 198.08 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 251 | 0.01 | 0.84 | 0 | 0.02 | 299.14 | 0.96 | 0.57 |
| Hex | F8 | 29 | FB | 1 | 54 | 0 | 2 | 12B | 60 | 39 |
| Octal | 370 | 51 | 373 | 1 | 124 | 0 | 2 | 453 | 140 | 71 |
| Binary | 11111000 | 101001 | 11111011 | 1 | 1010100 | 0 | 10 | 100101011 | 1100000 | 111001 |
Color Harmonies of #F829FB
Complementary color
Monochromatic Colors of #F829FB
Black with #F829FB
Text Example
Text Example
White with #F829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829FB; }
p { color: rgb(248,41,251); }
H1.HeaderClassName
{
color: #F829FB;
}
.AnyTagClassName
{
color: #F829FB;
}
</style>
background-color css
<style>
a { background-color: #F829FB; }
a { background-color: rgb(248,41,251); }
div.DivClassName
{
background-color: #F829FB;
}
.BgClassName
{
background-color: #F829FB;
}
</style>
border-color css
<style>
span { border-color: #F829FB; }
span { border-color: rgb(248,41,251); }
td.TdClassName
{
border-color: #F829FB;
}
.TagClassName
{
border-color: #F829FB;
}
</style>