Shades of Pink Flamingo #F766FB
Tints of Pink Flamingo #F766FB
RGB
CMYK
RGB Variations
Color information
#F766FB (or 0xF766FB) is known color: Pink Flamingo. HEX triplet: F7, 66 and FB. RGB value is (247,102,251). Sum of RGB (Red+Green+Blue) = 247+102+251=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #F766FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F766FB is #089904. Grayscale: #A1A1A1. Windows color (decimal): -563461 or 16475895. OLE color: 16475895.
HSL color Cylindrical-coordinate representation of color #F766FB: hue angle of 298.39º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766FB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 102 | 251 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.02 |
| HSL | 298.39º | 0.95% | 0.69% | - |
| HSV(B) | 298.39º | 0.59% | 0.98% | - |
| XYZ | 60.52 | 36.24 | 95.07 | - |
| YUV | 162.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 251 | 0.02 | 0.59 | 0 | 0.02 | 298.39 | 0.95 | 0.69 |
| Hex | F7 | 66 | FB | 2 | 3B | 0 | 2 | 12A | 5F | 45 |
| Octal | 367 | 146 | 373 | 2 | 73 | 0 | 2 | 452 | 137 | 105 |
| Binary | 11110111 | 1100110 | 11111011 | 10 | 111011 | 0 | 10 | 100101010 | 1011111 | 1000101 |
Color Harmonies of #F766FB
Complementary color
Monochromatic Colors of #F766FB
Black with #F766FB
Text Example
Text Example
White with #F766FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766FB; }
p { color: rgb(247,102,251); }
H1.HeaderClassName
{
color: #F766FB;
}
.AnyTagClassName
{
color: #F766FB;
}
</style>
background-color css
<style>
a { background-color: #F766FB; }
a { background-color: rgb(247,102,251); }
div.DivClassName
{
background-color: #F766FB;
}
.BgClassName
{
background-color: #F766FB;
}
</style>
border-color css
<style>
span { border-color: #F766FB; }
span { border-color: rgb(247,102,251); }
td.TdClassName
{
border-color: #F766FB;
}
.TagClassName
{
border-color: #F766FB;
}
</style>