Shades of Pink Flamingo #FB4DFB
Tints of Pink Flamingo #FB4DFB
RGB
CMYK
RGB Variations
Color information
#FB4DFB (or 0xFB4DFB) is known color: Pink Flamingo. HEX triplet: FB, 4D and FB. RGB value is (251,77,251). Sum of RGB (Red+Green+Blue) = 251+77+251=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 77 (30.47% from 255 or 13.30% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DFB is #04B204. Grayscale: #949494. Windows color (decimal): -307717 or 16469499. OLE color: 16469499.
HSL color Cylindrical-coordinate representation of color #FB4DFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DFB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 251 | - |
| CMYK | 0 | 0.69 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.64% | - |
| HSV(B) | 300º | 0.69% | 0.98% | - |
| XYZ | 59.85 | 32.78 | 94.44 | - |
| YUV | 148.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 251 | 0 | 0.69 | 0 | 0.02 | 300 | 0.96 | 0.64 |
| Hex | FB | 4D | FB | 0 | 45 | 0 | 2 | 12C | 60 | 40 |
| Octal | 373 | 115 | 373 | 0 | 105 | 0 | 2 | 454 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11111011 | 0 | 1000101 | 0 | 10 | 100101100 | 1100000 | 1000000 |
Color Harmonies of #FB4DFB
Complementary color
Monochromatic Colors of #FB4DFB
Black with #FB4DFB
Text Example
Text Example
White with #FB4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DFB; }
p { color: rgb(251,77,251); }
H1.HeaderClassName
{
color: #FB4DFB;
}
.AnyTagClassName
{
color: #FB4DFB;
}
</style>
background-color css
<style>
a { background-color: #FB4DFB; }
a { background-color: rgb(251,77,251); }
div.DivClassName
{
background-color: #FB4DFB;
}
.BgClassName
{
background-color: #FB4DFB;
}
</style>
border-color css
<style>
span { border-color: #FB4DFB; }
span { border-color: rgb(251,77,251); }
td.TdClassName
{
border-color: #FB4DFB;
}
.TagClassName
{
border-color: #FB4DFB;
}
</style>