Shades of Pink Flamingo #F759FA
Tints of Pink Flamingo #F759FA
RGB
CMYK
RGB Variations
Color information
#F759FA (or 0xF759FA) is known color: Pink Flamingo. HEX triplet: F7, 59 and FA. RGB value is (247,89,250). Sum of RGB (Red+Green+Blue) = 247+89+250=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 89 (35.16% from 255 or 15.19% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #F759FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F759FA is #08A605. Grayscale: #9A9A9A. Windows color (decimal): -566790 or 16407031. OLE color: 16407031.
HSL color Cylindrical-coordinate representation of color #F759FA: hue angle of 298.88º 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 #F759FA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 89 | 250 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.02 |
| HSL | 298.88º | 0.94% | 0.66% | - |
| HSV(B) | 298.88º | 0.64% | 0.98% | - |
| XYZ | 59.19 | 33.82 | 93.85 | - |
| YUV | 154.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 250 | 0.01 | 0.64 | 0 | 0.02 | 298.88 | 0.94 | 0.66 |
| Hex | F7 | 59 | FA | 1 | 40 | 0 | 2 | 12B | 5E | 42 |
| Octal | 367 | 131 | 372 | 1 | 100 | 0 | 2 | 453 | 136 | 102 |
| Binary | 11110111 | 1011001 | 11111010 | 1 | 1000000 | 0 | 10 | 100101011 | 1011110 | 1000010 |
Color Harmonies of #F759FA
Complementary color
Monochromatic Colors of #F759FA
Black with #F759FA
Text Example
Text Example
White with #F759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759FA; }
p { color: rgb(247,89,250); }
H1.HeaderClassName
{
color: #F759FA;
}
.AnyTagClassName
{
color: #F759FA;
}
</style>
background-color css
<style>
a { background-color: #F759FA; }
a { background-color: rgb(247,89,250); }
div.DivClassName
{
background-color: #F759FA;
}
.BgClassName
{
background-color: #F759FA;
}
</style>
border-color css
<style>
span { border-color: #F759FA; }
span { border-color: rgb(247,89,250); }
td.TdClassName
{
border-color: #F759FA;
}
.TagClassName
{
border-color: #F759FA;
}
</style>