Shades of Magenta #FB10E6
Tints of Magenta #FB10E6
RGB
CMYK
RGB Variations
Color information
#FB10E6 (or 0xFB10E6) is known color: Magenta. HEX triplet: FB, 10 and E6. RGB value is (251,16,230). Sum of RGB (Red+Green+Blue) = 251+16+230=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB10E6 is #04EF19. Grayscale: #6E6E6E. Windows color (decimal): -323354 or 15077627. OLE color: 15077627.
HSL color Cylindrical-coordinate representation of color #FB10E6: hue angle of 305.36º 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 #FB10E6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 230 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.02 |
| HSL | 305.36º | 0.97% | 0.52% | - |
| HSV(B) | 305.36º | 0.94% | 0.98% | - |
| XYZ | 54.25 | 26.59 | 77.14 | - |
| YUV | 110.66 | 195.36 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 230 | 0 | 0.94 | 0.08 | 0.02 | 305.36 | 0.97 | 0.52 |
| Hex | FB | 10 | E6 | 0 | 5E | 8 | 2 | 131 | 61 | 34 |
| Octal | 373 | 20 | 346 | 0 | 136 | 10 | 2 | 461 | 141 | 64 |
| Binary | 11111011 | 10000 | 11100110 | 0 | 1011110 | 1000 | 10 | 100110001 | 1100001 | 110100 |
Color Harmonies of #FB10E6
Complementary color
Monochromatic Colors of #FB10E6
Black with #FB10E6
Text Example
Text Example
White with #FB10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10E6; }
p { color: rgb(251,16,230); }
H1.HeaderClassName
{
color: #FB10E6;
}
.AnyTagClassName
{
color: #FB10E6;
}
</style>
background-color css
<style>
a { background-color: #FB10E6; }
a { background-color: rgb(251,16,230); }
div.DivClassName
{
background-color: #FB10E6;
}
.BgClassName
{
background-color: #FB10E6;
}
</style>
border-color css
<style>
span { border-color: #FB10E6; }
span { border-color: rgb(251,16,230); }
td.TdClassName
{
border-color: #FB10E6;
}
.TagClassName
{
border-color: #FB10E6;
}
</style>