Shades of Pink Flamingo #F768F3
Tints of Pink Flamingo #F768F3
RGB
CMYK
RGB Variations
Color information
#F768F3 (or 0xF768F3) is known color: Pink Flamingo. HEX triplet: F7, 68 and F3. RGB value is (247,104,243). Sum of RGB (Red+Green+Blue) = 247+104+243=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F768F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768F3 is #08970C. Grayscale: #A2A2A2. Windows color (decimal): -562957 or 15952119. OLE color: 15952119.
HSL color Cylindrical-coordinate representation of color #F768F3: hue angle of 301.68º 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 #F768F3 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 243 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.03 |
| HSL | 301.68º | 0.9% | 0.69% | - |
| HSV(B) | 301.68º | 0.58% | 0.97% | - |
| XYZ | 59.49 | 36.15 | 88.64 | - |
| YUV | 162.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 243 | 0 | 0.58 | 0.02 | 0.03 | 301.68 | 0.9 | 0.69 |
| Hex | F7 | 68 | F3 | 0 | 3A | 2 | 3 | 12E | 5A | 45 |
| Octal | 367 | 150 | 363 | 0 | 72 | 2 | 3 | 456 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11110011 | 0 | 111010 | 10 | 11 | 100101110 | 1011010 | 1000101 |
Color Harmonies of #F768F3
Complementary color
Monochromatic Colors of #F768F3
Black with #F768F3
Text Example
Text Example
White with #F768F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768F3; }
p { color: rgb(247,104,243); }
H1.HeaderClassName
{
color: #F768F3;
}
.AnyTagClassName
{
color: #F768F3;
}
</style>
background-color css
<style>
a { background-color: #F768F3; }
a { background-color: rgb(247,104,243); }
div.DivClassName
{
background-color: #F768F3;
}
.BgClassName
{
background-color: #F768F3;
}
</style>
border-color css
<style>
span { border-color: #F768F3; }
span { border-color: rgb(247,104,243); }
td.TdClassName
{
border-color: #F768F3;
}
.TagClassName
{
border-color: #F768F3;
}
</style>