Shades of Magenta #FE07F1
Tints of Magenta #FE07F1
RGB
CMYK
RGB Variations
Color information
#FE07F1 (or 0xFE07F1) is known color: Magenta. HEX triplet: FE, 07 and F1. RGB value is (254,7,241). Sum of RGB (Red+Green+Blue) = 254+7+241=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07F1 is #01F80E. Grayscale: #6A6A6A. Windows color (decimal): -129039 or 15796222. OLE color: 15796222.
HSL color Cylindrical-coordinate representation of color #FE07F1: hue angle of 303.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07F1 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 241 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.00 |
| HSL | 303.16º | 0.99% | 0.51% | - |
| HSV(B) | 303.16º | 0.97% | 1% | - |
| XYZ | 56.83 | 27.57 | 85.55 | - |
| YUV | 107.53 | 203.33 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 241 | 0 | 0.97 | 0.05 | 0.00 | 303.16 | 0.99 | 0.51 |
| Hex | FE | 7 | F1 | 0 | 61 | 5 | 0 | 12F | 63 | 33 |
| Octal | 376 | 7 | 361 | 0 | 141 | 5 | 0 | 457 | 143 | 63 |
| Binary | 11111110 | 111 | 11110001 | 0 | 1100001 | 101 | 0 | 100101111 | 1100011 | 110011 |
Color Harmonies of #FE07F1
Complementary color
Monochromatic Colors of #FE07F1
Black with #FE07F1
Text Example
Text Example
White with #FE07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07F1; }
p { color: rgb(254,7,241); }
H1.HeaderClassName
{
color: #FE07F1;
}
.AnyTagClassName
{
color: #FE07F1;
}
</style>
background-color css
<style>
a { background-color: #FE07F1; }
a { background-color: rgb(254,7,241); }
div.DivClassName
{
background-color: #FE07F1;
}
.BgClassName
{
background-color: #FE07F1;
}
</style>
border-color css
<style>
span { border-color: #FE07F1; }
span { border-color: rgb(254,7,241); }
td.TdClassName
{
border-color: #FE07F1;
}
.TagClassName
{
border-color: #FE07F1;
}
</style>