Shades of Pink Flamingo #FB59F3
Tints of Pink Flamingo #FB59F3
RGB
CMYK
RGB Variations
Color information
#FB59F3 (or 0xFB59F3) is known color: Pink Flamingo. HEX triplet: FB, 59 and F3. RGB value is (251,89,243). Sum of RGB (Red+Green+Blue) = 251+89+243=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 89 (35.16% from 255 or 15.27% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59F3 is #04A60C. Grayscale: #9A9A9A. Windows color (decimal): -304653 or 15948283. OLE color: 15948283.
HSL color Cylindrical-coordinate representation of color #FB59F3: hue angle of 302.96º 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 #FB59F3 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 243 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.02 |
| HSL | 302.96º | 0.95% | 0.67% | - |
| HSV(B) | 302.96º | 0.65% | 0.98% | - |
| XYZ | 59.53 | 34.13 | 88.24 | - |
| YUV | 154.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 243 | 0 | 0.65 | 0.03 | 0.02 | 302.96 | 0.95 | 0.67 |
| Hex | FB | 59 | F3 | 0 | 41 | 3 | 2 | 12F | 5F | 43 |
| Octal | 373 | 131 | 363 | 0 | 101 | 3 | 2 | 457 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11110011 | 0 | 1000001 | 11 | 10 | 100101111 | 1011111 | 1000011 |
Color Harmonies of #FB59F3
Complementary color
Monochromatic Colors of #FB59F3
Black with #FB59F3
Text Example
Text Example
White with #FB59F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59F3; }
p { color: rgb(251,89,243); }
H1.HeaderClassName
{
color: #FB59F3;
}
.AnyTagClassName
{
color: #FB59F3;
}
</style>
background-color css
<style>
a { background-color: #FB59F3; }
a { background-color: rgb(251,89,243); }
div.DivClassName
{
background-color: #FB59F3;
}
.BgClassName
{
background-color: #FB59F3;
}
</style>
border-color css
<style>
span { border-color: #FB59F3; }
span { border-color: rgb(251,89,243); }
td.TdClassName
{
border-color: #FB59F3;
}
.TagClassName
{
border-color: #FB59F3;
}
</style>