Shades of Magenta #F831FE
Tints of Magenta #F831FE
RGB
CMYK
RGB Variations
Color information
#F831FE (or 0xF831FE) is known color: Magenta. HEX triplet: F8, 31 and FE. RGB value is (248,49,254). Sum of RGB (Red+Green+Blue) = 248+49+254=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 49 (19.53% from 255 or 8.89% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F831FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831FE is #07CE01. Grayscale: #838383. Windows color (decimal): -511490 or 16658936. OLE color: 16658936.
HSL color Cylindrical-coordinate representation of color #F831FE: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F831FE is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 49 | 254 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.00 |
| HSL | 298.24º | 0.99% | 0.59% | - |
| HSV(B) | 298.24º | 0.81% | 1% | - |
| XYZ | 57.7 | 29.31 | 96.38 | - |
| YUV | 131.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 254 | 0.02 | 0.81 | 0 | 0.00 | 298.24 | 0.99 | 0.59 |
| Hex | F8 | 31 | FE | 2 | 51 | 0 | 0 | 12A | 63 | 3B |
| Octal | 370 | 61 | 376 | 2 | 121 | 0 | 0 | 452 | 143 | 73 |
| Binary | 11111000 | 110001 | 11111110 | 10 | 1010001 | 0 | 0 | 100101010 | 1100011 | 111011 |
Color Harmonies of #F831FE
Complementary color
Monochromatic Colors of #F831FE
Black with #F831FE
Text Example
Text Example
White with #F831FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831FE; }
p { color: rgb(248,49,254); }
H1.HeaderClassName
{
color: #F831FE;
}
.AnyTagClassName
{
color: #F831FE;
}
</style>
background-color css
<style>
a { background-color: #F831FE; }
a { background-color: rgb(248,49,254); }
div.DivClassName
{
background-color: #F831FE;
}
.BgClassName
{
background-color: #F831FE;
}
</style>
border-color css
<style>
span { border-color: #F831FE; }
span { border-color: rgb(248,49,254); }
td.TdClassName
{
border-color: #F831FE;
}
.TagClassName
{
border-color: #F831FE;
}
</style>