Shades of Pink Flamingo #F765F3
Tints of Pink Flamingo #F765F3
RGB
CMYK
RGB Variations
Color information
#F765F3 (or 0xF765F3) is known color: Pink Flamingo. HEX triplet: F7, 65 and F3. RGB value is (247,101,243). Sum of RGB (Red+Green+Blue) = 247+101+243=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F765F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765F3 is #089A0C. Grayscale: #A0A0A0. Windows color (decimal): -563725 or 15951351. OLE color: 15951351.
HSL color Cylindrical-coordinate representation of color #F765F3: hue angle of 301.64º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765F3 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 243 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.03 |
| HSL | 301.64º | 0.9% | 0.68% | - |
| HSV(B) | 301.64º | 0.59% | 0.97% | - |
| XYZ | 59.19 | 35.55 | 88.54 | - |
| YUV | 160.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 243 | 0 | 0.59 | 0.02 | 0.03 | 301.64 | 0.9 | 0.68 |
| Hex | F7 | 65 | F3 | 0 | 3B | 2 | 3 | 12E | 5A | 44 |
| Octal | 367 | 145 | 363 | 0 | 73 | 2 | 3 | 456 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11110011 | 0 | 111011 | 10 | 11 | 100101110 | 1011010 | 1000100 |
Color Harmonies of #F765F3
Complementary color
Monochromatic Colors of #F765F3
Black with #F765F3
Text Example
Text Example
White with #F765F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765F3; }
p { color: rgb(247,101,243); }
H1.HeaderClassName
{
color: #F765F3;
}
.AnyTagClassName
{
color: #F765F3;
}
</style>
background-color css
<style>
a { background-color: #F765F3; }
a { background-color: rgb(247,101,243); }
div.DivClassName
{
background-color: #F765F3;
}
.BgClassName
{
background-color: #F765F3;
}
</style>
border-color css
<style>
span { border-color: #F765F3; }
span { border-color: rgb(247,101,243); }
td.TdClassName
{
border-color: #F765F3;
}
.TagClassName
{
border-color: #F765F3;
}
</style>