Shades of Magenta #F103FE
Tints of Magenta #F103FE
RGB
CMYK
RGB Variations
Color information
#F103FE (or 0xF103FE) is known color: Magenta. HEX triplet: F1, 03 and FE. RGB value is (241,3,254). Sum of RGB (Red+Green+Blue) = 241+3+254=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 3 (1.56% from 255 or 0.60% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #F103FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103FE is #0EFC01. Grayscale: #666666. Windows color (decimal): -982018 or 16647153. OLE color: 16647153.
HSL color Cylindrical-coordinate representation of color #F103FE: hue angle of 296.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103FE is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 3 | 254 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.00 |
| HSL | 296.89º | 0.99% | 0.5% | - |
| HSV(B) | 296.89º | 0.99% | 1% | - |
| XYZ | 54.2 | 25.92 | 95.91 | - |
| YUV | 102.78 | 213.35 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 254 | 0.05 | 0.99 | 0 | 0.00 | 296.89 | 0.99 | 0.5 |
| Hex | F1 | 3 | FE | 5 | 63 | 0 | 0 | 129 | 63 | 32 |
| Octal | 361 | 3 | 376 | 5 | 143 | 0 | 0 | 451 | 143 | 62 |
| Binary | 11110001 | 11 | 11111110 | 101 | 1100011 | 0 | 0 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F103FE
Complementary color
Monochromatic Colors of #F103FE
Black with #F103FE
Text Example
Text Example
White with #F103FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103FE; }
p { color: rgb(241,3,254); }
H1.HeaderClassName
{
color: #F103FE;
}
.AnyTagClassName
{
color: #F103FE;
}
</style>
background-color css
<style>
a { background-color: #F103FE; }
a { background-color: rgb(241,3,254); }
div.DivClassName
{
background-color: #F103FE;
}
.BgClassName
{
background-color: #F103FE;
}
</style>
border-color css
<style>
span { border-color: #F103FE; }
span { border-color: rgb(241,3,254); }
td.TdClassName
{
border-color: #F103FE;
}
.TagClassName
{
border-color: #F103FE;
}
</style>