Shades of Magenta #FB06EE
Tints of Magenta #FB06EE
RGB
CMYK
RGB Variations
Color information
#FB06EE (or 0xFB06EE) is known color: Magenta. HEX triplet: FB, 06 and EE. RGB value is (251,6,238). Sum of RGB (Red+Green+Blue) = 251+6+238=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06EE is #04F911. Grayscale: #696969. Windows color (decimal): -325906 or 15599355. OLE color: 15599355.
HSL color Cylindrical-coordinate representation of color #FB06EE: hue angle of 303.18º 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 #FB06EE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 238 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.18º | 0.97% | 0.5% | - |
| HSV(B) | 303.18º | 0.98% | 0.98% | - |
| XYZ | 55.28 | 26.81 | 83.15 | - |
| YUV | 105.7 | 202.67 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 238 | 0 | 0.98 | 0.05 | 0.02 | 303.18 | 0.97 | 0.5 |
| Hex | FB | 6 | EE | 0 | 62 | 5 | 2 | 12F | 61 | 32 |
| Octal | 373 | 6 | 356 | 0 | 142 | 5 | 2 | 457 | 141 | 62 |
| Binary | 11111011 | 110 | 11101110 | 0 | 1100010 | 101 | 10 | 100101111 | 1100001 | 110010 |
Color Harmonies of #FB06EE
Complementary color
Monochromatic Colors of #FB06EE
Black with #FB06EE
Text Example
Text Example
White with #FB06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06EE; }
p { color: rgb(251,6,238); }
H1.HeaderClassName
{
color: #FB06EE;
}
.AnyTagClassName
{
color: #FB06EE;
}
</style>
background-color css
<style>
a { background-color: #FB06EE; }
a { background-color: rgb(251,6,238); }
div.DivClassName
{
background-color: #FB06EE;
}
.BgClassName
{
background-color: #FB06EE;
}
</style>
border-color css
<style>
span { border-color: #FB06EE; }
span { border-color: rgb(251,6,238); }
td.TdClassName
{
border-color: #FB06EE;
}
.TagClassName
{
border-color: #FB06EE;
}
</style>