Shades of Magenta #F832FF
Tints of Magenta #F832FF
RGB
CMYK
RGB Variations
Color information
#F832FF (or 0xF832FF) is known color: Magenta. HEX triplet: F8, 32 and FF. RGB value is (248,50,255). Sum of RGB (Red+Green+Blue) = 248+50+255=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 50 (19.92% from 255 or 9.04% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F832FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F832FF is #07CD00. Grayscale: #838383. Windows color (decimal): -511233 or 16724728. OLE color: 16724728.
HSL color Cylindrical-coordinate representation of color #F832FF: hue angle of 297.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832FF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 50 | 255 | - |
| CMYK | 0.03 | 0.80 | 0 | 0 |
| HSL | 297.95º | 1% | 0.6% | - |
| HSV(B) | 297.95º | 0.8% | 1% | - |
| XYZ | 57.9 | 29.46 | 97.24 | - |
| YUV | 132.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 255 | 0.03 | 0.80 | 0 | 0 | 297.95 | 1 | 0.6 |
| Hex | F8 | 32 | FF | 3 | 50 | 0 | 0 | 12A | 64 | 3C |
| Octal | 370 | 62 | 377 | 3 | 120 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111000 | 110010 | 11111111 | 11 | 1010000 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F832FF
Complementary color
Monochromatic Colors of #F832FF
Black with #F832FF
Text Example
Text Example
White with #F832FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F832FF; }
p { color: rgb(248,50,255); }
H1.HeaderClassName
{
color: #F832FF;
}
.AnyTagClassName
{
color: #F832FF;
}
</style>
background-color css
<style>
a { background-color: #F832FF; }
a { background-color: rgb(248,50,255); }
div.DivClassName
{
background-color: #F832FF;
}
.BgClassName
{
background-color: #F832FF;
}
</style>
border-color css
<style>
span { border-color: #F832FF; }
span { border-color: rgb(248,50,255); }
td.TdClassName
{
border-color: #F832FF;
}
.TagClassName
{
border-color: #F832FF;
}
</style>