Shades of Magenta #F100F9
Tints of Magenta #F100F9
RGB
CMYK
RGB Variations
Color information
#F100F9 (or 0xF100F9) is known color: Magenta. HEX triplet: F1, 00 and F9. RGB value is (241,0,249). Sum of RGB (Red+Green+Blue) = 241+0+249=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #F100F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100F9 is #0EFF06. Grayscale: #636363. Windows color (decimal): -982791 or 16318705. OLE color: 16318705.
HSL color Cylindrical-coordinate representation of color #F100F9: hue angle of 298.07º 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 #F100F9 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 0 | 249 | - |
| CMYK | 0.03 | 1 | 0 | 0.02 |
| HSL | 298.07º | 1% | 0.49% | - |
| HSV(B) | 298.07º | 1% | 0.98% | - |
| XYZ | 53.37 | 25.54 | 91.74 | - |
| YUV | 100.45 | 211.84 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 249 | 0.03 | 1 | 0 | 0.02 | 298.07 | 1 | 0.49 |
| Hex | F1 | 0 | F9 | 3 | 64 | 0 | 2 | 12A | 64 | 31 |
| Octal | 361 | 0 | 371 | 3 | 144 | 0 | 2 | 452 | 144 | 61 |
| Binary | 11110001 | 0 | 11111001 | 11 | 1100100 | 0 | 10 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F100F9
Complementary color
Monochromatic Colors of #F100F9
Black with #F100F9
Text Example
Text Example
White with #F100F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100F9; }
p { color: rgb(241,0,249); }
H1.HeaderClassName
{
color: #F100F9;
}
.AnyTagClassName
{
color: #F100F9;
}
</style>
background-color css
<style>
a { background-color: #F100F9; }
a { background-color: rgb(241,0,249); }
div.DivClassName
{
background-color: #F100F9;
}
.BgClassName
{
background-color: #F100F9;
}
</style>
border-color css
<style>
span { border-color: #F100F9; }
span { border-color: rgb(241,0,249); }
td.TdClassName
{
border-color: #F100F9;
}
.TagClassName
{
border-color: #F100F9;
}
</style>