Shades of Pink Flamingo #FB4EFB
Tints of Pink Flamingo #FB4EFB
RGB
CMYK
RGB Variations
Color information
#FB4EFB (or 0xFB4EFB) is known color: Pink Flamingo. HEX triplet: FB, 4E and FB. RGB value is (251,78,251). Sum of RGB (Red+Green+Blue) = 251+78+251=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 78 (30.86% from 255 or 13.45% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB4EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EFB is #04B104. Grayscale: #949494. Windows color (decimal): -307461 or 16469755. OLE color: 16469755.
HSL color Cylindrical-coordinate representation of color #FB4EFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EFB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 251 | - |
| CMYK | 0 | 0.69 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.65% | - |
| HSV(B) | 300º | 0.69% | 0.98% | - |
| XYZ | 59.92 | 32.92 | 94.46 | - |
| YUV | 149.45 | 185.31 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 251 | 0 | 0.69 | 0 | 0.02 | 300 | 0.96 | 0.65 |
| Hex | FB | 4E | FB | 0 | 45 | 0 | 2 | 12C | 60 | 41 |
| Octal | 373 | 116 | 373 | 0 | 105 | 0 | 2 | 454 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11111011 | 0 | 1000101 | 0 | 10 | 100101100 | 1100000 | 1000001 |
Color Harmonies of #FB4EFB
Complementary color
Monochromatic Colors of #FB4EFB
Black with #FB4EFB
Text Example
Text Example
White with #FB4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EFB; }
p { color: rgb(251,78,251); }
H1.HeaderClassName
{
color: #FB4EFB;
}
.AnyTagClassName
{
color: #FB4EFB;
}
</style>
background-color css
<style>
a { background-color: #FB4EFB; }
a { background-color: rgb(251,78,251); }
div.DivClassName
{
background-color: #FB4EFB;
}
.BgClassName
{
background-color: #FB4EFB;
}
</style>
border-color css
<style>
span { border-color: #FB4EFB; }
span { border-color: rgb(251,78,251); }
td.TdClassName
{
border-color: #FB4EFB;
}
.TagClassName
{
border-color: #FB4EFB;
}
</style>