Shades of Pink Flamingo #F559FB
Tints of Pink Flamingo #F559FB
RGB
CMYK
RGB Variations
Color information
#F559FB (or 0xF559FB) is known color: Pink Flamingo. HEX triplet: F5, 59 and FB. RGB value is (245,89,251). Sum of RGB (Red+Green+Blue) = 245+89+251=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 89 (35.16% from 255 or 15.21% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #F559FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F559FB is #0AA604. Grayscale: #999999. Windows color (decimal): -697861 or 16472565. OLE color: 16472565.
HSL color Cylindrical-coordinate representation of color #F559FB: hue angle of 297.78º 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 #F559FB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 89 | 251 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.02 |
| HSL | 297.78º | 0.95% | 0.67% | - |
| HSV(B) | 297.78º | 0.65% | 0.98% | - |
| XYZ | 58.64 | 33.52 | 94.65 | - |
| YUV | 154.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 251 | 0.02 | 0.65 | 0 | 0.02 | 297.78 | 0.95 | 0.67 |
| Hex | F5 | 59 | FB | 2 | 41 | 0 | 2 | 12A | 5F | 43 |
| Octal | 365 | 131 | 373 | 2 | 101 | 0 | 2 | 452 | 137 | 103 |
| Binary | 11110101 | 1011001 | 11111011 | 10 | 1000001 | 0 | 10 | 100101010 | 1011111 | 1000011 |
Color Harmonies of #F559FB
Complementary color
Monochromatic Colors of #F559FB
Black with #F559FB
Text Example
Text Example
White with #F559FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559FB; }
p { color: rgb(245,89,251); }
H1.HeaderClassName
{
color: #F559FB;
}
.AnyTagClassName
{
color: #F559FB;
}
</style>
background-color css
<style>
a { background-color: #F559FB; }
a { background-color: rgb(245,89,251); }
div.DivClassName
{
background-color: #F559FB;
}
.BgClassName
{
background-color: #F559FB;
}
</style>
border-color css
<style>
span { border-color: #F559FB; }
span { border-color: rgb(245,89,251); }
td.TdClassName
{
border-color: #F559FB;
}
.TagClassName
{
border-color: #F559FB;
}
</style>