Shades of Pink Flamingo #F746F7
Tints of Pink Flamingo #F746F7
RGB
CMYK
RGB Variations
Color information
#F746F7 (or 0xF746F7) is known color: Pink Flamingo. HEX triplet: F7, 46 and F7. RGB value is (247,70,247). Sum of RGB (Red+Green+Blue) = 247+70+247=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F746F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F746F7 is #08B908. Grayscale: #8E8E8E. Windows color (decimal): -571657 or 16205559. OLE color: 16205559.
HSL color Cylindrical-coordinate representation of color #F746F7: hue angle of 300º 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 #F746F7 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 247 | - |
| CMYK | 0 | 0.72 | 0 | 0.03 |
| HSL | 300º | 0.92% | 0.62% | - |
| HSV(B) | 300º | 0.72% | 0.97% | - |
| XYZ | 57.34 | 30.87 | 90.93 | - |
| YUV | 143.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 247 | 0 | 0.72 | 0 | 0.03 | 300 | 0.92 | 0.62 |
| Hex | F7 | 46 | F7 | 0 | 48 | 0 | 3 | 12C | 5C | 3E |
| Octal | 367 | 106 | 367 | 0 | 110 | 0 | 3 | 454 | 134 | 76 |
| Binary | 11110111 | 1000110 | 11110111 | 0 | 1001000 | 0 | 11 | 100101100 | 1011100 | 111110 |
Color Harmonies of #F746F7
Complementary color
Monochromatic Colors of #F746F7
Black with #F746F7
Text Example
Text Example
White with #F746F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746F7; }
p { color: rgb(247,70,247); }
H1.HeaderClassName
{
color: #F746F7;
}
.AnyTagClassName
{
color: #F746F7;
}
</style>
background-color css
<style>
a { background-color: #F746F7; }
a { background-color: rgb(247,70,247); }
div.DivClassName
{
background-color: #F746F7;
}
.BgClassName
{
background-color: #F746F7;
}
</style>
border-color css
<style>
span { border-color: #F746F7; }
span { border-color: rgb(247,70,247); }
td.TdClassName
{
border-color: #F746F7;
}
.TagClassName
{
border-color: #F746F7;
}
</style>