Shades of Pink Flamingo #FB59F0
Tints of Pink Flamingo #FB59F0
RGB
CMYK
RGB Variations
Color information
#FB59F0 (or 0xFB59F0) is known color: Pink Flamingo. HEX triplet: FB, 59 and F0. RGB value is (251,89,240). Sum of RGB (Red+Green+Blue) = 251+89+240=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59F0 is #04A60F. Grayscale: #9A9A9A. Windows color (decimal): -304656 or 15751675. OLE color: 15751675.
HSL color Cylindrical-coordinate representation of color #FB59F0: hue angle of 304.07º 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 #FB59F0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 240 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 304.07º | 0.95% | 0.67% | - |
| HSV(B) | 304.07º | 0.65% | 0.98% | - |
| XYZ | 59.08 | 33.95 | 85.88 | - |
| YUV | 154.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 240 | 0 | 0.65 | 0.04 | 0.02 | 304.07 | 0.95 | 0.67 |
| Hex | FB | 59 | F0 | 0 | 41 | 4 | 2 | 130 | 5F | 43 |
| Octal | 373 | 131 | 360 | 0 | 101 | 4 | 2 | 460 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11110000 | 0 | 1000001 | 100 | 10 | 100110000 | 1011111 | 1000011 |
Color Harmonies of #FB59F0
Complementary color
Monochromatic Colors of #FB59F0
Black with #FB59F0
Text Example
Text Example
White with #FB59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59F0; }
p { color: rgb(251,89,240); }
H1.HeaderClassName
{
color: #FB59F0;
}
.AnyTagClassName
{
color: #FB59F0;
}
</style>
background-color css
<style>
a { background-color: #FB59F0; }
a { background-color: rgb(251,89,240); }
div.DivClassName
{
background-color: #FB59F0;
}
.BgClassName
{
background-color: #FB59F0;
}
</style>
border-color css
<style>
span { border-color: #FB59F0; }
span { border-color: rgb(251,89,240); }
td.TdClassName
{
border-color: #FB59F0;
}
.TagClassName
{
border-color: #FB59F0;
}
</style>