Shades of Pink Flamingo #F059F6
Tints of Pink Flamingo #F059F6
RGB
CMYK
RGB Variations
Color information
#F059F6 (or 0xF059F6) is known color: Pink Flamingo. HEX triplet: F0, 59 and F6. RGB value is (240,89,246). Sum of RGB (Red+Green+Blue) = 240+89+246=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #F059F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059F6 is #0FA609. Grayscale: #979797. Windows color (decimal): -1025546 or 16144880. OLE color: 16144880.
HSL color Cylindrical-coordinate representation of color #F059F6: hue angle of 297.71º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F059F6 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 89 | 246 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.04 |
| HSL | 297.71º | 0.9% | 0.66% | - |
| HSV(B) | 297.71º | 0.64% | 0.96% | - |
| XYZ | 56.14 | 32.32 | 90.47 | - |
| YUV | 152.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 246 | 0.02 | 0.64 | 0 | 0.04 | 297.71 | 0.9 | 0.66 |
| Hex | F0 | 59 | F6 | 2 | 40 | 0 | 4 | 12A | 5A | 42 |
| Octal | 360 | 131 | 366 | 2 | 100 | 0 | 4 | 452 | 132 | 102 |
| Binary | 11110000 | 1011001 | 11110110 | 10 | 1000000 | 0 | 100 | 100101010 | 1011010 | 1000010 |
Color Harmonies of #F059F6
Complementary color
Monochromatic Colors of #F059F6
Black with #F059F6
Text Example
Text Example
White with #F059F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059F6; }
p { color: rgb(240,89,246); }
H1.HeaderClassName
{
color: #F059F6;
}
.AnyTagClassName
{
color: #F059F6;
}
</style>
background-color css
<style>
a { background-color: #F059F6; }
a { background-color: rgb(240,89,246); }
div.DivClassName
{
background-color: #F059F6;
}
.BgClassName
{
background-color: #F059F6;
}
</style>
border-color css
<style>
span { border-color: #F059F6; }
span { border-color: rgb(240,89,246); }
td.TdClassName
{
border-color: #F059F6;
}
.TagClassName
{
border-color: #F059F6;
}
</style>