Shades of Magenta #F830F8
Tints of Magenta #F830F8
RGB
CMYK
RGB Variations
Color information
#F830F8 (or 0xF830F8) is known color: Magenta. HEX triplet: F8, 30 and F8. RGB value is (248,48,248). Sum of RGB (Red+Green+Blue) = 248+48+248=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F830F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830F8 is #07CF07. Grayscale: #828282. Windows color (decimal): -511752 or 16265464. OLE color: 16265464.
HSL color Cylindrical-coordinate representation of color #F830F8: hue angle of 300º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830F8 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 248 | - |
| CMYK | 0 | 0.81 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.58% | - |
| HSV(B) | 300º | 0.81% | 0.97% | - |
| XYZ | 56.71 | 28.85 | 91.39 | - |
| YUV | 130.6 | 194.26 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 248 | 0 | 0.81 | 0 | 0.03 | 300 | 0.93 | 0.58 |
| Hex | F8 | 30 | F8 | 0 | 51 | 0 | 3 | 12C | 5D | 3A |
| Octal | 370 | 60 | 370 | 0 | 121 | 0 | 3 | 454 | 135 | 72 |
| Binary | 11111000 | 110000 | 11111000 | 0 | 1010001 | 0 | 11 | 100101100 | 1011101 | 111010 |
Color Harmonies of #F830F8
Complementary color
Monochromatic Colors of #F830F8
Black with #F830F8
Text Example
Text Example
White with #F830F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830F8; }
p { color: rgb(248,48,248); }
H1.HeaderClassName
{
color: #F830F8;
}
.AnyTagClassName
{
color: #F830F8;
}
</style>
background-color css
<style>
a { background-color: #F830F8; }
a { background-color: rgb(248,48,248); }
div.DivClassName
{
background-color: #F830F8;
}
.BgClassName
{
background-color: #F830F8;
}
</style>
border-color css
<style>
span { border-color: #F830F8; }
span { border-color: rgb(248,48,248); }
td.TdClassName
{
border-color: #F830F8;
}
.TagClassName
{
border-color: #F830F8;
}
</style>