Shades of Magenta #F10FF1
Tints of Magenta #F10FF1
RGB
CMYK
RGB Variations
Color information
#F10FF1 (or 0xF10FF1) is known color: Magenta. HEX triplet: F1, 0F and F1. RGB value is (241,15,241). Sum of RGB (Red+Green+Blue) = 241+15+241=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F10FF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FF1 is #0EF00E. Grayscale: #6B6B6B. Windows color (decimal): -978959 or 15798257. OLE color: 15798257.
HSL color Cylindrical-coordinate representation of color #F10FF1: hue angle of 300º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FF1 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 241 | - |
| CMYK | 0 | 0.94 | 0 | 0.05 |
| HSL | 300º | 0.89% | 0.5% | - |
| HSV(B) | 300º | 0.94% | 0.95% | - |
| XYZ | 52.32 | 25.39 | 85.36 | - |
| YUV | 108.34 | 202.87 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 241 | 0 | 0.94 | 0 | 0.05 | 300 | 0.89 | 0.5 |
| Hex | F1 | F | F1 | 0 | 5E | 0 | 5 | 12C | 59 | 32 |
| Octal | 361 | 17 | 361 | 0 | 136 | 0 | 5 | 454 | 131 | 62 |
| Binary | 11110001 | 1111 | 11110001 | 0 | 1011110 | 0 | 101 | 100101100 | 1011001 | 110010 |
Color Harmonies of #F10FF1
Complementary color
Monochromatic Colors of #F10FF1
Black with #F10FF1
Text Example
Text Example
White with #F10FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FF1; }
p { color: rgb(241,15,241); }
H1.HeaderClassName
{
color: #F10FF1;
}
.AnyTagClassName
{
color: #F10FF1;
}
</style>
background-color css
<style>
a { background-color: #F10FF1; }
a { background-color: rgb(241,15,241); }
div.DivClassName
{
background-color: #F10FF1;
}
.BgClassName
{
background-color: #F10FF1;
}
</style>
border-color css
<style>
span { border-color: #F10FF1; }
span { border-color: rgb(241,15,241); }
td.TdClassName
{
border-color: #F10FF1;
}
.TagClassName
{
border-color: #F10FF1;
}
</style>