Shades of Pink Flamingo #F159FA
Tints of Pink Flamingo #F159FA
RGB
CMYK
RGB Variations
Color information
#F159FA (or 0xF159FA) is known color: Pink Flamingo. HEX triplet: F1, 59 and FA. RGB value is (241,89,250). Sum of RGB (Red+Green+Blue) = 241+89+250=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F159FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159FA is #0EA605. Grayscale: #989898. Windows color (decimal): -960006 or 16407025. OLE color: 16407025.
HSL color Cylindrical-coordinate representation of color #F159FA: hue angle of 296.65º 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 #F159FA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 89 | 250 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.02 |
| HSL | 296.65º | 0.94% | 0.66% | - |
| HSV(B) | 296.65º | 0.64% | 0.98% | - |
| XYZ | 57.1 | 32.75 | 93.75 | - |
| YUV | 152.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 250 | 0.04 | 0.64 | 0 | 0.02 | 296.65 | 0.94 | 0.66 |
| Hex | F1 | 59 | FA | 4 | 40 | 0 | 2 | 129 | 5E | 42 |
| Octal | 361 | 131 | 372 | 4 | 100 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110001 | 1011001 | 11111010 | 100 | 1000000 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F159FA
Complementary color
Monochromatic Colors of #F159FA
Black with #F159FA
Text Example
Text Example
White with #F159FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159FA; }
p { color: rgb(241,89,250); }
H1.HeaderClassName
{
color: #F159FA;
}
.AnyTagClassName
{
color: #F159FA;
}
</style>
background-color css
<style>
a { background-color: #F159FA; }
a { background-color: rgb(241,89,250); }
div.DivClassName
{
background-color: #F159FA;
}
.BgClassName
{
background-color: #F159FA;
}
</style>
border-color css
<style>
span { border-color: #F159FA; }
span { border-color: rgb(241,89,250); }
td.TdClassName
{
border-color: #F159FA;
}
.TagClassName
{
border-color: #F159FA;
}
</style>