Shades of Magenta #F105FA
Tints of Magenta #F105FA
RGB
CMYK
RGB Variations
Color information
#F105FA (or 0xF105FA) is known color: Magenta. HEX triplet: F1, 05 and FA. RGB value is (241,5,250). Sum of RGB (Red+Green+Blue) = 241+5+250=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 5 (2.34% from 255 or 1.01% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #F105FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105FA is #0EFA05. Grayscale: #666666. Windows color (decimal): -981510 or 16385521. OLE color: 16385521.
HSL color Cylindrical-coordinate representation of color #F105FA: hue angle of 297.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105FA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 5 | 250 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.8º | 0.96% | 0.5% | - |
| HSV(B) | 297.8º | 0.98% | 0.98% | - |
| XYZ | 53.59 | 25.71 | 92.58 | - |
| YUV | 103.49 | 210.69 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 250 | 0.04 | 0.98 | 0 | 0.02 | 297.8 | 0.96 | 0.5 |
| Hex | F1 | 5 | FA | 4 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 361 | 5 | 372 | 4 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110001 | 101 | 11111010 | 100 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F105FA
Complementary color
Monochromatic Colors of #F105FA
Black with #F105FA
Text Example
Text Example
White with #F105FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105FA; }
p { color: rgb(241,5,250); }
H1.HeaderClassName
{
color: #F105FA;
}
.AnyTagClassName
{
color: #F105FA;
}
</style>
background-color css
<style>
a { background-color: #F105FA; }
a { background-color: rgb(241,5,250); }
div.DivClassName
{
background-color: #F105FA;
}
.BgClassName
{
background-color: #F105FA;
}
</style>
border-color css
<style>
span { border-color: #F105FA; }
span { border-color: rgb(241,5,250); }
td.TdClassName
{
border-color: #F105FA;
}
.TagClassName
{
border-color: #F105FA;
}
</style>