Shades of Magenta #FB0CE9
Tints of Magenta #FB0CE9
RGB
CMYK
RGB Variations
Color information
#FB0CE9 (or 0xFB0CE9) is known color: Magenta. HEX triplet: FB, 0C and E9. RGB value is (251,12,233). Sum of RGB (Red+Green+Blue) = 251+12+233=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0CE9 is #04F316. Grayscale: #6C6C6C. Windows color (decimal): -324375 or 15273211. OLE color: 15273211.
HSL color Cylindrical-coordinate representation of color #FB0CE9: hue angle of 304.52º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CE9 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 233 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.02 |
| HSL | 304.52º | 0.97% | 0.52% | - |
| HSV(B) | 304.52º | 0.95% | 0.98% | - |
| XYZ | 54.62 | 26.66 | 79.36 | - |
| YUV | 108.66 | 198.18 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 233 | 0 | 0.95 | 0.07 | 0.02 | 304.52 | 0.97 | 0.52 |
| Hex | FB | C | E9 | 0 | 5F | 7 | 2 | 131 | 61 | 34 |
| Octal | 373 | 14 | 351 | 0 | 137 | 7 | 2 | 461 | 141 | 64 |
| Binary | 11111011 | 1100 | 11101001 | 0 | 1011111 | 111 | 10 | 100110001 | 1100001 | 110100 |
Color Harmonies of #FB0CE9
Complementary color
Monochromatic Colors of #FB0CE9
Black with #FB0CE9
Text Example
Text Example
White with #FB0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CE9; }
p { color: rgb(251,12,233); }
H1.HeaderClassName
{
color: #FB0CE9;
}
.AnyTagClassName
{
color: #FB0CE9;
}
</style>
background-color css
<style>
a { background-color: #FB0CE9; }
a { background-color: rgb(251,12,233); }
div.DivClassName
{
background-color: #FB0CE9;
}
.BgClassName
{
background-color: #FB0CE9;
}
</style>
border-color css
<style>
span { border-color: #FB0CE9; }
span { border-color: rgb(251,12,233); }
td.TdClassName
{
border-color: #FB0CE9;
}
.TagClassName
{
border-color: #FB0CE9;
}
</style>