Shades of Magenta #FB1EEE
Tints of Magenta #FB1EEE
RGB
CMYK
RGB Variations
Color information
#FB1EEE (or 0xFB1EEE) is known color: Magenta. HEX triplet: FB, 1E and EE. RGB value is (251,30,238). Sum of RGB (Red+Green+Blue) = 251+30+238=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 30 (12.11% from 255 or 5.78% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EEE is #04E111. Grayscale: #777777. Windows color (decimal): -319762 or 15605499. OLE color: 15605499.
HSL color Cylindrical-coordinate representation of color #FB1EEE: hue angle of 303.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EEE is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 238 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.02 |
| HSL | 303.53º | 0.97% | 0.55% | - |
| HSV(B) | 303.53º | 0.88% | 0.98% | - |
| XYZ | 55.68 | 27.61 | 83.28 | - |
| YUV | 119.79 | 194.72 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 238 | 0 | 0.88 | 0.05 | 0.02 | 303.53 | 0.97 | 0.55 |
| Hex | FB | 1E | EE | 0 | 58 | 5 | 2 | 130 | 61 | 37 |
| Octal | 373 | 36 | 356 | 0 | 130 | 5 | 2 | 460 | 141 | 67 |
| Binary | 11111011 | 11110 | 11101110 | 0 | 1011000 | 101 | 10 | 100110000 | 1100001 | 110111 |
Color Harmonies of #FB1EEE
Complementary color
Monochromatic Colors of #FB1EEE
Black with #FB1EEE
Text Example
Text Example
White with #FB1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EEE; }
p { color: rgb(251,30,238); }
H1.HeaderClassName
{
color: #FB1EEE;
}
.AnyTagClassName
{
color: #FB1EEE;
}
</style>
background-color css
<style>
a { background-color: #FB1EEE; }
a { background-color: rgb(251,30,238); }
div.DivClassName
{
background-color: #FB1EEE;
}
.BgClassName
{
background-color: #FB1EEE;
}
</style>
border-color css
<style>
span { border-color: #FB1EEE; }
span { border-color: rgb(251,30,238); }
td.TdClassName
{
border-color: #FB1EEE;
}
.TagClassName
{
border-color: #FB1EEE;
}
</style>