Shades of Magenta #FF1CF9
Tints of Magenta #FF1CF9
RGB
CMYK
RGB Variations
Color information
#FF1CF9 (or 0xFF1CF9) is known color: Magenta. HEX triplet: FF, 1C and F9. RGB value is (255,28,249). Sum of RGB (Red+Green+Blue) = 255+28+249=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 28 (11.33% from 255 or 5.26% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CF9 is #00E306. Grayscale: #787878. Windows color (decimal): -58119 or 16325887. OLE color: 16325887.
HSL color Cylindrical-coordinate representation of color #FF1CF9: hue angle of 301.59º 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 #FF1CF9 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 249 | - |
| CMYK | 0 | 0.89 | 0.02 | 0 |
| HSL | 301.59º | 1% | 0.55% | - |
| HSV(B) | 301.59º | 0.89% | 1% | - |
| XYZ | 58.75 | 28.93 | 92.11 | - |
| YUV | 121.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 249 | 0 | 0.89 | 0.02 | 0 | 301.59 | 1 | 0.55 |
| Hex | FF | 1C | F9 | 0 | 59 | 2 | 0 | 12E | 64 | 37 |
| Octal | 377 | 34 | 371 | 0 | 131 | 2 | 0 | 456 | 144 | 67 |
| Binary | 11111111 | 11100 | 11111001 | 0 | 1011001 | 10 | 0 | 100101110 | 1100100 | 110111 |
Color Harmonies of #FF1CF9
Complementary color
Monochromatic Colors of #FF1CF9
Black with #FF1CF9
Text Example
Text Example
White with #FF1CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CF9; }
p { color: rgb(255,28,249); }
H1.HeaderClassName
{
color: #FF1CF9;
}
.AnyTagClassName
{
color: #FF1CF9;
}
</style>
background-color css
<style>
a { background-color: #FF1CF9; }
a { background-color: rgb(255,28,249); }
div.DivClassName
{
background-color: #FF1CF9;
}
.BgClassName
{
background-color: #FF1CF9;
}
</style>
border-color css
<style>
span { border-color: #FF1CF9; }
span { border-color: rgb(255,28,249); }
td.TdClassName
{
border-color: #FF1CF9;
}
.TagClassName
{
border-color: #FF1CF9;
}
</style>