Shades of Magenta #FE0FF6
Tints of Magenta #FE0FF6
RGB
CMYK
RGB Variations
Color information
#FE0FF6 (or 0xFE0FF6) is known color: Magenta. HEX triplet: FE, 0F and F6. RGB value is (254,15,246). Sum of RGB (Red+Green+Blue) = 254+15+246=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF6 is #01F009. Grayscale: #707070. Windows color (decimal): -126986 or 16125950. OLE color: 16125950.
HSL color Cylindrical-coordinate representation of color #FE0FF6: hue angle of 302.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FF6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 246 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.00 |
| HSL | 302.01º | 0.99% | 0.53% | - |
| HSV(B) | 302.01º | 0.94% | 1% | - |
| XYZ | 57.68 | 28.07 | 89.57 | - |
| YUV | 112.8 | 203.18 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 246 | 0 | 0.94 | 0.03 | 0.00 | 302.01 | 0.99 | 0.53 |
| Hex | FE | F | F6 | 0 | 5E | 3 | 0 | 12E | 63 | 35 |
| Octal | 376 | 17 | 366 | 0 | 136 | 3 | 0 | 456 | 143 | 65 |
| Binary | 11111110 | 1111 | 11110110 | 0 | 1011110 | 11 | 0 | 100101110 | 1100011 | 110101 |
Color Harmonies of #FE0FF6
Complementary color
Monochromatic Colors of #FE0FF6
Black with #FE0FF6
Text Example
Text Example
White with #FE0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FF6; }
p { color: rgb(254,15,246); }
H1.HeaderClassName
{
color: #FE0FF6;
}
.AnyTagClassName
{
color: #FE0FF6;
}
</style>
background-color css
<style>
a { background-color: #FE0FF6; }
a { background-color: rgb(254,15,246); }
div.DivClassName
{
background-color: #FE0FF6;
}
.BgClassName
{
background-color: #FE0FF6;
}
</style>
border-color css
<style>
span { border-color: #FE0FF6; }
span { border-color: rgb(254,15,246); }
td.TdClassName
{
border-color: #FE0FF6;
}
.TagClassName
{
border-color: #FE0FF6;
}
</style>