Shades of Pink Flamingo #F765F4
Tints of Pink Flamingo #F765F4
RGB
CMYK
RGB Variations
Color information
#F765F4 (or 0xF765F4) is known color: Pink Flamingo. HEX triplet: F7, 65 and F4. RGB value is (247,101,244). Sum of RGB (Red+Green+Blue) = 247+101+244=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F765F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765F4 is #089A0B. Grayscale: #A0A0A0. Windows color (decimal): -563724 or 16016887. OLE color: 16016887.
HSL color Cylindrical-coordinate representation of color #F765F4: hue angle of 301.23º 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 #F765F4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 244 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.03 |
| HSL | 301.23º | 0.9% | 0.68% | - |
| HSV(B) | 301.23º | 0.59% | 0.97% | - |
| XYZ | 59.34 | 35.61 | 89.33 | - |
| YUV | 160.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 244 | 0 | 0.59 | 0.01 | 0.03 | 301.23 | 0.9 | 0.68 |
| Hex | F7 | 65 | F4 | 0 | 3B | 1 | 3 | 12D | 5A | 44 |
| Octal | 367 | 145 | 364 | 0 | 73 | 1 | 3 | 455 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11110100 | 0 | 111011 | 1 | 11 | 100101101 | 1011010 | 1000100 |
Color Harmonies of #F765F4
Complementary color
Monochromatic Colors of #F765F4
Black with #F765F4
Text Example
Text Example
White with #F765F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765F4; }
p { color: rgb(247,101,244); }
H1.HeaderClassName
{
color: #F765F4;
}
.AnyTagClassName
{
color: #F765F4;
}
</style>
background-color css
<style>
a { background-color: #F765F4; }
a { background-color: rgb(247,101,244); }
div.DivClassName
{
background-color: #F765F4;
}
.BgClassName
{
background-color: #F765F4;
}
</style>
border-color css
<style>
span { border-color: #F765F4; }
span { border-color: rgb(247,101,244); }
td.TdClassName
{
border-color: #F765F4;
}
.TagClassName
{
border-color: #F765F4;
}
</style>