Shades of Magenta #FB1CED
Tints of Magenta #FB1CED
RGB
CMYK
RGB Variations
Color information
#FB1CED (or 0xFB1CED) is known color: Magenta. HEX triplet: FB, 1C and ED. RGB value is (251,28,237). Sum of RGB (Red+Green+Blue) = 251+28+237=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1CED is #04E312. Grayscale: #757575. Windows color (decimal): -320275 or 15539451. OLE color: 15539451.
HSL color Cylindrical-coordinate representation of color #FB1CED: hue angle of 303.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CED is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 237 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.02 |
| HSL | 303.77º | 0.97% | 0.55% | - |
| HSV(B) | 303.77º | 0.89% | 0.98% | - |
| XYZ | 55.48 | 27.45 | 82.5 | - |
| YUV | 118.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 237 | 0 | 0.89 | 0.06 | 0.02 | 303.77 | 0.97 | 0.55 |
| Hex | FB | 1C | ED | 0 | 59 | 6 | 2 | 130 | 61 | 37 |
| Octal | 373 | 34 | 355 | 0 | 131 | 6 | 2 | 460 | 141 | 67 |
| Binary | 11111011 | 11100 | 11101101 | 0 | 1011001 | 110 | 10 | 100110000 | 1100001 | 110111 |
Color Harmonies of #FB1CED
Complementary color
Monochromatic Colors of #FB1CED
Black with #FB1CED
Text Example
Text Example
White with #FB1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CED; }
p { color: rgb(251,28,237); }
H1.HeaderClassName
{
color: #FB1CED;
}
.AnyTagClassName
{
color: #FB1CED;
}
</style>
background-color css
<style>
a { background-color: #FB1CED; }
a { background-color: rgb(251,28,237); }
div.DivClassName
{
background-color: #FB1CED;
}
.BgClassName
{
background-color: #FB1CED;
}
</style>
border-color css
<style>
span { border-color: #FB1CED; }
span { border-color: rgb(251,28,237); }
td.TdClassName
{
border-color: #FB1CED;
}
.TagClassName
{
border-color: #FB1CED;
}
</style>