Shades of Pink Flamingo #FB59FE
Tints of Pink Flamingo #FB59FE
RGB
CMYK
RGB Variations
Color information
#FB59FE (or 0xFB59FE) is known color: Pink Flamingo. HEX triplet: FB, 59 and FE. RGB value is (251,89,254). Sum of RGB (Red+Green+Blue) = 251+89+254=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 89 (35.16% from 255 or 14.98% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB59FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59FE is #04A601. Grayscale: #9B9B9B. Windows color (decimal): -304642 or 16669179. OLE color: 16669179.
HSL color Cylindrical-coordinate representation of color #FB59FE: hue angle of 298.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59FE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 89 | 254 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.00 |
| HSL | 298.91º | 0.99% | 0.67% | - |
| HSV(B) | 298.91º | 0.65% | 1% | - |
| XYZ | 61.25 | 34.81 | 97.26 | - |
| YUV | 156.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 254 | 0.01 | 0.65 | 0 | 0.00 | 298.91 | 0.99 | 0.67 |
| Hex | FB | 59 | FE | 1 | 41 | 0 | 0 | 12B | 63 | 43 |
| Octal | 373 | 131 | 376 | 1 | 101 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111011 | 1011001 | 11111110 | 1 | 1000001 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FB59FE
Complementary color
Monochromatic Colors of #FB59FE
Black with #FB59FE
Text Example
Text Example
White with #FB59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59FE; }
p { color: rgb(251,89,254); }
H1.HeaderClassName
{
color: #FB59FE;
}
.AnyTagClassName
{
color: #FB59FE;
}
</style>
background-color css
<style>
a { background-color: #FB59FE; }
a { background-color: rgb(251,89,254); }
div.DivClassName
{
background-color: #FB59FE;
}
.BgClassName
{
background-color: #FB59FE;
}
</style>
border-color css
<style>
span { border-color: #FB59FE; }
span { border-color: rgb(251,89,254); }
td.TdClassName
{
border-color: #FB59FE;
}
.TagClassName
{
border-color: #FB59FE;
}
</style>