Shades of Pink Flamingo #FB4FFB
Tints of Pink Flamingo #FB4FFB
RGB
CMYK
RGB Variations
Color information
#FB4FFB (or 0xFB4FFB) is known color: Pink Flamingo. HEX triplet: FB, 4F and FB. RGB value is (251,79,251). Sum of RGB (Red+Green+Blue) = 251+79+251=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 79 (31.25% from 255 or 13.60% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4FFB is #04B004. Grayscale: #959595. Windows color (decimal): -307205 or 16470011. OLE color: 16470011.
HSL color Cylindrical-coordinate representation of color #FB4FFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4FFB is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 251 | - |
| CMYK | 0 | 0.69 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.65% | - |
| HSV(B) | 300º | 0.69% | 0.98% | - |
| XYZ | 59.99 | 33.07 | 94.49 | - |
| YUV | 150.04 | 184.98 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 251 | 0 | 0.69 | 0 | 0.02 | 300 | 0.96 | 0.65 |
| Hex | FB | 4F | FB | 0 | 45 | 0 | 2 | 12C | 60 | 41 |
| Octal | 373 | 117 | 373 | 0 | 105 | 0 | 2 | 454 | 140 | 101 |
| Binary | 11111011 | 1001111 | 11111011 | 0 | 1000101 | 0 | 10 | 100101100 | 1100000 | 1000001 |
Color Harmonies of #FB4FFB
Complementary color
Monochromatic Colors of #FB4FFB
Black with #FB4FFB
Text Example
Text Example
White with #FB4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4FFB; }
p { color: rgb(251,79,251); }
H1.HeaderClassName
{
color: #FB4FFB;
}
.AnyTagClassName
{
color: #FB4FFB;
}
</style>
background-color css
<style>
a { background-color: #FB4FFB; }
a { background-color: rgb(251,79,251); }
div.DivClassName
{
background-color: #FB4FFB;
}
.BgClassName
{
background-color: #FB4FFB;
}
</style>
border-color css
<style>
span { border-color: #FB4FFB; }
span { border-color: rgb(251,79,251); }
td.TdClassName
{
border-color: #FB4FFB;
}
.TagClassName
{
border-color: #FB4FFB;
}
</style>