Shades of Magenta #F100FF
Tints of Magenta #F100FF
RGB
CMYK
RGB Variations
Color information
#F100FF (or 0xF100FF) is known color: Magenta. HEX triplet: F1, 00 and FF. RGB value is (241,0,255). Sum of RGB (Red+Green+Blue) = 241+0+255=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #F100FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100FF is #0EFF00. Grayscale: #646464. Windows color (decimal): -982785 or 16711921. OLE color: 16711921.
HSL color Cylindrical-coordinate representation of color #F100FF: hue angle of 296.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100FF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 0 | 255 | - |
| CMYK | 0.05 | 1 | 0 | 0 |
| HSL | 296.71º | 1% | 0.5% | - |
| HSV(B) | 296.71º | 1% | 1% | - |
| XYZ | 54.33 | 25.92 | 96.75 | - |
| YUV | 101.13 | 214.84 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 255 | 0.05 | 1 | 0 | 0 | 296.71 | 1 | 0.5 |
| Hex | F1 | 0 | FF | 5 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 361 | 0 | 377 | 5 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110001 | 0 | 11111111 | 101 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F100FF
Complementary color
Monochromatic Colors of #F100FF
Black with #F100FF
Text Example
Text Example
White with #F100FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100FF; }
p { color: rgb(241,0,255); }
H1.HeaderClassName
{
color: #F100FF;
}
.AnyTagClassName
{
color: #F100FF;
}
</style>
background-color css
<style>
a { background-color: #F100FF; }
a { background-color: rgb(241,0,255); }
div.DivClassName
{
background-color: #F100FF;
}
.BgClassName
{
background-color: #F100FF;
}
</style>
border-color css
<style>
span { border-color: #F100FF; }
span { border-color: rgb(241,0,255); }
td.TdClassName
{
border-color: #F100FF;
}
.TagClassName
{
border-color: #F100FF;
}
</style>