Shades of Pink Flamingo #FB49FA
Tints of Pink Flamingo #FB49FA
RGB
CMYK
RGB Variations
Color information
#FB49FA (or 0xFB49FA) is known color: Pink Flamingo. HEX triplet: FB, 49 and FA. RGB value is (251,73,250). Sum of RGB (Red+Green+Blue) = 251+73+250=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 73 (28.91% from 255 or 12.72% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49FA is #04B605. Grayscale: #919191. Windows color (decimal): -308742 or 16402939. OLE color: 16402939.
HSL color Cylindrical-coordinate representation of color #FB49FA: 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.71%. Process color model (Four color, CMYK) of #FB49FA is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 250 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.02 |
| HSL | 300.34º | 0.96% | 0.64% | - |
| HSV(B) | 300.34º | 0.71% | 0.98% | - |
| XYZ | 59.42 | 32.18 | 93.52 | - |
| YUV | 146.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 250 | 0 | 0.71 | 0.00 | 0.02 | 300.34 | 0.96 | 0.64 |
| Hex | FB | 49 | FA | 0 | 47 | 0 | 2 | 12C | 60 | 40 |
| Octal | 373 | 111 | 372 | 0 | 107 | 0 | 2 | 454 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11111010 | 0 | 1000111 | 0 | 10 | 100101100 | 1100000 | 1000000 |
Color Harmonies of #FB49FA
Complementary color
Monochromatic Colors of #FB49FA
Black with #FB49FA
Text Example
Text Example
White with #FB49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49FA; }
p { color: rgb(251,73,250); }
H1.HeaderClassName
{
color: #FB49FA;
}
.AnyTagClassName
{
color: #FB49FA;
}
</style>
background-color css
<style>
a { background-color: #FB49FA; }
a { background-color: rgb(251,73,250); }
div.DivClassName
{
background-color: #FB49FA;
}
.BgClassName
{
background-color: #FB49FA;
}
</style>
border-color css
<style>
span { border-color: #FB49FA; }
span { border-color: rgb(251,73,250); }
td.TdClassName
{
border-color: #FB49FA;
}
.TagClassName
{
border-color: #FB49FA;
}
</style>