Shades of Magenta #FF1CF1
Tints of Magenta #FF1CF1
RGB
CMYK
RGB Variations
Color information
#FF1CF1 (or 0xFF1CF1) is known color: Magenta. HEX triplet: FF, 1C and F1. RGB value is (255,28,241). Sum of RGB (Red+Green+Blue) = 255+28+241=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 28 (11.33% from 255 or 5.34% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CF1 is #00E30E. Grayscale: #777777. Windows color (decimal): -58127 or 15801599. OLE color: 15801599.
HSL color Cylindrical-coordinate representation of color #FF1CF1: hue angle of 303.7º 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 #FF1CF1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 241 | - |
| CMYK | 0 | 0.89 | 0.05 | 0 |
| HSL | 303.7º | 1% | 0.55% | - |
| HSV(B) | 303.7º | 0.89% | 1% | - |
| XYZ | 57.53 | 28.44 | 85.68 | - |
| YUV | 120.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 241 | 0 | 0.89 | 0.05 | 0 | 303.7 | 1 | 0.55 |
| Hex | FF | 1C | F1 | 0 | 59 | 5 | 0 | 130 | 64 | 37 |
| Octal | 377 | 34 | 361 | 0 | 131 | 5 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11100 | 11110001 | 0 | 1011001 | 101 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF1CF1
Complementary color
Monochromatic Colors of #FF1CF1
Black with #FF1CF1
Text Example
Text Example
White with #FF1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CF1; }
p { color: rgb(255,28,241); }
H1.HeaderClassName
{
color: #FF1CF1;
}
.AnyTagClassName
{
color: #FF1CF1;
}
</style>
background-color css
<style>
a { background-color: #FF1CF1; }
a { background-color: rgb(255,28,241); }
div.DivClassName
{
background-color: #FF1CF1;
}
.BgClassName
{
background-color: #FF1CF1;
}
</style>
border-color css
<style>
span { border-color: #FF1CF1; }
span { border-color: rgb(255,28,241); }
td.TdClassName
{
border-color: #FF1CF1;
}
.TagClassName
{
border-color: #FF1CF1;
}
</style>