Shades of Magenta #FE06F5
Tints of Magenta #FE06F5
RGB
CMYK
RGB Variations
Color information
#FE06F5 (or 0xFE06F5) is known color: Magenta. HEX triplet: FE, 06 and F5. RGB value is (254,6,245). Sum of RGB (Red+Green+Blue) = 254+6+245=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 6 (2.73% from 255 or 1.19% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06F5 is #01F90A. Grayscale: #6A6A6A. Windows color (decimal): -129291 or 16058110. OLE color: 16058110.
HSL color Cylindrical-coordinate representation of color #FE06F5: hue angle of 302.18º 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 #FE06F5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 245 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.00 |
| HSL | 302.18º | 0.99% | 0.51% | - |
| HSV(B) | 302.18º | 0.98% | 1% | - |
| XYZ | 57.42 | 27.79 | 88.72 | - |
| YUV | 107.4 | 205.66 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 245 | 0 | 0.98 | 0.04 | 0.00 | 302.18 | 0.99 | 0.51 |
| Hex | FE | 6 | F5 | 0 | 62 | 4 | 0 | 12E | 63 | 33 |
| Octal | 376 | 6 | 365 | 0 | 142 | 4 | 0 | 456 | 143 | 63 |
| Binary | 11111110 | 110 | 11110101 | 0 | 1100010 | 100 | 0 | 100101110 | 1100011 | 110011 |
Color Harmonies of #FE06F5
Complementary color
Monochromatic Colors of #FE06F5
Black with #FE06F5
Text Example
Text Example
White with #FE06F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06F5; }
p { color: rgb(254,6,245); }
H1.HeaderClassName
{
color: #FE06F5;
}
.AnyTagClassName
{
color: #FE06F5;
}
</style>
background-color css
<style>
a { background-color: #FE06F5; }
a { background-color: rgb(254,6,245); }
div.DivClassName
{
background-color: #FE06F5;
}
.BgClassName
{
background-color: #FE06F5;
}
</style>
border-color css
<style>
span { border-color: #FE06F5; }
span { border-color: rgb(254,6,245); }
td.TdClassName
{
border-color: #FE06F5;
}
.TagClassName
{
border-color: #FE06F5;
}
</style>