Shades of Magenta #F811F9
Tints of Magenta #F811F9
RGB
CMYK
RGB Variations
Color information
#F811F9 (or 0xF811F9) is known color: Magenta. HEX triplet: F8, 11 and F9. RGB value is (248,17,249). Sum of RGB (Red+Green+Blue) = 248+17+249=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 17 (7.03% from 255 or 3.31% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #F811F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811F9 is #07EE06. Grayscale: #6F6F6F. Windows color (decimal): -519687 or 16323064. OLE color: 16323064.
HSL color Cylindrical-coordinate representation of color #F811F9: hue angle of 299.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811F9 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 17 | 249 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.02 |
| HSL | 299.74º | 0.95% | 0.52% | - |
| HSV(B) | 299.74º | 0.93% | 0.98% | - |
| XYZ | 56.01 | 27.2 | 91.92 | - |
| YUV | 112.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 249 | 0.00 | 0.93 | 0 | 0.02 | 299.74 | 0.95 | 0.52 |
| Hex | F8 | 11 | F9 | 0 | 5D | 0 | 2 | 12C | 5F | 34 |
| Octal | 370 | 21 | 371 | 0 | 135 | 0 | 2 | 454 | 137 | 64 |
| Binary | 11111000 | 10001 | 11111001 | 0 | 1011101 | 0 | 10 | 100101100 | 1011111 | 110100 |
Color Harmonies of #F811F9
Complementary color
Monochromatic Colors of #F811F9
Black with #F811F9
Text Example
Text Example
White with #F811F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811F9; }
p { color: rgb(248,17,249); }
H1.HeaderClassName
{
color: #F811F9;
}
.AnyTagClassName
{
color: #F811F9;
}
</style>
background-color css
<style>
a { background-color: #F811F9; }
a { background-color: rgb(248,17,249); }
div.DivClassName
{
background-color: #F811F9;
}
.BgClassName
{
background-color: #F811F9;
}
</style>
border-color css
<style>
span { border-color: #F811F9; }
span { border-color: rgb(248,17,249); }
td.TdClassName
{
border-color: #F811F9;
}
.TagClassName
{
border-color: #F811F9;
}
</style>