Shades of Magenta #F103FF
Tints of Magenta #F103FF
RGB
CMYK
RGB Variations
Color information
#F103FF (or 0xF103FF) is known color: Magenta. HEX triplet: F1, 03 and FF. RGB value is (241,3,255). Sum of RGB (Red+Green+Blue) = 241+3+255=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 3 (1.56% from 255 or 0.60% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #F103FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103FF is #0EFC00. Grayscale: #666666. Windows color (decimal): -982017 or 16712689. OLE color: 16712689.
HSL color Cylindrical-coordinate representation of color #F103FF: hue angle of 296.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103FF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 3 | 255 | - |
| CMYK | 0.05 | 0.99 | 0 | 0 |
| HSL | 296.67º | 1% | 0.51% | - |
| HSV(B) | 296.67º | 0.99% | 1% | - |
| XYZ | 54.36 | 25.99 | 96.76 | - |
| YUV | 102.89 | 213.85 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 255 | 0.05 | 0.99 | 0 | 0 | 296.67 | 1 | 0.51 |
| Hex | F1 | 3 | FF | 5 | 63 | 0 | 0 | 129 | 64 | 33 |
| Octal | 361 | 3 | 377 | 5 | 143 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110001 | 11 | 11111111 | 101 | 1100011 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F103FF
Complementary color
Monochromatic Colors of #F103FF
Black with #F103FF
Text Example
Text Example
White with #F103FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103FF; }
p { color: rgb(241,3,255); }
H1.HeaderClassName
{
color: #F103FF;
}
.AnyTagClassName
{
color: #F103FF;
}
</style>
background-color css
<style>
a { background-color: #F103FF; }
a { background-color: rgb(241,3,255); }
div.DivClassName
{
background-color: #F103FF;
}
.BgClassName
{
background-color: #F103FF;
}
</style>
border-color css
<style>
span { border-color: #F103FF; }
span { border-color: rgb(241,3,255); }
td.TdClassName
{
border-color: #F103FF;
}
.TagClassName
{
border-color: #F103FF;
}
</style>