Shades of Magenta #FF1CF3
Tints of Magenta #FF1CF3
RGB
CMYK
RGB Variations
Color information
#FF1CF3 (or 0xFF1CF3) is known color: Magenta. HEX triplet: FF, 1C and F3. RGB value is (255,28,243). Sum of RGB (Red+Green+Blue) = 255+28+243=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CF3 is #00E30C. Grayscale: #777777. Windows color (decimal): -58125 or 15932671. OLE color: 15932671.
HSL color Cylindrical-coordinate representation of color #FF1CF3: hue angle of 303.17º 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 #FF1CF3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 243 | - |
| CMYK | 0 | 0.89 | 0.05 | 0 |
| HSL | 303.17º | 1% | 0.55% | - |
| HSV(B) | 303.17º | 0.89% | 1% | - |
| XYZ | 57.83 | 28.56 | 87.26 | - |
| YUV | 120.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 243 | 0 | 0.89 | 0.05 | 0 | 303.17 | 1 | 0.55 |
| Hex | FF | 1C | F3 | 0 | 59 | 5 | 0 | 12F | 64 | 37 |
| Octal | 377 | 34 | 363 | 0 | 131 | 5 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11100 | 11110011 | 0 | 1011001 | 101 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF1CF3
Complementary color
Monochromatic Colors of #FF1CF3
Black with #FF1CF3
Text Example
Text Example
White with #FF1CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CF3; }
p { color: rgb(255,28,243); }
H1.HeaderClassName
{
color: #FF1CF3;
}
.AnyTagClassName
{
color: #FF1CF3;
}
</style>
background-color css
<style>
a { background-color: #FF1CF3; }
a { background-color: rgb(255,28,243); }
div.DivClassName
{
background-color: #FF1CF3;
}
.BgClassName
{
background-color: #FF1CF3;
}
</style>
border-color css
<style>
span { border-color: #FF1CF3; }
span { border-color: rgb(255,28,243); }
td.TdClassName
{
border-color: #FF1CF3;
}
.TagClassName
{
border-color: #FF1CF3;
}
</style>