Shades of Pink Flamingo #F159EF
Tints of Pink Flamingo #F159EF
RGB
CMYK
RGB Variations
Color information
#F159EF (or 0xF159EF) is known color: Pink Flamingo. HEX triplet: F1, 59 and EF. RGB value is (241,89,239). Sum of RGB (Red+Green+Blue) = 241+89+239=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F159EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159EF is #0EA610. Grayscale: #979797. Windows color (decimal): -960017 or 15686129. OLE color: 15686129.
HSL color Cylindrical-coordinate representation of color #F159EF: hue angle of 300.79º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159EF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 239 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.05 |
| HSL | 300.79º | 0.84% | 0.65% | - |
| HSV(B) | 300.79º | 0.63% | 0.95% | - |
| XYZ | 55.43 | 32.08 | 84.93 | - |
| YUV | 151.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 239 | 0 | 0.63 | 0.01 | 0.05 | 300.79 | 0.84 | 0.65 |
| Hex | F1 | 59 | EF | 0 | 3F | 1 | 5 | 12D | 54 | 41 |
| Octal | 361 | 131 | 357 | 0 | 77 | 1 | 5 | 455 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11101111 | 0 | 111111 | 1 | 101 | 100101101 | 1010100 | 1000001 |
Color Harmonies of #F159EF
Complementary color
Monochromatic Colors of #F159EF
Black with #F159EF
Text Example
Text Example
White with #F159EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159EF; }
p { color: rgb(241,89,239); }
H1.HeaderClassName
{
color: #F159EF;
}
.AnyTagClassName
{
color: #F159EF;
}
</style>
background-color css
<style>
a { background-color: #F159EF; }
a { background-color: rgb(241,89,239); }
div.DivClassName
{
background-color: #F159EF;
}
.BgClassName
{
background-color: #F159EF;
}
</style>
border-color css
<style>
span { border-color: #F159EF; }
span { border-color: rgb(241,89,239); }
td.TdClassName
{
border-color: #F159EF;
}
.TagClassName
{
border-color: #F159EF;
}
</style>