Shades of Pink Flamingo #FB3FFB
Tints of Pink Flamingo #FB3FFB
RGB
CMYK
RGB Variations
Color information
#FB3FFB (or 0xFB3FFB) is known color: Pink Flamingo. HEX triplet: FB, 3F and FB. RGB value is (251,63,251). Sum of RGB (Red+Green+Blue) = 251+63+251=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 63 (25% from 255 or 11.15% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FFB is #04C004. Grayscale: #8C8C8C. Windows color (decimal): -311301 or 16465915. OLE color: 16465915.
HSL color Cylindrical-coordinate representation of color #FB3FFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FFB is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 251 | - |
| CMYK | 0 | 0.75 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.62% | - |
| HSV(B) | 300º | 0.75% | 0.98% | - |
| XYZ | 58.97 | 31.03 | 94.15 | - |
| YUV | 140.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 251 | 0 | 0.75 | 0 | 0.02 | 300 | 0.96 | 0.62 |
| Hex | FB | 3F | FB | 0 | 4B | 0 | 2 | 12C | 60 | 3E |
| Octal | 373 | 77 | 373 | 0 | 113 | 0 | 2 | 454 | 140 | 76 |
| Binary | 11111011 | 111111 | 11111011 | 0 | 1001011 | 0 | 10 | 100101100 | 1100000 | 111110 |
Color Harmonies of #FB3FFB
Complementary color
Monochromatic Colors of #FB3FFB
Black with #FB3FFB
Text Example
Text Example
White with #FB3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FFB; }
p { color: rgb(251,63,251); }
H1.HeaderClassName
{
color: #FB3FFB;
}
.AnyTagClassName
{
color: #FB3FFB;
}
</style>
background-color css
<style>
a { background-color: #FB3FFB; }
a { background-color: rgb(251,63,251); }
div.DivClassName
{
background-color: #FB3FFB;
}
.BgClassName
{
background-color: #FB3FFB;
}
</style>
border-color css
<style>
span { border-color: #FB3FFB; }
span { border-color: rgb(251,63,251); }
td.TdClassName
{
border-color: #FB3FFB;
}
.TagClassName
{
border-color: #FB3FFB;
}
</style>