Shades of Magenta #FB10EE
Tints of Magenta #FB10EE
RGB
CMYK
RGB Variations
Color information
#FB10EE (or 0xFB10EE) is known color: Magenta. HEX triplet: FB, 10 and EE. RGB value is (251,16,238). Sum of RGB (Red+Green+Blue) = 251+16+238=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB10EE is #04EF11. Grayscale: #6E6E6E. Windows color (decimal): -323346 or 15601915. OLE color: 15601915.
HSL color Cylindrical-coordinate representation of color #FB10EE: hue angle of 303.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB10EE is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 238 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.32º | 0.97% | 0.52% | - |
| HSV(B) | 303.32º | 0.94% | 0.98% | - |
| XYZ | 55.4 | 27.05 | 83.19 | - |
| YUV | 111.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 238 | 0 | 0.94 | 0.05 | 0.02 | 303.32 | 0.97 | 0.52 |
| Hex | FB | 10 | EE | 0 | 5E | 5 | 2 | 12F | 61 | 34 |
| Octal | 373 | 20 | 356 | 0 | 136 | 5 | 2 | 457 | 141 | 64 |
| Binary | 11111011 | 10000 | 11101110 | 0 | 1011110 | 101 | 10 | 100101111 | 1100001 | 110100 |
Color Harmonies of #FB10EE
Complementary color
Monochromatic Colors of #FB10EE
Black with #FB10EE
Text Example
Text Example
White with #FB10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10EE; }
p { color: rgb(251,16,238); }
H1.HeaderClassName
{
color: #FB10EE;
}
.AnyTagClassName
{
color: #FB10EE;
}
</style>
background-color css
<style>
a { background-color: #FB10EE; }
a { background-color: rgb(251,16,238); }
div.DivClassName
{
background-color: #FB10EE;
}
.BgClassName
{
background-color: #FB10EE;
}
</style>
border-color css
<style>
span { border-color: #FB10EE; }
span { border-color: rgb(251,16,238); }
td.TdClassName
{
border-color: #FB10EE;
}
.TagClassName
{
border-color: #FB10EE;
}
</style>