Shades of Magenta #FF1BF7
Tints of Magenta #FF1BF7
RGB
CMYK
RGB Variations
Color information
#FF1BF7 (or 0xFF1BF7) is known color: Magenta. HEX triplet: FF, 1B and F7. RGB value is (255,27,247). Sum of RGB (Red+Green+Blue) = 255+27+247=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 27 (10.94% from 255 or 5.10% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BF7 is #00E408. Grayscale: #777777. Windows color (decimal): -58377 or 16194559. OLE color: 16194559.
HSL color Cylindrical-coordinate representation of color #FF1BF7: hue angle of 302.11º 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 #FF1BF7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 247 | - |
| CMYK | 0 | 0.89 | 0.03 | 0 |
| HSL | 302.11º | 1% | 0.55% | - |
| HSV(B) | 302.11º | 0.89% | 1% | - |
| XYZ | 58.42 | 28.76 | 90.47 | - |
| YUV | 120.25 | 199.54 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 247 | 0 | 0.89 | 0.03 | 0 | 302.11 | 1 | 0.55 |
| Hex | FF | 1B | F7 | 0 | 59 | 3 | 0 | 12E | 64 | 37 |
| Octal | 377 | 33 | 367 | 0 | 131 | 3 | 0 | 456 | 144 | 67 |
| Binary | 11111111 | 11011 | 11110111 | 0 | 1011001 | 11 | 0 | 100101110 | 1100100 | 110111 |
Color Harmonies of #FF1BF7
Complementary color
Monochromatic Colors of #FF1BF7
Black with #FF1BF7
Text Example
Text Example
White with #FF1BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BF7; }
p { color: rgb(255,27,247); }
H1.HeaderClassName
{
color: #FF1BF7;
}
.AnyTagClassName
{
color: #FF1BF7;
}
</style>
background-color css
<style>
a { background-color: #FF1BF7; }
a { background-color: rgb(255,27,247); }
div.DivClassName
{
background-color: #FF1BF7;
}
.BgClassName
{
background-color: #FF1BF7;
}
</style>
border-color css
<style>
span { border-color: #FF1BF7; }
span { border-color: rgb(255,27,247); }
td.TdClassName
{
border-color: #FF1BF7;
}
.TagClassName
{
border-color: #FF1BF7;
}
</style>