Shades of Magenta #F101F8
Tints of Magenta #F101F8
RGB
CMYK
RGB Variations
Color information
#F101F8 (or 0xF101F8) is known color: Magenta. HEX triplet: F1, 01 and F8. RGB value is (241,1,248). Sum of RGB (Red+Green+Blue) = 241+1+248=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #F101F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101F8 is #0EFE07. Grayscale: #646464. Windows color (decimal): -982536 or 16253425. OLE color: 16253425.
HSL color Cylindrical-coordinate representation of color #F101F8: hue angle of 298.3º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101F8 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 1 | 248 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.03 |
| HSL | 298.3º | 0.99% | 0.49% | - |
| HSV(B) | 298.3º | 1% | 0.97% | - |
| XYZ | 53.23 | 25.5 | 90.92 | - |
| YUV | 100.92 | 211.01 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 248 | 0.03 | 1.00 | 0 | 0.03 | 298.3 | 0.99 | 0.49 |
| Hex | F1 | 1 | F8 | 3 | 64 | 0 | 3 | 12A | 63 | 31 |
| Octal | 361 | 1 | 370 | 3 | 144 | 0 | 3 | 452 | 143 | 61 |
| Binary | 11110001 | 1 | 11111000 | 11 | 1100100 | 0 | 11 | 100101010 | 1100011 | 110001 |
Color Harmonies of #F101F8
Complementary color
Monochromatic Colors of #F101F8
Black with #F101F8
Text Example
Text Example
White with #F101F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101F8; }
p { color: rgb(241,1,248); }
H1.HeaderClassName
{
color: #F101F8;
}
.AnyTagClassName
{
color: #F101F8;
}
</style>
background-color css
<style>
a { background-color: #F101F8; }
a { background-color: rgb(241,1,248); }
div.DivClassName
{
background-color: #F101F8;
}
.BgClassName
{
background-color: #F101F8;
}
</style>
border-color css
<style>
span { border-color: #F101F8; }
span { border-color: rgb(241,1,248); }
td.TdClassName
{
border-color: #F101F8;
}
.TagClassName
{
border-color: #F101F8;
}
</style>