Shades of Magenta #F105F8
Tints of Magenta #F105F8
RGB
CMYK
RGB Variations
Color information
#F105F8 (or 0xF105F8) is known color: Magenta. HEX triplet: F1, 05 and F8. RGB value is (241,5,248). Sum of RGB (Red+Green+Blue) = 241+5+248=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #F105F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105F8 is #0EFA07. Grayscale: #666666. Windows color (decimal): -981512 or 16254449. OLE color: 16254449.
HSL color Cylindrical-coordinate representation of color #F105F8: hue angle of 298.27º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105F8 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 5 | 248 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.03 |
| HSL | 298.27º | 0.96% | 0.5% | - |
| HSV(B) | 298.27º | 0.98% | 0.97% | - |
| XYZ | 53.27 | 25.59 | 90.94 | - |
| YUV | 103.27 | 209.69 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 248 | 0.03 | 0.98 | 0 | 0.03 | 298.27 | 0.96 | 0.5 |
| Hex | F1 | 5 | F8 | 3 | 62 | 0 | 3 | 12A | 60 | 32 |
| Octal | 361 | 5 | 370 | 3 | 142 | 0 | 3 | 452 | 140 | 62 |
| Binary | 11110001 | 101 | 11111000 | 11 | 1100010 | 0 | 11 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F105F8
Complementary color
Monochromatic Colors of #F105F8
Black with #F105F8
Text Example
Text Example
White with #F105F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105F8; }
p { color: rgb(241,5,248); }
H1.HeaderClassName
{
color: #F105F8;
}
.AnyTagClassName
{
color: #F105F8;
}
</style>
background-color css
<style>
a { background-color: #F105F8; }
a { background-color: rgb(241,5,248); }
div.DivClassName
{
background-color: #F105F8;
}
.BgClassName
{
background-color: #F105F8;
}
</style>
border-color css
<style>
span { border-color: #F105F8; }
span { border-color: rgb(241,5,248); }
td.TdClassName
{
border-color: #F105F8;
}
.TagClassName
{
border-color: #F105F8;
}
</style>