Shades of Magenta #F100F8
Tints of Magenta #F100F8
RGB
CMYK
RGB Variations
Color information
#F100F8 (or 0xF100F8) is known color: Magenta. HEX triplet: F1, 00 and F8. RGB value is (241,0,248). Sum of RGB (Red+Green+Blue) = 241+0+248=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #F100F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100F8 is #0EFF07. Grayscale: #636363. Windows color (decimal): -982792 or 16253169. OLE color: 16253169.
HSL color Cylindrical-coordinate representation of color #F100F8: hue angle of 298.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100F8 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 0 | 248 | - |
| CMYK | 0.03 | 1 | 0 | 0.03 |
| HSL | 298.31º | 1% | 0.49% | - |
| HSV(B) | 298.31º | 1% | 0.97% | - |
| XYZ | 53.22 | 25.48 | 90.92 | - |
| YUV | 100.33 | 211.34 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 248 | 0.03 | 1 | 0 | 0.03 | 298.31 | 1 | 0.49 |
| Hex | F1 | 0 | F8 | 3 | 64 | 0 | 3 | 12A | 64 | 31 |
| Octal | 361 | 0 | 370 | 3 | 144 | 0 | 3 | 452 | 144 | 61 |
| Binary | 11110001 | 0 | 11111000 | 11 | 1100100 | 0 | 11 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F100F8
Complementary color
Monochromatic Colors of #F100F8
Black with #F100F8
Text Example
Text Example
White with #F100F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100F8; }
p { color: rgb(241,0,248); }
H1.HeaderClassName
{
color: #F100F8;
}
.AnyTagClassName
{
color: #F100F8;
}
</style>
background-color css
<style>
a { background-color: #F100F8; }
a { background-color: rgb(241,0,248); }
div.DivClassName
{
background-color: #F100F8;
}
.BgClassName
{
background-color: #F100F8;
}
</style>
border-color css
<style>
span { border-color: #F100F8; }
span { border-color: rgb(241,0,248); }
td.TdClassName
{
border-color: #F100F8;
}
.TagClassName
{
border-color: #F100F8;
}
</style>