Shades of Magenta #F10DF5
Tints of Magenta #F10DF5
RGB
CMYK
RGB Variations
Color information
#F10DF5 (or 0xF10DF5) is known color: Magenta. HEX triplet: F1, 0D and F5. RGB value is (241,13,245). Sum of RGB (Red+Green+Blue) = 241+13+245=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #F10DF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10DF5 is #0EF20A. Grayscale: #6A6A6A. Windows color (decimal): -979467 or 16059889. OLE color: 16059889.
HSL color Cylindrical-coordinate representation of color #F10DF5: hue angle of 298.97º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DF5 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 13 | 245 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.04 |
| HSL | 298.97º | 0.92% | 0.51% | - |
| HSV(B) | 298.97º | 0.95% | 0.96% | - |
| XYZ | 52.9 | 25.58 | 88.54 | - |
| YUV | 107.62 | 205.54 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 245 | 0.02 | 0.95 | 0 | 0.04 | 298.97 | 0.92 | 0.51 |
| Hex | F1 | D | F5 | 2 | 5F | 0 | 4 | 12B | 5C | 33 |
| Octal | 361 | 15 | 365 | 2 | 137 | 0 | 4 | 453 | 134 | 63 |
| Binary | 11110001 | 1101 | 11110101 | 10 | 1011111 | 0 | 100 | 100101011 | 1011100 | 110011 |
Color Harmonies of #F10DF5
Complementary color
Monochromatic Colors of #F10DF5
Black with #F10DF5
Text Example
Text Example
White with #F10DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DF5; }
p { color: rgb(241,13,245); }
H1.HeaderClassName
{
color: #F10DF5;
}
.AnyTagClassName
{
color: #F10DF5;
}
</style>
background-color css
<style>
a { background-color: #F10DF5; }
a { background-color: rgb(241,13,245); }
div.DivClassName
{
background-color: #F10DF5;
}
.BgClassName
{
background-color: #F10DF5;
}
</style>
border-color css
<style>
span { border-color: #F10DF5; }
span { border-color: rgb(241,13,245); }
td.TdClassName
{
border-color: #F10DF5;
}
.TagClassName
{
border-color: #F10DF5;
}
</style>