Shades of Magenta #FF1CF6
Tints of Magenta #FF1CF6
RGB
CMYK
RGB Variations
Color information
#FF1CF6 (or 0xFF1CF6) is known color: Magenta. HEX triplet: FF, 1C and F6. RGB value is (255,28,246). Sum of RGB (Red+Green+Blue) = 255+28+246=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 28 (11.33% from 255 or 5.29% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CF6 is #00E309. Grayscale: #787878. Windows color (decimal): -58122 or 16129279. OLE color: 16129279.
HSL color Cylindrical-coordinate representation of color #FF1CF6: hue angle of 302.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CF6 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 246 | - |
| CMYK | 0 | 0.89 | 0.04 | 0 |
| HSL | 302.38º | 1% | 0.55% | - |
| HSV(B) | 302.38º | 0.89% | 1% | - |
| XYZ | 58.29 | 28.74 | 89.66 | - |
| YUV | 120.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 246 | 0 | 0.89 | 0.04 | 0 | 302.38 | 1 | 0.55 |
| Hex | FF | 1C | F6 | 0 | 59 | 4 | 0 | 12E | 64 | 37 |
| Octal | 377 | 34 | 366 | 0 | 131 | 4 | 0 | 456 | 144 | 67 |
| Binary | 11111111 | 11100 | 11110110 | 0 | 1011001 | 100 | 0 | 100101110 | 1100100 | 110111 |
Color Harmonies of #FF1CF6
Complementary color
Monochromatic Colors of #FF1CF6
Black with #FF1CF6
Text Example
Text Example
White with #FF1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CF6; }
p { color: rgb(255,28,246); }
H1.HeaderClassName
{
color: #FF1CF6;
}
.AnyTagClassName
{
color: #FF1CF6;
}
</style>
background-color css
<style>
a { background-color: #FF1CF6; }
a { background-color: rgb(255,28,246); }
div.DivClassName
{
background-color: #FF1CF6;
}
.BgClassName
{
background-color: #FF1CF6;
}
</style>
border-color css
<style>
span { border-color: #FF1CF6; }
span { border-color: rgb(255,28,246); }
td.TdClassName
{
border-color: #FF1CF6;
}
.TagClassName
{
border-color: #FF1CF6;
}
</style>