Shades of Magenta #F100FC
Tints of Magenta #F100FC
RGB
CMYK
RGB Variations
Color information
#F100FC (or 0xF100FC) is known color: Magenta. HEX triplet: F1, 00 and FC. RGB value is (241,0,252). Sum of RGB (Red+Green+Blue) = 241+0+252=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #F100FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100FC is #0EFF03. Grayscale: #646464. Windows color (decimal): -982788 or 16515313. OLE color: 16515313.
HSL color Cylindrical-coordinate representation of color #F100FC: hue angle of 297.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100FC is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 0 | 252 | - |
| CMYK | 0.04 | 1 | 0 | 0.01 |
| HSL | 297.38º | 1% | 0.49% | - |
| HSV(B) | 297.38º | 1% | 0.99% | - |
| XYZ | 53.85 | 25.73 | 94.22 | - |
| YUV | 100.79 | 213.34 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 252 | 0.04 | 1 | 0 | 0.01 | 297.38 | 1 | 0.49 |
| Hex | F1 | 0 | FC | 4 | 64 | 0 | 1 | 129 | 64 | 31 |
| Octal | 361 | 0 | 374 | 4 | 144 | 0 | 1 | 451 | 144 | 61 |
| Binary | 11110001 | 0 | 11111100 | 100 | 1100100 | 0 | 1 | 100101001 | 1100100 | 110001 |
Color Harmonies of #F100FC
Complementary color
Monochromatic Colors of #F100FC
Black with #F100FC
Text Example
Text Example
White with #F100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100FC; }
p { color: rgb(241,0,252); }
H1.HeaderClassName
{
color: #F100FC;
}
.AnyTagClassName
{
color: #F100FC;
}
</style>
background-color css
<style>
a { background-color: #F100FC; }
a { background-color: rgb(241,0,252); }
div.DivClassName
{
background-color: #F100FC;
}
.BgClassName
{
background-color: #F100FC;
}
</style>
border-color css
<style>
span { border-color: #F100FC; }
span { border-color: rgb(241,0,252); }
td.TdClassName
{
border-color: #F100FC;
}
.TagClassName
{
border-color: #F100FC;
}
</style>