Shades of Magenta #F800F9
Tints of Magenta #F800F9
RGB
CMYK
RGB Variations
Color information
#F800F9 (or 0xF800F9) is known color: Magenta. HEX triplet: F8, 00 and F9. RGB value is (248,0,249). Sum of RGB (Red+Green+Blue) = 248+0+249=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 0 (0.39% from 255 or 0% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #F800F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F9 is #07FF06. Grayscale: #656565. Windows color (decimal): -524039 or 16318712. OLE color: 16318712.
HSL color Cylindrical-coordinate representation of color #F800F9: hue angle of 299.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800F9 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 0 | 249 | - |
| CMYK | 0.00 | 1 | 0 | 0.02 |
| HSL | 299.76º | 1% | 0.49% | - |
| HSV(B) | 299.76º | 1% | 0.98% | - |
| XYZ | 55.81 | 26.8 | 91.85 | - |
| YUV | 102.54 | 210.66 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 249 | 0.00 | 1 | 0 | 0.02 | 299.76 | 1 | 0.49 |
| Hex | F8 | 0 | F9 | 0 | 64 | 0 | 2 | 12C | 64 | 31 |
| Octal | 370 | 0 | 371 | 0 | 144 | 0 | 2 | 454 | 144 | 61 |
| Binary | 11111000 | 0 | 11111001 | 0 | 1100100 | 0 | 10 | 100101100 | 1100100 | 110001 |
Color Harmonies of #F800F9
Complementary color
Monochromatic Colors of #F800F9
Black with #F800F9
Text Example
Text Example
White with #F800F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800F9; }
p { color: rgb(248,0,249); }
H1.HeaderClassName
{
color: #F800F9;
}
.AnyTagClassName
{
color: #F800F9;
}
</style>
background-color css
<style>
a { background-color: #F800F9; }
a { background-color: rgb(248,0,249); }
div.DivClassName
{
background-color: #F800F9;
}
.BgClassName
{
background-color: #F800F9;
}
</style>
border-color css
<style>
span { border-color: #F800F9; }
span { border-color: rgb(248,0,249); }
td.TdClassName
{
border-color: #F800F9;
}
.TagClassName
{
border-color: #F800F9;
}
</style>