Shades of Pink Flamingo #FB47ED
Tints of Pink Flamingo #FB47ED
RGB
CMYK
RGB Variations
Color information
#FB47ED (or 0xFB47ED) is known color: Pink Flamingo. HEX triplet: FB, 47 and ED. RGB value is (251,71,237). Sum of RGB (Red+Green+Blue) = 251+71+237=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47ED is #04B812. Grayscale: #8F8F8F. Windows color (decimal): -309267 or 15550459. OLE color: 15550459.
HSL color Cylindrical-coordinate representation of color #FB47ED: hue angle of 304.67º 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 #FB47ED is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 237 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.02 |
| HSL | 304.67º | 0.96% | 0.63% | - |
| HSV(B) | 304.67º | 0.72% | 0.98% | - |
| XYZ | 57.32 | 31.13 | 83.11 | - |
| YUV | 143.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 237 | 0 | 0.72 | 0.06 | 0.02 | 304.67 | 0.96 | 0.63 |
| Hex | FB | 47 | ED | 0 | 48 | 6 | 2 | 131 | 60 | 3F |
| Octal | 373 | 107 | 355 | 0 | 110 | 6 | 2 | 461 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11101101 | 0 | 1001000 | 110 | 10 | 100110001 | 1100000 | 111111 |
Color Harmonies of #FB47ED
Complementary color
Monochromatic Colors of #FB47ED
Black with #FB47ED
Text Example
Text Example
White with #FB47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47ED; }
p { color: rgb(251,71,237); }
H1.HeaderClassName
{
color: #FB47ED;
}
.AnyTagClassName
{
color: #FB47ED;
}
</style>
background-color css
<style>
a { background-color: #FB47ED; }
a { background-color: rgb(251,71,237); }
div.DivClassName
{
background-color: #FB47ED;
}
.BgClassName
{
background-color: #FB47ED;
}
</style>
border-color css
<style>
span { border-color: #FB47ED; }
span { border-color: rgb(251,71,237); }
td.TdClassName
{
border-color: #FB47ED;
}
.TagClassName
{
border-color: #FB47ED;
}
</style>