Shades of Magenta #FF2CF9
Tints of Magenta #FF2CF9
RGB
CMYK
RGB Variations
Color information
#FF2CF9 (or 0xFF2CF9) is known color: Magenta. HEX triplet: FF, 2C and F9. RGB value is (255,44,249). Sum of RGB (Red+Green+Blue) = 255+44+249=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 44 (17.58% from 255 or 8.03% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2CF9 is #00D306. Grayscale: #818181. Windows color (decimal): -54023 or 16329983. OLE color: 16329983.
HSL color Cylindrical-coordinate representation of color #FF2CF9: hue angle of 301.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CF9 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 249 | - |
| CMYK | 0 | 0.83 | 0.02 | 0 |
| HSL | 301.71º | 1% | 0.59% | - |
| HSV(B) | 301.71º | 0.83% | 1% | - |
| XYZ | 59.24 | 29.9 | 92.27 | - |
| YUV | 130.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 249 | 0 | 0.83 | 0.02 | 0 | 301.71 | 1 | 0.59 |
| Hex | FF | 2C | F9 | 0 | 53 | 2 | 0 | 12E | 64 | 3B |
| Octal | 377 | 54 | 371 | 0 | 123 | 2 | 0 | 456 | 144 | 73 |
| Binary | 11111111 | 101100 | 11111001 | 0 | 1010011 | 10 | 0 | 100101110 | 1100100 | 111011 |
Color Harmonies of #FF2CF9
Complementary color
Monochromatic Colors of #FF2CF9
Black with #FF2CF9
Text Example
Text Example
White with #FF2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CF9; }
p { color: rgb(255,44,249); }
H1.HeaderClassName
{
color: #FF2CF9;
}
.AnyTagClassName
{
color: #FF2CF9;
}
</style>
background-color css
<style>
a { background-color: #FF2CF9; }
a { background-color: rgb(255,44,249); }
div.DivClassName
{
background-color: #FF2CF9;
}
.BgClassName
{
background-color: #FF2CF9;
}
</style>
border-color css
<style>
span { border-color: #FF2CF9; }
span { border-color: rgb(255,44,249); }
td.TdClassName
{
border-color: #FF2CF9;
}
.TagClassName
{
border-color: #FF2CF9;
}
</style>