Shades of Magenta #F030F8
Tints of Magenta #F030F8
RGB
CMYK
RGB Variations
Color information
#F030F8 (or 0xF030F8) is known color: Magenta. HEX triplet: F0, 30 and F8. RGB value is (240,48,248). Sum of RGB (Red+Green+Blue) = 240+48+248=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 48 (19.14% from 255 or 8.96% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #F030F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030F8 is #0FCF07. Grayscale: #7F7F7F. Windows color (decimal): -1036040 or 16265456. OLE color: 16265456.
HSL color Cylindrical-coordinate representation of color #F030F8: hue angle of 297.6º 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 #F030F8 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 48 | 248 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.03 |
| HSL | 297.6º | 0.93% | 0.58% | - |
| HSV(B) | 297.6º | 0.81% | 0.97% | - |
| XYZ | 53.94 | 27.42 | 91.26 | - |
| YUV | 128.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 248 | 0.03 | 0.81 | 0 | 0.03 | 297.6 | 0.93 | 0.58 |
| Hex | F0 | 30 | F8 | 3 | 51 | 0 | 3 | 12A | 5D | 3A |
| Octal | 360 | 60 | 370 | 3 | 121 | 0 | 3 | 452 | 135 | 72 |
| Binary | 11110000 | 110000 | 11111000 | 11 | 1010001 | 0 | 11 | 100101010 | 1011101 | 111010 |
Color Harmonies of #F030F8
Complementary color
Monochromatic Colors of #F030F8
Black with #F030F8
Text Example
Text Example
White with #F030F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030F8; }
p { color: rgb(240,48,248); }
H1.HeaderClassName
{
color: #F030F8;
}
.AnyTagClassName
{
color: #F030F8;
}
</style>
background-color css
<style>
a { background-color: #F030F8; }
a { background-color: rgb(240,48,248); }
div.DivClassName
{
background-color: #F030F8;
}
.BgClassName
{
background-color: #F030F8;
}
</style>
border-color css
<style>
span { border-color: #F030F8; }
span { border-color: rgb(240,48,248); }
td.TdClassName
{
border-color: #F030F8;
}
.TagClassName
{
border-color: #F030F8;
}
</style>