Shades of Magenta #F100FD
Tints of Magenta #F100FD
RGB
CMYK
RGB Variations
Color information
#F100FD (or 0xF100FD) is known color: Magenta. HEX triplet: F1, 00 and FD. RGB value is (241,0,253). Sum of RGB (Red+Green+Blue) = 241+0+253=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #F100FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100FD is #0EFF02. Grayscale: #646464. Windows color (decimal): -982787 or 16580849. OLE color: 16580849.
HSL color Cylindrical-coordinate representation of color #F100FD: hue angle of 297.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100FD is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 0 | 253 | - |
| CMYK | 0.05 | 1 | 0 | 0.01 |
| HSL | 297.15º | 1% | 0.5% | - |
| HSV(B) | 297.15º | 1% | 0.99% | - |
| XYZ | 54.01 | 25.79 | 95.06 | - |
| YUV | 100.9 | 213.84 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 253 | 0.05 | 1 | 0 | 0.01 | 297.15 | 1 | 0.5 |
| Hex | F1 | 0 | FD | 5 | 64 | 0 | 1 | 129 | 64 | 32 |
| Octal | 361 | 0 | 375 | 5 | 144 | 0 | 1 | 451 | 144 | 62 |
| Binary | 11110001 | 0 | 11111101 | 101 | 1100100 | 0 | 1 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F100FD
Complementary color
Monochromatic Colors of #F100FD
Black with #F100FD
Text Example
Text Example
White with #F100FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100FD; }
p { color: rgb(241,0,253); }
H1.HeaderClassName
{
color: #F100FD;
}
.AnyTagClassName
{
color: #F100FD;
}
</style>
background-color css
<style>
a { background-color: #F100FD; }
a { background-color: rgb(241,0,253); }
div.DivClassName
{
background-color: #F100FD;
}
.BgClassName
{
background-color: #F100FD;
}
</style>
border-color css
<style>
span { border-color: #F100FD; }
span { border-color: rgb(241,0,253); }
td.TdClassName
{
border-color: #F100FD;
}
.TagClassName
{
border-color: #F100FD;
}
</style>