Shades of Magenta #F105F5
Tints of Magenta #F105F5
RGB
CMYK
RGB Variations
Color information
#F105F5 (or 0xF105F5) is known color: Magenta. HEX triplet: F1, 05 and F5. RGB value is (241,5,245). Sum of RGB (Red+Green+Blue) = 241+5+245=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #F105F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105F5 is #0EFA0A. Grayscale: #666666. Windows color (decimal): -981515 or 16057841. OLE color: 16057841.
HSL color Cylindrical-coordinate representation of color #F105F5: hue angle of 299º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105F5 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 5 | 245 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.04 |
| HSL | 299º | 0.96% | 0.49% | - |
| HSV(B) | 299º | 0.98% | 0.96% | - |
| XYZ | 52.81 | 25.4 | 88.51 | - |
| YUV | 102.92 | 208.19 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 245 | 0.02 | 0.98 | 0 | 0.04 | 299 | 0.96 | 0.49 |
| Hex | F1 | 5 | F5 | 2 | 62 | 0 | 4 | 12B | 60 | 31 |
| Octal | 361 | 5 | 365 | 2 | 142 | 0 | 4 | 453 | 140 | 61 |
| Binary | 11110001 | 101 | 11110101 | 10 | 1100010 | 0 | 100 | 100101011 | 1100000 | 110001 |
Color Harmonies of #F105F5
Complementary color
Monochromatic Colors of #F105F5
Black with #F105F5
Text Example
Text Example
White with #F105F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105F5; }
p { color: rgb(241,5,245); }
H1.HeaderClassName
{
color: #F105F5;
}
.AnyTagClassName
{
color: #F105F5;
}
</style>
background-color css
<style>
a { background-color: #F105F5; }
a { background-color: rgb(241,5,245); }
div.DivClassName
{
background-color: #F105F5;
}
.BgClassName
{
background-color: #F105F5;
}
</style>
border-color css
<style>
span { border-color: #F105F5; }
span { border-color: rgb(241,5,245); }
td.TdClassName
{
border-color: #F105F5;
}
.TagClassName
{
border-color: #F105F5;
}
</style>