Shades of Pink Flamingo #FB49F7
Tints of Pink Flamingo #FB49F7
RGB
CMYK
RGB Variations
Color information
#FB49F7 (or 0xFB49F7) is known color: Pink Flamingo. HEX triplet: FB, 49 and F7. RGB value is (251,73,247). Sum of RGB (Red+Green+Blue) = 251+73+247=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 73 (28.91% from 255 or 12.78% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49F7 is #04B608. Grayscale: #919191. Windows color (decimal): -308745 or 16206331. OLE color: 16206331.
HSL color Cylindrical-coordinate representation of color #FB49F7: hue angle of 301.35º 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 #FB49F7 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 247 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.02 |
| HSL | 301.35º | 0.96% | 0.64% | - |
| HSV(B) | 301.35º | 0.71% | 0.98% | - |
| XYZ | 58.95 | 31.99 | 91.06 | - |
| YUV | 146.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 247 | 0 | 0.71 | 0.02 | 0.02 | 301.35 | 0.96 | 0.64 |
| Hex | FB | 49 | F7 | 0 | 47 | 2 | 2 | 12D | 60 | 40 |
| Octal | 373 | 111 | 367 | 0 | 107 | 2 | 2 | 455 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11110111 | 0 | 1000111 | 10 | 10 | 100101101 | 1100000 | 1000000 |
Color Harmonies of #FB49F7
Complementary color
Monochromatic Colors of #FB49F7
Black with #FB49F7
Text Example
Text Example
White with #FB49F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49F7; }
p { color: rgb(251,73,247); }
H1.HeaderClassName
{
color: #FB49F7;
}
.AnyTagClassName
{
color: #FB49F7;
}
</style>
background-color css
<style>
a { background-color: #FB49F7; }
a { background-color: rgb(251,73,247); }
div.DivClassName
{
background-color: #FB49F7;
}
.BgClassName
{
background-color: #FB49F7;
}
</style>
border-color css
<style>
span { border-color: #FB49F7; }
span { border-color: rgb(251,73,247); }
td.TdClassName
{
border-color: #FB49F7;
}
.TagClassName
{
border-color: #FB49F7;
}
</style>