Shades of Magenta #F001FC
Tints of Magenta #F001FC
RGB
CMYK
RGB Variations
Color information
#F001FC (or 0xF001FC) is known color: Magenta. HEX triplet: F0, 01 and FC. RGB value is (240,1,252). Sum of RGB (Red+Green+Blue) = 240+1+252=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 1 (0.78% from 255 or 0.20% 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 #F001FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001FC is #0FFE03. Grayscale: #646464. Windows color (decimal): -1048068 or 16515568. OLE color: 16515568.
HSL color Cylindrical-coordinate representation of color #F001FC: hue angle of 297.13º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001FC is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 1 | 252 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.01 |
| HSL | 297.13º | 0.99% | 0.5% | - |
| HSV(B) | 297.13º | 1% | 0.99% | - |
| XYZ | 53.52 | 25.58 | 94.21 | - |
| YUV | 101.08 | 213.18 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 252 | 0.05 | 1.00 | 0 | 0.01 | 297.13 | 0.99 | 0.5 |
| Hex | F0 | 1 | FC | 5 | 64 | 0 | 1 | 129 | 63 | 32 |
| Octal | 360 | 1 | 374 | 5 | 144 | 0 | 1 | 451 | 143 | 62 |
| Binary | 11110000 | 1 | 11111100 | 101 | 1100100 | 0 | 1 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F001FC
Complementary color
Monochromatic Colors of #F001FC
Black with #F001FC
Text Example
Text Example
White with #F001FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001FC; }
p { color: rgb(240,1,252); }
H1.HeaderClassName
{
color: #F001FC;
}
.AnyTagClassName
{
color: #F001FC;
}
</style>
background-color css
<style>
a { background-color: #F001FC; }
a { background-color: rgb(240,1,252); }
div.DivClassName
{
background-color: #F001FC;
}
.BgClassName
{
background-color: #F001FC;
}
</style>
border-color css
<style>
span { border-color: #F001FC; }
span { border-color: rgb(240,1,252); }
td.TdClassName
{
border-color: #F001FC;
}
.TagClassName
{
border-color: #F001FC;
}
</style>