Shades of Pink Flamingo #FB47EF
Tints of Pink Flamingo #FB47EF
RGB
CMYK
RGB Variations
Color information
#FB47EF (or 0xFB47EF) is known color: Pink Flamingo. HEX triplet: FB, 47 and EF. RGB value is (251,71,239). Sum of RGB (Red+Green+Blue) = 251+71+239=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47EF is #04B810. Grayscale: #8F8F8F. Windows color (decimal): -309265 or 15681531. OLE color: 15681531.
HSL color Cylindrical-coordinate representation of color #FB47EF: hue angle of 304º 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 #FB47EF is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 239 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.02 |
| HSL | 304º | 0.96% | 0.63% | - |
| HSV(B) | 304º | 0.72% | 0.98% | - |
| XYZ | 57.62 | 31.25 | 84.66 | - |
| YUV | 143.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 239 | 0 | 0.72 | 0.05 | 0.02 | 304 | 0.96 | 0.63 |
| Hex | FB | 47 | EF | 0 | 48 | 5 | 2 | 130 | 60 | 3F |
| Octal | 373 | 107 | 357 | 0 | 110 | 5 | 2 | 460 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11101111 | 0 | 1001000 | 101 | 10 | 100110000 | 1100000 | 111111 |
Color Harmonies of #FB47EF
Complementary color
Monochromatic Colors of #FB47EF
Black with #FB47EF
Text Example
Text Example
White with #FB47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47EF; }
p { color: rgb(251,71,239); }
H1.HeaderClassName
{
color: #FB47EF;
}
.AnyTagClassName
{
color: #FB47EF;
}
</style>
background-color css
<style>
a { background-color: #FB47EF; }
a { background-color: rgb(251,71,239); }
div.DivClassName
{
background-color: #FB47EF;
}
.BgClassName
{
background-color: #FB47EF;
}
</style>
border-color css
<style>
span { border-color: #FB47EF; }
span { border-color: rgb(251,71,239); }
td.TdClassName
{
border-color: #FB47EF;
}
.TagClassName
{
border-color: #FB47EF;
}
</style>