Shades of Magenta #FE1BF7
Tints of Magenta #FE1BF7
RGB
CMYK
RGB Variations
Color information
#FE1BF7 (or 0xFE1BF7) is known color: Magenta. HEX triplet: FE, 1B and F7. RGB value is (254,27,247). Sum of RGB (Red+Green+Blue) = 254+27+247=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 27 (10.94% from 255 or 5.11% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1BF7 is #01E408. Grayscale: #777777. Windows color (decimal): -123913 or 16194558. OLE color: 16194558.
HSL color Cylindrical-coordinate representation of color #FE1BF7: hue angle of 301.85º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1BF7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 247 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.00 |
| HSL | 301.85º | 0.99% | 0.55% | - |
| HSV(B) | 301.85º | 0.89% | 1% | - |
| XYZ | 58.05 | 28.57 | 90.45 | - |
| YUV | 119.95 | 199.71 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 247 | 0 | 0.89 | 0.03 | 0.00 | 301.85 | 0.99 | 0.55 |
| Hex | FE | 1B | F7 | 0 | 59 | 3 | 0 | 12E | 63 | 37 |
| Octal | 376 | 33 | 367 | 0 | 131 | 3 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11011 | 11110111 | 0 | 1011001 | 11 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE1BF7
Complementary color
Monochromatic Colors of #FE1BF7
Black with #FE1BF7
Text Example
Text Example
White with #FE1BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1BF7; }
p { color: rgb(254,27,247); }
H1.HeaderClassName
{
color: #FE1BF7;
}
.AnyTagClassName
{
color: #FE1BF7;
}
</style>
background-color css
<style>
a { background-color: #FE1BF7; }
a { background-color: rgb(254,27,247); }
div.DivClassName
{
background-color: #FE1BF7;
}
.BgClassName
{
background-color: #FE1BF7;
}
</style>
border-color css
<style>
span { border-color: #FE1BF7; }
span { border-color: rgb(254,27,247); }
td.TdClassName
{
border-color: #FE1BF7;
}
.TagClassName
{
border-color: #FE1BF7;
}
</style>