Shades of Magenta #FB18EE
Tints of Magenta #FB18EE
RGB
CMYK
RGB Variations
Color information
#FB18EE (or 0xFB18EE) is known color: Magenta. HEX triplet: FB, 18 and EE. RGB value is (251,24,238). Sum of RGB (Red+Green+Blue) = 251+24+238=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18EE is #04E711. Grayscale: #737373. Windows color (decimal): -321298 or 15603963. OLE color: 15603963.
HSL color Cylindrical-coordinate representation of color #FB18EE: hue angle of 303.44º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18EE is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 238 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.02 |
| HSL | 303.44º | 0.97% | 0.54% | - |
| HSV(B) | 303.44º | 0.9% | 0.98% | - |
| XYZ | 55.54 | 27.34 | 83.24 | - |
| YUV | 116.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 238 | 0 | 0.90 | 0.05 | 0.02 | 303.44 | 0.97 | 0.54 |
| Hex | FB | 18 | EE | 0 | 5A | 5 | 2 | 12F | 61 | 36 |
| Octal | 373 | 30 | 356 | 0 | 132 | 5 | 2 | 457 | 141 | 66 |
| Binary | 11111011 | 11000 | 11101110 | 0 | 1011010 | 101 | 10 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FB18EE
Complementary color
Monochromatic Colors of #FB18EE
Black with #FB18EE
Text Example
Text Example
White with #FB18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18EE; }
p { color: rgb(251,24,238); }
H1.HeaderClassName
{
color: #FB18EE;
}
.AnyTagClassName
{
color: #FB18EE;
}
</style>
background-color css
<style>
a { background-color: #FB18EE; }
a { background-color: rgb(251,24,238); }
div.DivClassName
{
background-color: #FB18EE;
}
.BgClassName
{
background-color: #FB18EE;
}
</style>
border-color css
<style>
span { border-color: #FB18EE; }
span { border-color: rgb(251,24,238); }
td.TdClassName
{
border-color: #FB18EE;
}
.TagClassName
{
border-color: #FB18EE;
}
</style>