Shades of Pink Flamingo #FB47EE
Tints of Pink Flamingo #FB47EE
RGB
CMYK
RGB Variations
Color information
#FB47EE (or 0xFB47EE) is known color: Pink Flamingo. HEX triplet: FB, 47 and EE. RGB value is (251,71,238). Sum of RGB (Red+Green+Blue) = 251+71+238=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47EE is #04B811. Grayscale: #8F8F8F. Windows color (decimal): -309266 or 15615995. OLE color: 15615995.
HSL color Cylindrical-coordinate representation of color #FB47EE: hue angle of 304.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 #FB47EE is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 238 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.02 |
| HSL | 304.33º | 0.96% | 0.63% | - |
| HSV(B) | 304.33º | 0.72% | 0.98% | - |
| XYZ | 57.47 | 31.19 | 83.88 | - |
| YUV | 143.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 238 | 0 | 0.72 | 0.05 | 0.02 | 304.33 | 0.96 | 0.63 |
| Hex | FB | 47 | EE | 0 | 48 | 5 | 2 | 130 | 60 | 3F |
| Octal | 373 | 107 | 356 | 0 | 110 | 5 | 2 | 460 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11101110 | 0 | 1001000 | 101 | 10 | 100110000 | 1100000 | 111111 |
Color Harmonies of #FB47EE
Complementary color
Monochromatic Colors of #FB47EE
Black with #FB47EE
Text Example
Text Example
White with #FB47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47EE; }
p { color: rgb(251,71,238); }
H1.HeaderClassName
{
color: #FB47EE;
}
.AnyTagClassName
{
color: #FB47EE;
}
</style>
background-color css
<style>
a { background-color: #FB47EE; }
a { background-color: rgb(251,71,238); }
div.DivClassName
{
background-color: #FB47EE;
}
.BgClassName
{
background-color: #FB47EE;
}
</style>
border-color css
<style>
span { border-color: #FB47EE; }
span { border-color: rgb(251,71,238); }
td.TdClassName
{
border-color: #FB47EE;
}
.TagClassName
{
border-color: #FB47EE;
}
</style>