Shades of Magenta #FB06E7
Tints of Magenta #FB06E7
RGB
CMYK
RGB Variations
Color information
#FB06E7 (or 0xFB06E7) is known color: Magenta. HEX triplet: FB, 06 and E7. RGB value is (251,6,231). Sum of RGB (Red+Green+Blue) = 251+6+231=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 6 (2.73% from 255 or 1.23% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06E7 is #04F918. Grayscale: #686868. Windows color (decimal): -325913 or 15140603. OLE color: 15140603.
HSL color Cylindrical-coordinate representation of color #FB06E7: hue angle of 304.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB06E7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 231 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 304.9º | 0.97% | 0.5% | - |
| HSV(B) | 304.9º | 0.98% | 0.98% | - |
| XYZ | 54.27 | 26.41 | 77.84 | - |
| YUV | 104.91 | 199.17 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 231 | 0 | 0.98 | 0.08 | 0.02 | 304.9 | 0.97 | 0.5 |
| Hex | FB | 6 | E7 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 373 | 6 | 347 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111011 | 110 | 11100111 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FB06E7
Complementary color
Monochromatic Colors of #FB06E7
Black with #FB06E7
Text Example
Text Example
White with #FB06E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06E7; }
p { color: rgb(251,6,231); }
H1.HeaderClassName
{
color: #FB06E7;
}
.AnyTagClassName
{
color: #FB06E7;
}
</style>
background-color css
<style>
a { background-color: #FB06E7; }
a { background-color: rgb(251,6,231); }
div.DivClassName
{
background-color: #FB06E7;
}
.BgClassName
{
background-color: #FB06E7;
}
</style>
border-color css
<style>
span { border-color: #FB06E7; }
span { border-color: rgb(251,6,231); }
td.TdClassName
{
border-color: #FB06E7;
}
.TagClassName
{
border-color: #FB06E7;
}
</style>