Shades of Pink Flamingo #FB47F2
Tints of Pink Flamingo #FB47F2
RGB
CMYK
RGB Variations
Color information
#FB47F2 (or 0xFB47F2) is known color: Pink Flamingo. HEX triplet: FB, 47 and F2. RGB value is (251,71,242). Sum of RGB (Red+Green+Blue) = 251+71+242=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 71 (28.12% from 255 or 12.59% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47F2 is #04B80D. Grayscale: #8F8F8F. Windows color (decimal): -309262 or 15878139. OLE color: 15878139.
HSL color Cylindrical-coordinate representation of color #FB47F2: hue angle of 303º 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 #FB47F2 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 242 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.02 |
| HSL | 303º | 0.96% | 0.63% | - |
| HSV(B) | 303º | 0.72% | 0.98% | - |
| XYZ | 58.06 | 31.43 | 87.01 | - |
| YUV | 144.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 242 | 0 | 0.72 | 0.04 | 0.02 | 303 | 0.96 | 0.63 |
| Hex | FB | 47 | F2 | 0 | 48 | 4 | 2 | 12F | 60 | 3F |
| Octal | 373 | 107 | 362 | 0 | 110 | 4 | 2 | 457 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11110010 | 0 | 1001000 | 100 | 10 | 100101111 | 1100000 | 111111 |
Color Harmonies of #FB47F2
Complementary color
Monochromatic Colors of #FB47F2
Black with #FB47F2
Text Example
Text Example
White with #FB47F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47F2; }
p { color: rgb(251,71,242); }
H1.HeaderClassName
{
color: #FB47F2;
}
.AnyTagClassName
{
color: #FB47F2;
}
</style>
background-color css
<style>
a { background-color: #FB47F2; }
a { background-color: rgb(251,71,242); }
div.DivClassName
{
background-color: #FB47F2;
}
.BgClassName
{
background-color: #FB47F2;
}
</style>
border-color css
<style>
span { border-color: #FB47F2; }
span { border-color: rgb(251,71,242); }
td.TdClassName
{
border-color: #FB47F2;
}
.TagClassName
{
border-color: #FB47F2;
}
</style>