Shades of Magenta #FB0CE6
Tints of Magenta #FB0CE6
RGB
CMYK
RGB Variations
Color information
#FB0CE6 (or 0xFB0CE6) is known color: Magenta. HEX triplet: FB, 0C and E6. RGB value is (251,12,230). Sum of RGB (Red+Green+Blue) = 251+12+230=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0CE6 is #04F319. Grayscale: #6B6B6B. Windows color (decimal): -324378 or 15076603. OLE color: 15076603.
HSL color Cylindrical-coordinate representation of color #FB0CE6: hue angle of 305.27º 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 #FB0CE6 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 230 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.02 |
| HSL | 305.27º | 0.97% | 0.52% | - |
| HSV(B) | 305.27º | 0.95% | 0.98% | - |
| XYZ | 54.2 | 26.49 | 77.12 | - |
| YUV | 108.31 | 196.68 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 230 | 0 | 0.95 | 0.08 | 0.02 | 305.27 | 0.97 | 0.52 |
| Hex | FB | C | E6 | 0 | 5F | 8 | 2 | 131 | 61 | 34 |
| Octal | 373 | 14 | 346 | 0 | 137 | 10 | 2 | 461 | 141 | 64 |
| Binary | 11111011 | 1100 | 11100110 | 0 | 1011111 | 1000 | 10 | 100110001 | 1100001 | 110100 |
Color Harmonies of #FB0CE6
Complementary color
Monochromatic Colors of #FB0CE6
Black with #FB0CE6
Text Example
Text Example
White with #FB0CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CE6; }
p { color: rgb(251,12,230); }
H1.HeaderClassName
{
color: #FB0CE6;
}
.AnyTagClassName
{
color: #FB0CE6;
}
</style>
background-color css
<style>
a { background-color: #FB0CE6; }
a { background-color: rgb(251,12,230); }
div.DivClassName
{
background-color: #FB0CE6;
}
.BgClassName
{
background-color: #FB0CE6;
}
</style>
border-color css
<style>
span { border-color: #FB0CE6; }
span { border-color: rgb(251,12,230); }
td.TdClassName
{
border-color: #FB0CE6;
}
.TagClassName
{
border-color: #FB0CE6;
}
</style>