Shades of Magenta #F103F0
Tints of Magenta #F103F0
RGB
CMYK
RGB Variations
Color information
#F103F0 (or 0xF103F0) is known color: Magenta. HEX triplet: F1, 03 and F0. RGB value is (241,3,240). Sum of RGB (Red+Green+Blue) = 241+3+240=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F103F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103F0 is #0EFC0F. Grayscale: #646464. Windows color (decimal): -982032 or 15729649. OLE color: 15729649.
HSL color Cylindrical-coordinate representation of color #F103F0: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103F0 is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 240 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.05 |
| HSL | 300.25º | 0.98% | 0.48% | - |
| HSV(B) | 300.25º | 0.99% | 0.95% | - |
| XYZ | 52.04 | 25.06 | 84.53 | - |
| YUV | 101.18 | 206.35 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 240 | 0 | 0.99 | 0.00 | 0.05 | 300.25 | 0.98 | 0.48 |
| Hex | F1 | 3 | F0 | 0 | 63 | 0 | 5 | 12C | 62 | 30 |
| Octal | 361 | 3 | 360 | 0 | 143 | 0 | 5 | 454 | 142 | 60 |
| Binary | 11110001 | 11 | 11110000 | 0 | 1100011 | 0 | 101 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F103F0
Complementary color
Monochromatic Colors of #F103F0
Black with #F103F0
Text Example
Text Example
White with #F103F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103F0; }
p { color: rgb(241,3,240); }
H1.HeaderClassName
{
color: #F103F0;
}
.AnyTagClassName
{
color: #F103F0;
}
</style>
background-color css
<style>
a { background-color: #F103F0; }
a { background-color: rgb(241,3,240); }
div.DivClassName
{
background-color: #F103F0;
}
.BgClassName
{
background-color: #F103F0;
}
</style>
border-color css
<style>
span { border-color: #F103F0; }
span { border-color: rgb(241,3,240); }
td.TdClassName
{
border-color: #F103F0;
}
.TagClassName
{
border-color: #F103F0;
}
</style>