Shades of Pink Flamingo #F764F0
Tints of Pink Flamingo #F764F0
RGB
CMYK
RGB Variations
Color information
#F764F0 (or 0xF764F0) is known color: Pink Flamingo. HEX triplet: F7, 64 and F0. RGB value is (247,100,240). Sum of RGB (Red+Green+Blue) = 247+100+240=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F764F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764F0 is #089B0F. Grayscale: #9F9F9F. Windows color (decimal): -563984 or 15754487. OLE color: 15754487.
HSL color Cylindrical-coordinate representation of color #F764F0: hue angle of 302.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764F0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 240 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.03 |
| HSL | 302.86º | 0.9% | 0.68% | - |
| HSV(B) | 302.86º | 0.6% | 0.97% | - |
| XYZ | 58.64 | 35.18 | 86.14 | - |
| YUV | 159.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 240 | 0 | 0.60 | 0.03 | 0.03 | 302.86 | 0.9 | 0.68 |
| Hex | F7 | 64 | F0 | 0 | 3C | 3 | 3 | 12F | 5A | 44 |
| Octal | 367 | 144 | 360 | 0 | 74 | 3 | 3 | 457 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11110000 | 0 | 111100 | 11 | 11 | 100101111 | 1011010 | 1000100 |
Color Harmonies of #F764F0
Complementary color
Monochromatic Colors of #F764F0
Black with #F764F0
Text Example
Text Example
White with #F764F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764F0; }
p { color: rgb(247,100,240); }
H1.HeaderClassName
{
color: #F764F0;
}
.AnyTagClassName
{
color: #F764F0;
}
</style>
background-color css
<style>
a { background-color: #F764F0; }
a { background-color: rgb(247,100,240); }
div.DivClassName
{
background-color: #F764F0;
}
.BgClassName
{
background-color: #F764F0;
}
</style>
border-color css
<style>
span { border-color: #F764F0; }
span { border-color: rgb(247,100,240); }
td.TdClassName
{
border-color: #F764F0;
}
.TagClassName
{
border-color: #F764F0;
}
</style>