Shades of Pink Flamingo #F759FD
Tints of Pink Flamingo #F759FD
RGB
CMYK
RGB Variations
Color information
#F759FD (or 0xF759FD) is known color: Pink Flamingo. HEX triplet: F7, 59 and FD. RGB value is (247,89,253). Sum of RGB (Red+Green+Blue) = 247+89+253=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 89 (35.16% from 255 or 15.11% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #F759FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F759FD is #08A602. Grayscale: #9A9A9A. Windows color (decimal): -566787 or 16603639. OLE color: 16603639.
HSL color Cylindrical-coordinate representation of color #F759FD: hue angle of 297.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F759FD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 89 | 253 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.01 |
| HSL | 297.8º | 0.98% | 0.67% | - |
| HSV(B) | 297.8º | 0.65% | 0.99% | - |
| XYZ | 59.66 | 34.01 | 96.35 | - |
| YUV | 154.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 253 | 0.02 | 0.65 | 0 | 0.01 | 297.8 | 0.98 | 0.67 |
| Hex | F7 | 59 | FD | 2 | 41 | 0 | 1 | 12A | 62 | 43 |
| Octal | 367 | 131 | 375 | 2 | 101 | 0 | 1 | 452 | 142 | 103 |
| Binary | 11110111 | 1011001 | 11111101 | 10 | 1000001 | 0 | 1 | 100101010 | 1100010 | 1000011 |
Color Harmonies of #F759FD
Complementary color
Monochromatic Colors of #F759FD
Black with #F759FD
Text Example
Text Example
White with #F759FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759FD; }
p { color: rgb(247,89,253); }
H1.HeaderClassName
{
color: #F759FD;
}
.AnyTagClassName
{
color: #F759FD;
}
</style>
background-color css
<style>
a { background-color: #F759FD; }
a { background-color: rgb(247,89,253); }
div.DivClassName
{
background-color: #F759FD;
}
.BgClassName
{
background-color: #F759FD;
}
</style>
border-color css
<style>
span { border-color: #F759FD; }
span { border-color: rgb(247,89,253); }
td.TdClassName
{
border-color: #F759FD;
}
.TagClassName
{
border-color: #F759FD;
}
</style>