Shades of Magenta #F105F2
Tints of Magenta #F105F2
RGB
CMYK
RGB Variations
Color information
#F105F2 (or 0xF105F2) is known color: Magenta. HEX triplet: F1, 05 and F2. RGB value is (241,5,242). Sum of RGB (Red+Green+Blue) = 241+5+242=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #F105F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105F2 is #0EFA0D. Grayscale: #656565. Windows color (decimal): -981518 or 15861233. OLE color: 15861233.
HSL color Cylindrical-coordinate representation of color #F105F2: hue angle of 299.75º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105F2 is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 242 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.05 |
| HSL | 299.75º | 0.96% | 0.48% | - |
| HSV(B) | 299.75º | 0.98% | 0.95% | - |
| XYZ | 52.36 | 25.22 | 86.11 | - |
| YUV | 102.58 | 206.69 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 242 | 0.00 | 0.98 | 0 | 0.05 | 299.75 | 0.96 | 0.48 |
| Hex | F1 | 5 | F2 | 0 | 62 | 0 | 5 | 12C | 60 | 30 |
| Octal | 361 | 5 | 362 | 0 | 142 | 0 | 5 | 454 | 140 | 60 |
| Binary | 11110001 | 101 | 11110010 | 0 | 1100010 | 0 | 101 | 100101100 | 1100000 | 110000 |
Color Harmonies of #F105F2
Complementary color
Monochromatic Colors of #F105F2
Black with #F105F2
Text Example
Text Example
White with #F105F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105F2; }
p { color: rgb(241,5,242); }
H1.HeaderClassName
{
color: #F105F2;
}
.AnyTagClassName
{
color: #F105F2;
}
</style>
background-color css
<style>
a { background-color: #F105F2; }
a { background-color: rgb(241,5,242); }
div.DivClassName
{
background-color: #F105F2;
}
.BgClassName
{
background-color: #F105F2;
}
</style>
border-color css
<style>
span { border-color: #F105F2; }
span { border-color: rgb(241,5,242); }
td.TdClassName
{
border-color: #F105F2;
}
.TagClassName
{
border-color: #F105F2;
}
</style>