Shades of Pink Flamingo #FB5FFB
Tints of Pink Flamingo #FB5FFB
RGB
CMYK
RGB Variations
Color information
#FB5FFB (or 0xFB5FFB) is known color: Pink Flamingo. HEX triplet: FB, 5F and FB. RGB value is (251,95,251). Sum of RGB (Red+Green+Blue) = 251+95+251=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 95 (37.5% from 255 or 15.91% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FFB is #04A004. Grayscale: #9E9E9E. Windows color (decimal): -303109 or 16474107. OLE color: 16474107.
HSL color Cylindrical-coordinate representation of color #FB5FFB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FFB is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 251 | - |
| CMYK | 0 | 0.62 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.68% | - |
| HSV(B) | 300º | 0.62% | 0.98% | - |
| XYZ | 61.29 | 35.66 | 94.92 | - |
| YUV | 159.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 251 | 0 | 0.62 | 0 | 0.02 | 300 | 0.95 | 0.68 |
| Hex | FB | 5F | FB | 0 | 3E | 0 | 2 | 12C | 5F | 44 |
| Octal | 373 | 137 | 373 | 0 | 76 | 0 | 2 | 454 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11111011 | 0 | 111110 | 0 | 10 | 100101100 | 1011111 | 1000100 |
Color Harmonies of #FB5FFB
Complementary color
Monochromatic Colors of #FB5FFB
Black with #FB5FFB
Text Example
Text Example
White with #FB5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FFB; }
p { color: rgb(251,95,251); }
H1.HeaderClassName
{
color: #FB5FFB;
}
.AnyTagClassName
{
color: #FB5FFB;
}
</style>
background-color css
<style>
a { background-color: #FB5FFB; }
a { background-color: rgb(251,95,251); }
div.DivClassName
{
background-color: #FB5FFB;
}
.BgClassName
{
background-color: #FB5FFB;
}
</style>
border-color css
<style>
span { border-color: #FB5FFB; }
span { border-color: rgb(251,95,251); }
td.TdClassName
{
border-color: #FB5FFB;
}
.TagClassName
{
border-color: #FB5FFB;
}
</style>