Shades of Magenta #FE06FB
Tints of Magenta #FE06FB
RGB
CMYK
RGB Variations
Color information
#FE06FB (or 0xFE06FB) is known color: Magenta. HEX triplet: FE, 06 and FB. RGB value is (254,6,251). Sum of RGB (Red+Green+Blue) = 254+6+251=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 6 (2.73% from 255 or 1.17% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06FB is #01F904. Grayscale: #6B6B6B. Windows color (decimal): -129285 or 16451326. OLE color: 16451326.
HSL color Cylindrical-coordinate representation of color #FE06FB: hue angle of 300.73º 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 #FE06FB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 251 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.00 |
| HSL | 300.73º | 0.99% | 0.51% | - |
| HSV(B) | 300.73º | 0.98% | 1% | - |
| XYZ | 58.35 | 28.17 | 93.63 | - |
| YUV | 108.08 | 208.66 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 251 | 0 | 0.98 | 0.01 | 0.00 | 300.73 | 0.99 | 0.51 |
| Hex | FE | 6 | FB | 0 | 62 | 1 | 0 | 12D | 63 | 33 |
| Octal | 376 | 6 | 373 | 0 | 142 | 1 | 0 | 455 | 143 | 63 |
| Binary | 11111110 | 110 | 11111011 | 0 | 1100010 | 1 | 0 | 100101101 | 1100011 | 110011 |
Color Harmonies of #FE06FB
Complementary color
Monochromatic Colors of #FE06FB
Black with #FE06FB
Text Example
Text Example
White with #FE06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06FB; }
p { color: rgb(254,6,251); }
H1.HeaderClassName
{
color: #FE06FB;
}
.AnyTagClassName
{
color: #FE06FB;
}
</style>
background-color css
<style>
a { background-color: #FE06FB; }
a { background-color: rgb(254,6,251); }
div.DivClassName
{
background-color: #FE06FB;
}
.BgClassName
{
background-color: #FE06FB;
}
</style>
border-color css
<style>
span { border-color: #FE06FB; }
span { border-color: rgb(254,6,251); }
td.TdClassName
{
border-color: #FE06FB;
}
.TagClassName
{
border-color: #FE06FB;
}
</style>