Shades of Magenta #FE01F3
Tints of Magenta #FE01F3
RGB
CMYK
RGB Variations
Color information
#FE01F3 (or 0xFE01F3) is known color: Magenta. HEX triplet: FE, 01 and F3. RGB value is (254,1,243). Sum of RGB (Red+Green+Blue) = 254+1+243=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F3 is #01FE0C. Grayscale: #676767. Windows color (decimal): -130573 or 15925758. OLE color: 15925758.
HSL color Cylindrical-coordinate representation of color #FE01F3: hue angle of 302.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01F3 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 243 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.00 |
| HSL | 302.61º | 0.99% | 0.5% | - |
| HSV(B) | 302.61º | 1% | 1% | - |
| XYZ | 57.06 | 27.56 | 87.11 | - |
| YUV | 104.24 | 206.32 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 243 | 0 | 1.00 | 0.04 | 0.00 | 302.61 | 0.99 | 0.5 |
| Hex | FE | 1 | F3 | 0 | 64 | 4 | 0 | 12F | 63 | 32 |
| Octal | 376 | 1 | 363 | 0 | 144 | 4 | 0 | 457 | 143 | 62 |
| Binary | 11111110 | 1 | 11110011 | 0 | 1100100 | 100 | 0 | 100101111 | 1100011 | 110010 |
Color Harmonies of #FE01F3
Complementary color
Monochromatic Colors of #FE01F3
Black with #FE01F3
Text Example
Text Example
White with #FE01F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01F3; }
p { color: rgb(254,1,243); }
H1.HeaderClassName
{
color: #FE01F3;
}
.AnyTagClassName
{
color: #FE01F3;
}
</style>
background-color css
<style>
a { background-color: #FE01F3; }
a { background-color: rgb(254,1,243); }
div.DivClassName
{
background-color: #FE01F3;
}
.BgClassName
{
background-color: #FE01F3;
}
</style>
border-color css
<style>
span { border-color: #FE01F3; }
span { border-color: rgb(254,1,243); }
td.TdClassName
{
border-color: #FE01F3;
}
.TagClassName
{
border-color: #FE01F3;
}
</style>