Shades of Magenta #FF2CF6
Tints of Magenta #FF2CF6
RGB
CMYK
RGB Variations
Color information
#FF2CF6 (or 0xFF2CF6) is known color: Magenta. HEX triplet: FF, 2C and F6. RGB value is (255,44,246). Sum of RGB (Red+Green+Blue) = 255+44+246=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 44 (17.58% from 255 or 8.07% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2CF6 is #00D309. Grayscale: #818181. Windows color (decimal): -54026 or 16133375. OLE color: 16133375.
HSL color Cylindrical-coordinate representation of color #FF2CF6: hue angle of 302.56º 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 #FF2CF6 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 246 | - |
| CMYK | 0 | 0.83 | 0.04 | 0 |
| HSL | 302.56º | 1% | 0.59% | - |
| HSV(B) | 302.56º | 0.83% | 1% | - |
| XYZ | 58.78 | 29.72 | 89.83 | - |
| YUV | 130.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 246 | 0 | 0.83 | 0.04 | 0 | 302.56 | 1 | 0.59 |
| Hex | FF | 2C | F6 | 0 | 53 | 4 | 0 | 12F | 64 | 3B |
| Octal | 377 | 54 | 366 | 0 | 123 | 4 | 0 | 457 | 144 | 73 |
| Binary | 11111111 | 101100 | 11110110 | 0 | 1010011 | 100 | 0 | 100101111 | 1100100 | 111011 |
Color Harmonies of #FF2CF6
Complementary color
Monochromatic Colors of #FF2CF6
Black with #FF2CF6
Text Example
Text Example
White with #FF2CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CF6; }
p { color: rgb(255,44,246); }
H1.HeaderClassName
{
color: #FF2CF6;
}
.AnyTagClassName
{
color: #FF2CF6;
}
</style>
background-color css
<style>
a { background-color: #FF2CF6; }
a { background-color: rgb(255,44,246); }
div.DivClassName
{
background-color: #FF2CF6;
}
.BgClassName
{
background-color: #FF2CF6;
}
</style>
border-color css
<style>
span { border-color: #FF2CF6; }
span { border-color: rgb(255,44,246); }
td.TdClassName
{
border-color: #FF2CF6;
}
.TagClassName
{
border-color: #FF2CF6;
}
</style>