Shades of Magenta #FB08EC
Tints of Magenta #FB08EC
RGB
CMYK
RGB Variations
Color information
#FB08EC (or 0xFB08EC) is known color: Magenta. HEX triplet: FB, 08 and EC. RGB value is (251,8,236). Sum of RGB (Red+Green+Blue) = 251+8+236=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB08EC is #04F713. Grayscale: #696969. Windows color (decimal): -325396 or 15468795. OLE color: 15468795.
HSL color Cylindrical-coordinate representation of color #FB08EC: hue angle of 303.7º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB08EC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.02 |
| HSL | 303.7º | 0.97% | 0.51% | - |
| HSV(B) | 303.7º | 0.97% | 0.98% | - |
| XYZ | 55.01 | 26.74 | 81.62 | - |
| YUV | 106.65 | 201.01 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 236 | 0 | 0.97 | 0.06 | 0.02 | 303.7 | 0.97 | 0.51 |
| Hex | FB | 8 | EC | 0 | 61 | 6 | 2 | 130 | 61 | 33 |
| Octal | 373 | 10 | 354 | 0 | 141 | 6 | 2 | 460 | 141 | 63 |
| Binary | 11111011 | 1000 | 11101100 | 0 | 1100001 | 110 | 10 | 100110000 | 1100001 | 110011 |
Color Harmonies of #FB08EC
Complementary color
Monochromatic Colors of #FB08EC
Black with #FB08EC
Text Example
Text Example
White with #FB08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08EC; }
p { color: rgb(251,8,236); }
H1.HeaderClassName
{
color: #FB08EC;
}
.AnyTagClassName
{
color: #FB08EC;
}
</style>
background-color css
<style>
a { background-color: #FB08EC; }
a { background-color: rgb(251,8,236); }
div.DivClassName
{
background-color: #FB08EC;
}
.BgClassName
{
background-color: #FB08EC;
}
</style>
border-color css
<style>
span { border-color: #FB08EC; }
span { border-color: rgb(251,8,236); }
td.TdClassName
{
border-color: #FB08EC;
}
.TagClassName
{
border-color: #FB08EC;
}
</style>