Shades of Pink Flamingo #F559FA
Tints of Pink Flamingo #F559FA
RGB
CMYK
RGB Variations
Color information
#F559FA (or 0xF559FA) is known color: Pink Flamingo. HEX triplet: F5, 59 and FA. RGB value is (245,89,250). Sum of RGB (Red+Green+Blue) = 245+89+250=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 89 (35.16% from 255 or 15.24% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #F559FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F559FA is #0AA605. Grayscale: #999999. Windows color (decimal): -697862 or 16407029. OLE color: 16407029.
HSL color Cylindrical-coordinate representation of color #F559FA: hue angle of 298.14º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559FA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 89 | 250 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.02 |
| HSL | 298.14º | 0.94% | 0.66% | - |
| HSV(B) | 298.14º | 0.64% | 0.98% | - |
| XYZ | 58.48 | 33.46 | 93.82 | - |
| YUV | 154 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 250 | 0.02 | 0.64 | 0 | 0.02 | 298.14 | 0.94 | 0.66 |
| Hex | F5 | 59 | FA | 2 | 40 | 0 | 2 | 12A | 5E | 42 |
| Octal | 365 | 131 | 372 | 2 | 100 | 0 | 2 | 452 | 136 | 102 |
| Binary | 11110101 | 1011001 | 11111010 | 10 | 1000000 | 0 | 10 | 100101010 | 1011110 | 1000010 |
Color Harmonies of #F559FA
Complementary color
Monochromatic Colors of #F559FA
Black with #F559FA
Text Example
Text Example
White with #F559FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559FA; }
p { color: rgb(245,89,250); }
H1.HeaderClassName
{
color: #F559FA;
}
.AnyTagClassName
{
color: #F559FA;
}
</style>
background-color css
<style>
a { background-color: #F559FA; }
a { background-color: rgb(245,89,250); }
div.DivClassName
{
background-color: #F559FA;
}
.BgClassName
{
background-color: #F559FA;
}
</style>
border-color css
<style>
span { border-color: #F559FA; }
span { border-color: rgb(245,89,250); }
td.TdClassName
{
border-color: #F559FA;
}
.TagClassName
{
border-color: #F559FA;
}
</style>