Shades of Magenta #F832FE
Tints of Magenta #F832FE
RGB
CMYK
RGB Variations
Color information
#F832FE (or 0xF832FE) is known color: Magenta. HEX triplet: F8, 32 and FE. RGB value is (248,50,254). Sum of RGB (Red+Green+Blue) = 248+50+254=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 50 (19.92% from 255 or 9.06% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #F832FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F832FE is #07CD01. Grayscale: #838383. Windows color (decimal): -511234 or 16659192. OLE color: 16659192.
HSL color Cylindrical-coordinate representation of color #F832FE: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832FE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 50 | 254 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.00 |
| HSL | 298.24º | 0.99% | 0.6% | - |
| HSV(B) | 298.24º | 0.8% | 1% | - |
| XYZ | 57.74 | 29.39 | 96.4 | - |
| YUV | 132.46 | 196.6 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 254 | 0.02 | 0.80 | 0 | 0.00 | 298.24 | 0.99 | 0.6 |
| Hex | F8 | 32 | FE | 2 | 50 | 0 | 0 | 12A | 63 | 3C |
| Octal | 370 | 62 | 376 | 2 | 120 | 0 | 0 | 452 | 143 | 74 |
| Binary | 11111000 | 110010 | 11111110 | 10 | 1010000 | 0 | 0 | 100101010 | 1100011 | 111100 |
Color Harmonies of #F832FE
Complementary color
Monochromatic Colors of #F832FE
Black with #F832FE
Text Example
Text Example
White with #F832FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F832FE; }
p { color: rgb(248,50,254); }
H1.HeaderClassName
{
color: #F832FE;
}
.AnyTagClassName
{
color: #F832FE;
}
</style>
background-color css
<style>
a { background-color: #F832FE; }
a { background-color: rgb(248,50,254); }
div.DivClassName
{
background-color: #F832FE;
}
.BgClassName
{
background-color: #F832FE;
}
</style>
border-color css
<style>
span { border-color: #F832FE; }
span { border-color: rgb(248,50,254); }
td.TdClassName
{
border-color: #F832FE;
}
.TagClassName
{
border-color: #F832FE;
}
</style>