Shades of Pink Flamingo #F768EB
Tints of Pink Flamingo #F768EB
RGB
CMYK
RGB Variations
Color information
#F768EB (or 0xF768EB) is known color: Pink Flamingo. HEX triplet: F7, 68 and EB. RGB value is (247,104,235). Sum of RGB (Red+Green+Blue) = 247+104+235=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F768EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768EB is #089714. Grayscale: #A1A1A1. Windows color (decimal): -562965 or 15427831. OLE color: 15427831.
HSL color Cylindrical-coordinate representation of color #F768EB: hue angle of 305.03º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768EB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 235 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.03 |
| HSL | 305.04º | 0.9% | 0.69% | - |
| HSV(B) | 305.04º | 0.58% | 0.97% | - |
| XYZ | 58.3 | 35.67 | 82.41 | - |
| YUV | 161.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 235 | 0 | 0.58 | 0.05 | 0.03 | 305.04 | 0.9 | 0.69 |
| Hex | F7 | 68 | EB | 0 | 3A | 5 | 3 | 131 | 5A | 45 |
| Octal | 367 | 150 | 353 | 0 | 72 | 5 | 3 | 461 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11101011 | 0 | 111010 | 101 | 11 | 100110001 | 1011010 | 1000101 |
Color Harmonies of #F768EB
Complementary color
Monochromatic Colors of #F768EB
Black with #F768EB
Text Example
Text Example
White with #F768EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768EB; }
p { color: rgb(247,104,235); }
H1.HeaderClassName
{
color: #F768EB;
}
.AnyTagClassName
{
color: #F768EB;
}
</style>
background-color css
<style>
a { background-color: #F768EB; }
a { background-color: rgb(247,104,235); }
div.DivClassName
{
background-color: #F768EB;
}
.BgClassName
{
background-color: #F768EB;
}
</style>
border-color css
<style>
span { border-color: #F768EB; }
span { border-color: rgb(247,104,235); }
td.TdClassName
{
border-color: #F768EB;
}
.TagClassName
{
border-color: #F768EB;
}
</style>