Shades of Pink Flamingo #F159F9
Tints of Pink Flamingo #F159F9
RGB
CMYK
RGB Variations
Color information
#F159F9 (or 0xF159F9) is known color: Pink Flamingo. HEX triplet: F1, 59 and F9. RGB value is (241,89,249). Sum of RGB (Red+Green+Blue) = 241+89+249=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 89 (35.16% from 255 or 15.37% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #F159F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159F9 is #0EA606. Grayscale: #989898. Windows color (decimal): -960007 or 16341489. OLE color: 16341489.
HSL color Cylindrical-coordinate representation of color #F159F9: hue angle of 297º degrees, saturation: 0.93, 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 #F159F9 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 89 | 249 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.02 |
| HSL | 297º | 0.93% | 0.66% | - |
| HSV(B) | 297º | 0.64% | 0.98% | - |
| XYZ | 56.95 | 32.69 | 92.93 | - |
| YUV | 152.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 249 | 0.03 | 0.64 | 0 | 0.02 | 297 | 0.93 | 0.66 |
| Hex | F1 | 59 | F9 | 3 | 40 | 0 | 2 | 129 | 5D | 42 |
| Octal | 361 | 131 | 371 | 3 | 100 | 0 | 2 | 451 | 135 | 102 |
| Binary | 11110001 | 1011001 | 11111001 | 11 | 1000000 | 0 | 10 | 100101001 | 1011101 | 1000010 |
Color Harmonies of #F159F9
Complementary color
Monochromatic Colors of #F159F9
Black with #F159F9
Text Example
Text Example
White with #F159F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159F9; }
p { color: rgb(241,89,249); }
H1.HeaderClassName
{
color: #F159F9;
}
.AnyTagClassName
{
color: #F159F9;
}
</style>
background-color css
<style>
a { background-color: #F159F9; }
a { background-color: rgb(241,89,249); }
div.DivClassName
{
background-color: #F159F9;
}
.BgClassName
{
background-color: #F159F9;
}
</style>
border-color css
<style>
span { border-color: #F159F9; }
span { border-color: rgb(241,89,249); }
td.TdClassName
{
border-color: #F159F9;
}
.TagClassName
{
border-color: #F159F9;
}
</style>