Shades of Pink Flamingo #F769F2
Tints of Pink Flamingo #F769F2
RGB
CMYK
RGB Variations
Color information
#F769F2 (or 0xF769F2) is known color: Pink Flamingo. HEX triplet: F7, 69 and F2. RGB value is (247,105,242). Sum of RGB (Red+Green+Blue) = 247+105+242=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F769F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769F2 is #08960D. Grayscale: #A2A2A2. Windows color (decimal): -562702 or 15886839. OLE color: 15886839.
HSL color Cylindrical-coordinate representation of color #F769F2: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F769F2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 242 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.03 |
| HSL | 302.11º | 0.9% | 0.69% | - |
| HSV(B) | 302.11º | 0.57% | 0.97% | - |
| XYZ | 59.44 | 36.29 | 87.88 | - |
| YUV | 163.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 242 | 0 | 0.57 | 0.02 | 0.03 | 302.11 | 0.9 | 0.69 |
| Hex | F7 | 69 | F2 | 0 | 39 | 2 | 3 | 12E | 5A | 45 |
| Octal | 367 | 151 | 362 | 0 | 71 | 2 | 3 | 456 | 132 | 105 |
| Binary | 11110111 | 1101001 | 11110010 | 0 | 111001 | 10 | 11 | 100101110 | 1011010 | 1000101 |
Color Harmonies of #F769F2
Complementary color
Monochromatic Colors of #F769F2
Black with #F769F2
Text Example
Text Example
White with #F769F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769F2; }
p { color: rgb(247,105,242); }
H1.HeaderClassName
{
color: #F769F2;
}
.AnyTagClassName
{
color: #F769F2;
}
</style>
background-color css
<style>
a { background-color: #F769F2; }
a { background-color: rgb(247,105,242); }
div.DivClassName
{
background-color: #F769F2;
}
.BgClassName
{
background-color: #F769F2;
}
</style>
border-color css
<style>
span { border-color: #F769F2; }
span { border-color: rgb(247,105,242); }
td.TdClassName
{
border-color: #F769F2;
}
.TagClassName
{
border-color: #F769F2;
}
</style>