Shades of Magenta #FB0CED
Tints of Magenta #FB0CED
RGB
CMYK
RGB Variations
Color information
#FB0CED (or 0xFB0CED) is known color: Magenta. HEX triplet: FB, 0C and ED. RGB value is (251,12,237). Sum of RGB (Red+Green+Blue) = 251+12+237=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0CED is #04F312. Grayscale: #6C6C6C. Windows color (decimal): -324371 or 15535355. OLE color: 15535355.
HSL color Cylindrical-coordinate representation of color #FB0CED: hue angle of 303.51º 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 #FB0CED is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 237 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.02 |
| HSL | 303.51º | 0.97% | 0.52% | - |
| HSV(B) | 303.51º | 0.95% | 0.98% | - |
| XYZ | 55.2 | 26.89 | 82.4 | - |
| YUV | 109.11 | 200.18 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 237 | 0 | 0.95 | 0.06 | 0.02 | 303.51 | 0.97 | 0.52 |
| Hex | FB | C | ED | 0 | 5F | 6 | 2 | 130 | 61 | 34 |
| Octal | 373 | 14 | 355 | 0 | 137 | 6 | 2 | 460 | 141 | 64 |
| Binary | 11111011 | 1100 | 11101101 | 0 | 1011111 | 110 | 10 | 100110000 | 1100001 | 110100 |
Color Harmonies of #FB0CED
Complementary color
Monochromatic Colors of #FB0CED
Black with #FB0CED
Text Example
Text Example
White with #FB0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CED; }
p { color: rgb(251,12,237); }
H1.HeaderClassName
{
color: #FB0CED;
}
.AnyTagClassName
{
color: #FB0CED;
}
</style>
background-color css
<style>
a { background-color: #FB0CED; }
a { background-color: rgb(251,12,237); }
div.DivClassName
{
background-color: #FB0CED;
}
.BgClassName
{
background-color: #FB0CED;
}
</style>
border-color css
<style>
span { border-color: #FB0CED; }
span { border-color: rgb(251,12,237); }
td.TdClassName
{
border-color: #FB0CED;
}
.TagClassName
{
border-color: #FB0CED;
}
</style>