Shades of Magenta #FE06F6
Tints of Magenta #FE06F6
RGB
CMYK
RGB Variations
Color information
#FE06F6 (or 0xFE06F6) is known color: Magenta. HEX triplet: FE, 06 and F6. RGB value is (254,6,246). Sum of RGB (Red+Green+Blue) = 254+6+246=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06F6 is #01F909. Grayscale: #6A6A6A. Windows color (decimal): -129290 or 16123646. OLE color: 16123646.
HSL color Cylindrical-coordinate representation of color #FE06F6: hue angle of 301.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06F6 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 246 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.00 |
| HSL | 301.94º | 0.99% | 0.51% | - |
| HSV(B) | 301.94º | 0.98% | 1% | - |
| XYZ | 57.57 | 27.85 | 89.53 | - |
| YUV | 107.51 | 206.16 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 246 | 0 | 0.98 | 0.03 | 0.00 | 301.94 | 0.99 | 0.51 |
| Hex | FE | 6 | F6 | 0 | 62 | 3 | 0 | 12E | 63 | 33 |
| Octal | 376 | 6 | 366 | 0 | 142 | 3 | 0 | 456 | 143 | 63 |
| Binary | 11111110 | 110 | 11110110 | 0 | 1100010 | 11 | 0 | 100101110 | 1100011 | 110011 |
Color Harmonies of #FE06F6
Complementary color
Monochromatic Colors of #FE06F6
Black with #FE06F6
Text Example
Text Example
White with #FE06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06F6; }
p { color: rgb(254,6,246); }
H1.HeaderClassName
{
color: #FE06F6;
}
.AnyTagClassName
{
color: #FE06F6;
}
</style>
background-color css
<style>
a { background-color: #FE06F6; }
a { background-color: rgb(254,6,246); }
div.DivClassName
{
background-color: #FE06F6;
}
.BgClassName
{
background-color: #FE06F6;
}
</style>
border-color css
<style>
span { border-color: #FE06F6; }
span { border-color: rgb(254,6,246); }
td.TdClassName
{
border-color: #FE06F6;
}
.TagClassName
{
border-color: #FE06F6;
}
</style>