Shades of Magenta #FF1CF0
Tints of Magenta #FF1CF0
RGB
CMYK
RGB Variations
Color information
#FF1CF0 (or 0xFF1CF0) is known color: Magenta. HEX triplet: FF, 1C and F0. RGB value is (255,28,240). Sum of RGB (Red+Green+Blue) = 255+28+240=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CF0 is #00E30F. Grayscale: #777777. Windows color (decimal): -58128 or 15736063. OLE color: 15736063.
HSL color Cylindrical-coordinate representation of color #FF1CF0: hue angle of 303.96º 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 #FF1CF0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 240 | - |
| CMYK | 0 | 0.89 | 0.06 | 0 |
| HSL | 303.96º | 1% | 0.55% | - |
| HSV(B) | 303.96º | 0.89% | 1% | - |
| XYZ | 57.38 | 28.38 | 84.89 | - |
| YUV | 120.04 | 195.71 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 240 | 0 | 0.89 | 0.06 | 0 | 303.96 | 1 | 0.55 |
| Hex | FF | 1C | F0 | 0 | 59 | 6 | 0 | 130 | 64 | 37 |
| Octal | 377 | 34 | 360 | 0 | 131 | 6 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11100 | 11110000 | 0 | 1011001 | 110 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF1CF0
Complementary color
Monochromatic Colors of #FF1CF0
Black with #FF1CF0
Text Example
Text Example
White with #FF1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CF0; }
p { color: rgb(255,28,240); }
H1.HeaderClassName
{
color: #FF1CF0;
}
.AnyTagClassName
{
color: #FF1CF0;
}
</style>
background-color css
<style>
a { background-color: #FF1CF0; }
a { background-color: rgb(255,28,240); }
div.DivClassName
{
background-color: #FF1CF0;
}
.BgClassName
{
background-color: #FF1CF0;
}
</style>
border-color css
<style>
span { border-color: #FF1CF0; }
span { border-color: rgb(255,28,240); }
td.TdClassName
{
border-color: #FF1CF0;
}
.TagClassName
{
border-color: #FF1CF0;
}
</style>