Shades of Magenta #FE06F8
Tints of Magenta #FE06F8
RGB
CMYK
RGB Variations
Color information
#FE06F8 (or 0xFE06F8) is known color: Magenta. HEX triplet: FE, 06 and F8. RGB value is (254,6,248). Sum of RGB (Red+Green+Blue) = 254+6+248=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 6 (2.73% from 255 or 1.18% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06F8 is #01F907. Grayscale: #6B6B6B. Windows color (decimal): -129288 or 16254718. OLE color: 16254718.
HSL color Cylindrical-coordinate representation of color #FE06F8: hue angle of 301.45º 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 #FE06F8 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 248 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.00 |
| HSL | 301.45º | 0.99% | 0.51% | - |
| HSV(B) | 301.45º | 0.98% | 1% | - |
| XYZ | 57.88 | 27.98 | 91.16 | - |
| YUV | 107.74 | 207.16 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 248 | 0 | 0.98 | 0.02 | 0.00 | 301.45 | 0.99 | 0.51 |
| Hex | FE | 6 | F8 | 0 | 62 | 2 | 0 | 12D | 63 | 33 |
| Octal | 376 | 6 | 370 | 0 | 142 | 2 | 0 | 455 | 143 | 63 |
| Binary | 11111110 | 110 | 11111000 | 0 | 1100010 | 10 | 0 | 100101101 | 1100011 | 110011 |
Color Harmonies of #FE06F8
Complementary color
Monochromatic Colors of #FE06F8
Black with #FE06F8
Text Example
Text Example
White with #FE06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06F8; }
p { color: rgb(254,6,248); }
H1.HeaderClassName
{
color: #FE06F8;
}
.AnyTagClassName
{
color: #FE06F8;
}
</style>
background-color css
<style>
a { background-color: #FE06F8; }
a { background-color: rgb(254,6,248); }
div.DivClassName
{
background-color: #FE06F8;
}
.BgClassName
{
background-color: #FE06F8;
}
</style>
border-color css
<style>
span { border-color: #FE06F8; }
span { border-color: rgb(254,6,248); }
td.TdClassName
{
border-color: #FE06F8;
}
.TagClassName
{
border-color: #FE06F8;
}
</style>