Shades of Magenta #FE01F4
Tints of Magenta #FE01F4
RGB
CMYK
RGB Variations
Color information
#FE01F4 (or 0xFE01F4) is known color: Magenta. HEX triplet: FE, 01 and F4. RGB value is (254,1,244). Sum of RGB (Red+Green+Blue) = 254+1+244=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F4 is #01FE0B. Grayscale: #676767. Windows color (decimal): -130572 or 15991294. OLE color: 15991294.
HSL color Cylindrical-coordinate representation of color #FE01F4: hue angle of 302.37º 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 #FE01F4 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 244 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.00 |
| HSL | 302.37º | 0.99% | 0.5% | - |
| HSV(B) | 302.37º | 1% | 1% | - |
| XYZ | 57.21 | 27.62 | 87.9 | - |
| YUV | 104.35 | 206.82 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 244 | 0 | 1.00 | 0.04 | 0.00 | 302.37 | 0.99 | 0.5 |
| Hex | FE | 1 | F4 | 0 | 64 | 4 | 0 | 12E | 63 | 32 |
| Octal | 376 | 1 | 364 | 0 | 144 | 4 | 0 | 456 | 143 | 62 |
| Binary | 11111110 | 1 | 11110100 | 0 | 1100100 | 100 | 0 | 100101110 | 1100011 | 110010 |
Color Harmonies of #FE01F4
Complementary color
Monochromatic Colors of #FE01F4
Black with #FE01F4
Text Example
Text Example
White with #FE01F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01F4; }
p { color: rgb(254,1,244); }
H1.HeaderClassName
{
color: #FE01F4;
}
.AnyTagClassName
{
color: #FE01F4;
}
</style>
background-color css
<style>
a { background-color: #FE01F4; }
a { background-color: rgb(254,1,244); }
div.DivClassName
{
background-color: #FE01F4;
}
.BgClassName
{
background-color: #FE01F4;
}
</style>
border-color css
<style>
span { border-color: #FE01F4; }
span { border-color: rgb(254,1,244); }
td.TdClassName
{
border-color: #FE01F4;
}
.TagClassName
{
border-color: #FE01F4;
}
</style>