Shades of Magenta #F101FB
Tints of Magenta #F101FB
RGB
CMYK
RGB Variations
Color information
#F101FB (or 0xF101FB) is known color: Magenta. HEX triplet: F1, 01 and FB. RGB value is (241,1,251). Sum of RGB (Red+Green+Blue) = 241+1+251=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #F101FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101FB is #0EFE04. Grayscale: #646464. Windows color (decimal): -982533 or 16450033. OLE color: 16450033.
HSL color Cylindrical-coordinate representation of color #F101FB: hue angle of 297.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101FB is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 1 | 251 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.02 |
| HSL | 297.6º | 0.99% | 0.49% | - |
| HSV(B) | 297.6º | 1% | 0.98% | - |
| XYZ | 53.7 | 25.69 | 93.39 | - |
| YUV | 101.26 | 212.51 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 251 | 0.04 | 1.00 | 0 | 0.02 | 297.6 | 0.99 | 0.49 |
| Hex | F1 | 1 | FB | 4 | 64 | 0 | 2 | 12A | 63 | 31 |
| Octal | 361 | 1 | 373 | 4 | 144 | 0 | 2 | 452 | 143 | 61 |
| Binary | 11110001 | 1 | 11111011 | 100 | 1100100 | 0 | 10 | 100101010 | 1100011 | 110001 |
Color Harmonies of #F101FB
Complementary color
Monochromatic Colors of #F101FB
Black with #F101FB
Text Example
Text Example
White with #F101FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101FB; }
p { color: rgb(241,1,251); }
H1.HeaderClassName
{
color: #F101FB;
}
.AnyTagClassName
{
color: #F101FB;
}
</style>
background-color css
<style>
a { background-color: #F101FB; }
a { background-color: rgb(241,1,251); }
div.DivClassName
{
background-color: #F101FB;
}
.BgClassName
{
background-color: #F101FB;
}
</style>
border-color css
<style>
span { border-color: #F101FB; }
span { border-color: rgb(241,1,251); }
td.TdClassName
{
border-color: #F101FB;
}
.TagClassName
{
border-color: #F101FB;
}
</style>