Shades of Pink Flamingo #F768EF
Tints of Pink Flamingo #F768EF
RGB
CMYK
RGB Variations
Color information
#F768EF (or 0xF768EF) is known color: Pink Flamingo. HEX triplet: F7, 68 and EF. RGB value is (247,104,239). Sum of RGB (Red+Green+Blue) = 247+104+239=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F768EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768EF is #089710. Grayscale: #A1A1A1. Windows color (decimal): -562961 or 15689975. OLE color: 15689975.
HSL color Cylindrical-coordinate representation of color #F768EF: hue angle of 303.36º 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 #F768EF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 239 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.03 |
| HSL | 303.36º | 0.9% | 0.69% | - |
| HSV(B) | 303.36º | 0.58% | 0.97% | - |
| XYZ | 58.89 | 35.91 | 85.49 | - |
| YUV | 162.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 239 | 0 | 0.58 | 0.03 | 0.03 | 303.36 | 0.9 | 0.69 |
| Hex | F7 | 68 | EF | 0 | 3A | 3 | 3 | 12F | 5A | 45 |
| Octal | 367 | 150 | 357 | 0 | 72 | 3 | 3 | 457 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11101111 | 0 | 111010 | 11 | 11 | 100101111 | 1011010 | 1000101 |
Color Harmonies of #F768EF
Complementary color
Monochromatic Colors of #F768EF
Black with #F768EF
Text Example
Text Example
White with #F768EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768EF; }
p { color: rgb(247,104,239); }
H1.HeaderClassName
{
color: #F768EF;
}
.AnyTagClassName
{
color: #F768EF;
}
</style>
background-color css
<style>
a { background-color: #F768EF; }
a { background-color: rgb(247,104,239); }
div.DivClassName
{
background-color: #F768EF;
}
.BgClassName
{
background-color: #F768EF;
}
</style>
border-color css
<style>
span { border-color: #F768EF; }
span { border-color: rgb(247,104,239); }
td.TdClassName
{
border-color: #F768EF;
}
.TagClassName
{
border-color: #F768EF;
}
</style>