Shades of Pink Flamingo #FB59F7
Tints of Pink Flamingo #FB59F7
RGB
CMYK
RGB Variations
Color information
#FB59F7 (or 0xFB59F7) is known color: Pink Flamingo. HEX triplet: FB, 59 and F7. RGB value is (251,89,247). Sum of RGB (Red+Green+Blue) = 251+89+247=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 89 (35.16% from 255 or 15.16% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59F7 is #04A608. Grayscale: #9A9A9A. Windows color (decimal): -304649 or 16210427. OLE color: 16210427.
HSL color Cylindrical-coordinate representation of color #FB59F7: hue angle of 301.48º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59F7 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 247 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.02 |
| HSL | 301.48º | 0.95% | 0.67% | - |
| HSV(B) | 301.48º | 0.65% | 0.98% | - |
| XYZ | 60.14 | 34.37 | 91.46 | - |
| YUV | 155.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 247 | 0 | 0.65 | 0.02 | 0.02 | 301.48 | 0.95 | 0.67 |
| Hex | FB | 59 | F7 | 0 | 41 | 2 | 2 | 12D | 5F | 43 |
| Octal | 373 | 131 | 367 | 0 | 101 | 2 | 2 | 455 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11110111 | 0 | 1000001 | 10 | 10 | 100101101 | 1011111 | 1000011 |
Color Harmonies of #FB59F7
Complementary color
Monochromatic Colors of #FB59F7
Black with #FB59F7
Text Example
Text Example
White with #FB59F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59F7; }
p { color: rgb(251,89,247); }
H1.HeaderClassName
{
color: #FB59F7;
}
.AnyTagClassName
{
color: #FB59F7;
}
</style>
background-color css
<style>
a { background-color: #FB59F7; }
a { background-color: rgb(251,89,247); }
div.DivClassName
{
background-color: #FB59F7;
}
.BgClassName
{
background-color: #FB59F7;
}
</style>
border-color css
<style>
span { border-color: #FB59F7; }
span { border-color: rgb(251,89,247); }
td.TdClassName
{
border-color: #FB59F7;
}
.TagClassName
{
border-color: #FB59F7;
}
</style>