Shades of Pink Flamingo #FB47F7
Tints of Pink Flamingo #FB47F7
RGB
CMYK
RGB Variations
Color information
#FB47F7 (or 0xFB47F7) is known color: Pink Flamingo. HEX triplet: FB, 47 and F7. RGB value is (251,71,247). Sum of RGB (Red+Green+Blue) = 251+71+247=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 71 (28.12% from 255 or 12.48% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47F7 is #04B808. Grayscale: #909090. Windows color (decimal): -309257 or 16205819. OLE color: 16205819.
HSL color Cylindrical-coordinate representation of color #FB47F7: hue angle of 301.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47F7 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 247 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.02 |
| HSL | 301.33º | 0.96% | 0.63% | - |
| HSV(B) | 301.33º | 0.72% | 0.98% | - |
| XYZ | 58.83 | 31.73 | 91.02 | - |
| YUV | 144.88 | 185.63 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 247 | 0 | 0.72 | 0.02 | 0.02 | 301.33 | 0.96 | 0.63 |
| Hex | FB | 47 | F7 | 0 | 48 | 2 | 2 | 12D | 60 | 3F |
| Octal | 373 | 107 | 367 | 0 | 110 | 2 | 2 | 455 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11110111 | 0 | 1001000 | 10 | 10 | 100101101 | 1100000 | 111111 |
Color Harmonies of #FB47F7
Complementary color
Monochromatic Colors of #FB47F7
Black with #FB47F7
Text Example
Text Example
White with #FB47F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47F7; }
p { color: rgb(251,71,247); }
H1.HeaderClassName
{
color: #FB47F7;
}
.AnyTagClassName
{
color: #FB47F7;
}
</style>
background-color css
<style>
a { background-color: #FB47F7; }
a { background-color: rgb(251,71,247); }
div.DivClassName
{
background-color: #FB47F7;
}
.BgClassName
{
background-color: #FB47F7;
}
</style>
border-color css
<style>
span { border-color: #FB47F7; }
span { border-color: rgb(251,71,247); }
td.TdClassName
{
border-color: #FB47F7;
}
.TagClassName
{
border-color: #FB47F7;
}
</style>