Shades of Pink Flamingo #F766F0
Tints of Pink Flamingo #F766F0
RGB
CMYK
RGB Variations
Color information
#F766F0 (or 0xF766F0) is known color: Pink Flamingo. HEX triplet: F7, 66 and F0. RGB value is (247,102,240). Sum of RGB (Red+Green+Blue) = 247+102+240=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F766F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766F0 is #08990F. Grayscale: #A0A0A0. Windows color (decimal): -563472 or 15754999. OLE color: 15754999.
HSL color Cylindrical-coordinate representation of color #F766F0: hue angle of 302.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766F0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 240 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.03 |
| HSL | 302.9º | 0.9% | 0.68% | - |
| HSV(B) | 302.9º | 0.59% | 0.97% | - |
| XYZ | 58.84 | 35.57 | 86.2 | - |
| YUV | 161.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 240 | 0 | 0.59 | 0.03 | 0.03 | 302.9 | 0.9 | 0.68 |
| Hex | F7 | 66 | F0 | 0 | 3B | 3 | 3 | 12F | 5A | 44 |
| Octal | 367 | 146 | 360 | 0 | 73 | 3 | 3 | 457 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11110000 | 0 | 111011 | 11 | 11 | 100101111 | 1011010 | 1000100 |
Color Harmonies of #F766F0
Complementary color
Monochromatic Colors of #F766F0
Black with #F766F0
Text Example
Text Example
White with #F766F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766F0; }
p { color: rgb(247,102,240); }
H1.HeaderClassName
{
color: #F766F0;
}
.AnyTagClassName
{
color: #F766F0;
}
</style>
background-color css
<style>
a { background-color: #F766F0; }
a { background-color: rgb(247,102,240); }
div.DivClassName
{
background-color: #F766F0;
}
.BgClassName
{
background-color: #F766F0;
}
</style>
border-color css
<style>
span { border-color: #F766F0; }
span { border-color: rgb(247,102,240); }
td.TdClassName
{
border-color: #F766F0;
}
.TagClassName
{
border-color: #F766F0;
}
</style>