Shades of Pale Magenta #FB72EC
Tints of Pale Magenta #FB72EC
RGB
CMYK
RGB Variations
Color information
#FB72EC (or 0xFB72EC) is known color: Pale Magenta. HEX triplet: FB, 72 and EC. RGB value is (251,114,236). Sum of RGB (Red+Green+Blue) = 251+114+236=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB72EC is #048D13. Grayscale: #A8A8A8. Windows color (decimal): -298260 or 15495931. OLE color: 15495931.
HSL color Cylindrical-coordinate representation of color #FB72EC: hue angle of 306.57º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB72EC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 236 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.02 |
| HSL | 306.57º | 0.94% | 0.72% | - |
| HSV(B) | 306.57º | 0.55% | 0.98% | - |
| XYZ | 60.94 | 38.6 | 83.6 | - |
| YUV | 168.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 236 | 0 | 0.55 | 0.06 | 0.02 | 306.57 | 0.94 | 0.72 |
| Hex | FB | 72 | EC | 0 | 37 | 6 | 2 | 133 | 5E | 48 |
| Octal | 373 | 162 | 354 | 0 | 67 | 6 | 2 | 463 | 136 | 110 |
| Binary | 11111011 | 1110010 | 11101100 | 0 | 110111 | 110 | 10 | 100110011 | 1011110 | 1001000 |
Color Harmonies of #FB72EC
Complementary color
Monochromatic Colors of #FB72EC
Black with #FB72EC
Text Example
Text Example
White with #FB72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB72EC; }
p { color: rgb(251,114,236); }
H1.HeaderClassName
{
color: #FB72EC;
}
.AnyTagClassName
{
color: #FB72EC;
}
</style>
background-color css
<style>
a { background-color: #FB72EC; }
a { background-color: rgb(251,114,236); }
div.DivClassName
{
background-color: #FB72EC;
}
.BgClassName
{
background-color: #FB72EC;
}
</style>
border-color css
<style>
span { border-color: #FB72EC; }
span { border-color: rgb(251,114,236); }
td.TdClassName
{
border-color: #FB72EC;
}
.TagClassName
{
border-color: #FB72EC;
}
</style>