Shades of Magenta #F830FE
Tints of Magenta #F830FE
RGB
CMYK
RGB Variations
Color information
#F830FE (or 0xF830FE) is known color: Magenta. HEX triplet: F8, 30 and FE. RGB value is (248,48,254). Sum of RGB (Red+Green+Blue) = 248+48+254=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 48 (19.14% from 255 or 8.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #F830FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830FE is #07CF01. Grayscale: #828282. Windows color (decimal): -511746 or 16658680. OLE color: 16658680.
HSL color Cylindrical-coordinate representation of color #F830FE: hue angle of 298.25º 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 #F830FE is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 48 | 254 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.00 |
| HSL | 298.25º | 0.99% | 0.59% | - |
| HSV(B) | 298.25º | 0.81% | 1% | - |
| XYZ | 57.66 | 29.23 | 96.37 | - |
| YUV | 131.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 254 | 0.02 | 0.81 | 0 | 0.00 | 298.25 | 0.99 | 0.59 |
| Hex | F8 | 30 | FE | 2 | 51 | 0 | 0 | 12A | 63 | 3B |
| Octal | 370 | 60 | 376 | 2 | 121 | 0 | 0 | 452 | 143 | 73 |
| Binary | 11111000 | 110000 | 11111110 | 10 | 1010001 | 0 | 0 | 100101010 | 1100011 | 111011 |
Color Harmonies of #F830FE
Complementary color
Monochromatic Colors of #F830FE
Black with #F830FE
Text Example
Text Example
White with #F830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830FE; }
p { color: rgb(248,48,254); }
H1.HeaderClassName
{
color: #F830FE;
}
.AnyTagClassName
{
color: #F830FE;
}
</style>
background-color css
<style>
a { background-color: #F830FE; }
a { background-color: rgb(248,48,254); }
div.DivClassName
{
background-color: #F830FE;
}
.BgClassName
{
background-color: #F830FE;
}
</style>
border-color css
<style>
span { border-color: #F830FE; }
span { border-color: rgb(248,48,254); }
td.TdClassName
{
border-color: #F830FE;
}
.TagClassName
{
border-color: #F830FE;
}
</style>