Shades of Magenta #F000F8
Tints of Magenta #F000F8
RGB
CMYK
RGB Variations
Color information
#F000F8 (or 0xF000F8) is known color: Magenta. HEX triplet: F0, 00 and F8. RGB value is (240,0,248). Sum of RGB (Red+Green+Blue) = 240+0+248=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #F000F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000F8 is #0FFF07. Grayscale: #636363. Windows color (decimal): -1048328 or 16253168. OLE color: 16253168.
HSL color Cylindrical-coordinate representation of color #F000F8: hue angle of 298.06º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000F8 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 0 | 248 | - |
| CMYK | 0.03 | 1 | 0 | 0.03 |
| HSL | 298.06º | 1% | 0.49% | - |
| HSV(B) | 298.06º | 1% | 0.97% | - |
| XYZ | 52.88 | 25.3 | 90.9 | - |
| YUV | 100.03 | 211.51 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 248 | 0.03 | 1 | 0 | 0.03 | 298.06 | 1 | 0.49 |
| Hex | F0 | 0 | F8 | 3 | 64 | 0 | 3 | 12A | 64 | 31 |
| Octal | 360 | 0 | 370 | 3 | 144 | 0 | 3 | 452 | 144 | 61 |
| Binary | 11110000 | 0 | 11111000 | 11 | 1100100 | 0 | 11 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F000F8
Complementary color
Monochromatic Colors of #F000F8
Black with #F000F8
Text Example
Text Example
White with #F000F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000F8; }
p { color: rgb(240,0,248); }
H1.HeaderClassName
{
color: #F000F8;
}
.AnyTagClassName
{
color: #F000F8;
}
</style>
background-color css
<style>
a { background-color: #F000F8; }
a { background-color: rgb(240,0,248); }
div.DivClassName
{
background-color: #F000F8;
}
.BgClassName
{
background-color: #F000F8;
}
</style>
border-color css
<style>
span { border-color: #F000F8; }
span { border-color: rgb(240,0,248); }
td.TdClassName
{
border-color: #F000F8;
}
.TagClassName
{
border-color: #F000F8;
}
</style>