Shades of Pink Flamingo #F746F0
Tints of Pink Flamingo #F746F0
RGB
CMYK
RGB Variations
Color information
#F746F0 (or 0xF746F0) is known color: Pink Flamingo. HEX triplet: F7, 46 and F0. RGB value is (247,70,240). Sum of RGB (Red+Green+Blue) = 247+70+240=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 70 (27.73% from 255 or 12.57% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F746F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F746F0 is #08B90F. Grayscale: #8D8D8D. Windows color (decimal): -571664 or 15746807. OLE color: 15746807.
HSL color Cylindrical-coordinate representation of color #F746F0: hue angle of 302.37º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F746F0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 240 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.03 |
| HSL | 302.37º | 0.92% | 0.62% | - |
| HSV(B) | 302.37º | 0.72% | 0.97% | - |
| XYZ | 56.28 | 30.45 | 85.35 | - |
| YUV | 142.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 240 | 0 | 0.72 | 0.03 | 0.03 | 302.37 | 0.92 | 0.62 |
| Hex | F7 | 46 | F0 | 0 | 48 | 3 | 3 | 12E | 5C | 3E |
| Octal | 367 | 106 | 360 | 0 | 110 | 3 | 3 | 456 | 134 | 76 |
| Binary | 11110111 | 1000110 | 11110000 | 0 | 1001000 | 11 | 11 | 100101110 | 1011100 | 111110 |
Color Harmonies of #F746F0
Complementary color
Monochromatic Colors of #F746F0
Black with #F746F0
Text Example
Text Example
White with #F746F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746F0; }
p { color: rgb(247,70,240); }
H1.HeaderClassName
{
color: #F746F0;
}
.AnyTagClassName
{
color: #F746F0;
}
</style>
background-color css
<style>
a { background-color: #F746F0; }
a { background-color: rgb(247,70,240); }
div.DivClassName
{
background-color: #F746F0;
}
.BgClassName
{
background-color: #F746F0;
}
</style>
border-color css
<style>
span { border-color: #F746F0; }
span { border-color: rgb(247,70,240); }
td.TdClassName
{
border-color: #F746F0;
}
.TagClassName
{
border-color: #F746F0;
}
</style>