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