Shades of Pink Flamingo #FB48EC
Tints of Pink Flamingo #FB48EC
RGB
CMYK
RGB Variations
Color information
#FB48EC (or 0xFB48EC) is known color: Pink Flamingo. HEX triplet: FB, 48 and EC. RGB value is (251,72,236). Sum of RGB (Red+Green+Blue) = 251+72+236=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 72 (28.52% from 255 or 12.88% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB48EC is #04B713. Grayscale: #8F8F8F. Windows color (decimal): -309012 or 15485179. OLE color: 15485179.
HSL color Cylindrical-coordinate representation of color #FB48EC: hue angle of 305.03º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB48EC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 236 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.02 |
| HSL | 305.03º | 0.96% | 0.63% | - |
| HSV(B) | 305.03º | 0.71% | 0.98% | - |
| XYZ | 57.24 | 31.2 | 82.36 | - |
| YUV | 144.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 236 | 0 | 0.71 | 0.06 | 0.02 | 305.03 | 0.96 | 0.63 |
| Hex | FB | 48 | EC | 0 | 47 | 6 | 2 | 131 | 60 | 3F |
| Octal | 373 | 110 | 354 | 0 | 107 | 6 | 2 | 461 | 140 | 77 |
| Binary | 11111011 | 1001000 | 11101100 | 0 | 1000111 | 110 | 10 | 100110001 | 1100000 | 111111 |
Color Harmonies of #FB48EC
Complementary color
Monochromatic Colors of #FB48EC
Black with #FB48EC
Text Example
Text Example
White with #FB48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB48EC; }
p { color: rgb(251,72,236); }
H1.HeaderClassName
{
color: #FB48EC;
}
.AnyTagClassName
{
color: #FB48EC;
}
</style>
background-color css
<style>
a { background-color: #FB48EC; }
a { background-color: rgb(251,72,236); }
div.DivClassName
{
background-color: #FB48EC;
}
.BgClassName
{
background-color: #FB48EC;
}
</style>
border-color css
<style>
span { border-color: #FB48EC; }
span { border-color: rgb(251,72,236); }
td.TdClassName
{
border-color: #FB48EC;
}
.TagClassName
{
border-color: #FB48EC;
}
</style>