Shades of Magenta #FE01F2
Tints of Magenta #FE01F2
RGB
CMYK
RGB Variations
Color information
#FE01F2 (or 0xFE01F2) is known color: Magenta. HEX triplet: FE, 01 and F2. RGB value is (254,1,242). Sum of RGB (Red+Green+Blue) = 254+1+242=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F2 is #01FE0D. Grayscale: #676767. Windows color (decimal): -130574 or 15860222. OLE color: 15860222.
HSL color Cylindrical-coordinate representation of color #FE01F2: hue angle of 302.85º 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 #FE01F2 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 242 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.00 |
| HSL | 302.85º | 0.99% | 0.5% | - |
| HSV(B) | 302.85º | 1% | 1% | - |
| XYZ | 56.91 | 27.5 | 86.31 | - |
| YUV | 104.12 | 205.82 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 242 | 0 | 1.00 | 0.05 | 0.00 | 302.85 | 0.99 | 0.5 |
| Hex | FE | 1 | F2 | 0 | 64 | 5 | 0 | 12F | 63 | 32 |
| Octal | 376 | 1 | 362 | 0 | 144 | 5 | 0 | 457 | 143 | 62 |
| Binary | 11111110 | 1 | 11110010 | 0 | 1100100 | 101 | 0 | 100101111 | 1100011 | 110010 |
Color Harmonies of #FE01F2
Complementary color
Monochromatic Colors of #FE01F2
Black with #FE01F2
Text Example
Text Example
White with #FE01F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01F2; }
p { color: rgb(254,1,242); }
H1.HeaderClassName
{
color: #FE01F2;
}
.AnyTagClassName
{
color: #FE01F2;
}
</style>
background-color css
<style>
a { background-color: #FE01F2; }
a { background-color: rgb(254,1,242); }
div.DivClassName
{
background-color: #FE01F2;
}
.BgClassName
{
background-color: #FE01F2;
}
</style>
border-color css
<style>
span { border-color: #FE01F2; }
span { border-color: rgb(254,1,242); }
td.TdClassName
{
border-color: #FE01F2;
}
.TagClassName
{
border-color: #FE01F2;
}
</style>