Shades of Magenta #FB04EE
Tints of Magenta #FB04EE
RGB
CMYK
RGB Variations
Color information
#FB04EE (or 0xFB04EE) is known color: Magenta. HEX triplet: FB, 04 and EE. RGB value is (251,4,238). Sum of RGB (Red+Green+Blue) = 251+4+238=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04EE is #04FB11. Grayscale: #676767. Windows color (decimal): -326418 or 15598843. OLE color: 15598843.
HSL color Cylindrical-coordinate representation of color #FB04EE: hue angle of 303.16º 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 #FB04EE is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.16º | 0.97% | 0.5% | - |
| HSV(B) | 303.16º | 0.98% | 0.98% | - |
| XYZ | 55.26 | 26.77 | 83.14 | - |
| YUV | 104.53 | 203.33 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 238 | 0 | 0.98 | 0.05 | 0.02 | 303.16 | 0.97 | 0.5 |
| Hex | FB | 4 | EE | 0 | 62 | 5 | 2 | 12F | 61 | 32 |
| Octal | 373 | 4 | 356 | 0 | 142 | 5 | 2 | 457 | 141 | 62 |
| Binary | 11111011 | 100 | 11101110 | 0 | 1100010 | 101 | 10 | 100101111 | 1100001 | 110010 |
Color Harmonies of #FB04EE
Complementary color
Monochromatic Colors of #FB04EE
Black with #FB04EE
Text Example
Text Example
White with #FB04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04EE; }
p { color: rgb(251,4,238); }
H1.HeaderClassName
{
color: #FB04EE;
}
.AnyTagClassName
{
color: #FB04EE;
}
</style>
background-color css
<style>
a { background-color: #FB04EE; }
a { background-color: rgb(251,4,238); }
div.DivClassName
{
background-color: #FB04EE;
}
.BgClassName
{
background-color: #FB04EE;
}
</style>
border-color css
<style>
span { border-color: #FB04EE; }
span { border-color: rgb(251,4,238); }
td.TdClassName
{
border-color: #FB04EE;
}
.TagClassName
{
border-color: #FB04EE;
}
</style>