Shades of Pink Flamingo #FB4DFA
Tints of Pink Flamingo #FB4DFA
RGB
CMYK
RGB Variations
Color information
#FB4DFA (or 0xFB4DFA) is known color: Pink Flamingo. HEX triplet: FB, 4D and FA. RGB value is (251,77,250). Sum of RGB (Red+Green+Blue) = 251+77+250=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DFA is #04B205. Grayscale: #949494. Windows color (decimal): -307718 or 16403963. OLE color: 16403963.
HSL color Cylindrical-coordinate representation of color #FB4DFA: hue angle of 300.34º 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 #FB4DFA is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 250 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.02 |
| HSL | 300.34º | 0.96% | 0.64% | - |
| HSV(B) | 300.34º | 0.69% | 0.98% | - |
| XYZ | 59.69 | 32.72 | 93.61 | - |
| YUV | 148.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 250 | 0 | 0.69 | 0.00 | 0.02 | 300.34 | 0.96 | 0.64 |
| Hex | FB | 4D | FA | 0 | 45 | 0 | 2 | 12C | 60 | 40 |
| Octal | 373 | 115 | 372 | 0 | 105 | 0 | 2 | 454 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11111010 | 0 | 1000101 | 0 | 10 | 100101100 | 1100000 | 1000000 |
Color Harmonies of #FB4DFA
Complementary color
Monochromatic Colors of #FB4DFA
Black with #FB4DFA
Text Example
Text Example
White with #FB4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DFA; }
p { color: rgb(251,77,250); }
H1.HeaderClassName
{
color: #FB4DFA;
}
.AnyTagClassName
{
color: #FB4DFA;
}
</style>
background-color css
<style>
a { background-color: #FB4DFA; }
a { background-color: rgb(251,77,250); }
div.DivClassName
{
background-color: #FB4DFA;
}
.BgClassName
{
background-color: #FB4DFA;
}
</style>
border-color css
<style>
span { border-color: #FB4DFA; }
span { border-color: rgb(251,77,250); }
td.TdClassName
{
border-color: #FB4DFA;
}
.TagClassName
{
border-color: #FB4DFA;
}
</style>