Shades of Magenta #F104FE
Tints of Magenta #F104FE
RGB
CMYK
RGB Variations
Color information
#F104FE (or 0xF104FE) is known color: Magenta. HEX triplet: F1, 04 and FE. RGB value is (241,4,254). Sum of RGB (Red+Green+Blue) = 241+4+254=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #F104FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F104FE is #0EFB01. Grayscale: #666666. Windows color (decimal): -981762 or 16647409. OLE color: 16647409.
HSL color Cylindrical-coordinate representation of color #F104FE: hue angle of 296.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F104FE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 4 | 254 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.00 |
| HSL | 296.88º | 0.99% | 0.51% | - |
| HSV(B) | 296.88º | 0.98% | 1% | - |
| XYZ | 54.21 | 25.94 | 95.92 | - |
| YUV | 103.36 | 213.02 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 254 | 0.05 | 0.98 | 0 | 0.00 | 296.88 | 0.99 | 0.51 |
| Hex | F1 | 4 | FE | 5 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 361 | 4 | 376 | 5 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110001 | 100 | 11111110 | 101 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F104FE
Complementary color
Monochromatic Colors of #F104FE
Black with #F104FE
Text Example
Text Example
White with #F104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104FE; }
p { color: rgb(241,4,254); }
H1.HeaderClassName
{
color: #F104FE;
}
.AnyTagClassName
{
color: #F104FE;
}
</style>
background-color css
<style>
a { background-color: #F104FE; }
a { background-color: rgb(241,4,254); }
div.DivClassName
{
background-color: #F104FE;
}
.BgClassName
{
background-color: #F104FE;
}
</style>
border-color css
<style>
span { border-color: #F104FE; }
span { border-color: rgb(241,4,254); }
td.TdClassName
{
border-color: #F104FE;
}
.TagClassName
{
border-color: #F104FE;
}
</style>