Shades of Pink Flamingo #F76AF0
Tints of Pink Flamingo #F76AF0
RGB
CMYK
RGB Variations
Color information
#F76AF0 (or 0xF76AF0) is known color: Pink Flamingo. HEX triplet: F7, 6A and F0. RGB value is (247,106,240). Sum of RGB (Red+Green+Blue) = 247+106+240=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AF0 is #08950F. Grayscale: #A3A3A3. Windows color (decimal): -562448 or 15756023. OLE color: 15756023.
HSL color Cylindrical-coordinate representation of color #F76AF0: hue angle of 302.98º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76AF0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 240 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.03 |
| HSL | 302.98º | 0.9% | 0.69% | - |
| HSV(B) | 302.98º | 0.57% | 0.97% | - |
| XYZ | 59.24 | 36.37 | 86.34 | - |
| YUV | 163.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 240 | 0 | 0.57 | 0.03 | 0.03 | 302.98 | 0.9 | 0.69 |
| Hex | F7 | 6A | F0 | 0 | 39 | 3 | 3 | 12F | 5A | 45 |
| Octal | 367 | 152 | 360 | 0 | 71 | 3 | 3 | 457 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11110000 | 0 | 111001 | 11 | 11 | 100101111 | 1011010 | 1000101 |
Color Harmonies of #F76AF0
Complementary color
Monochromatic Colors of #F76AF0
Black with #F76AF0
Text Example
Text Example
White with #F76AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AF0; }
p { color: rgb(247,106,240); }
H1.HeaderClassName
{
color: #F76AF0;
}
.AnyTagClassName
{
color: #F76AF0;
}
</style>
background-color css
<style>
a { background-color: #F76AF0; }
a { background-color: rgb(247,106,240); }
div.DivClassName
{
background-color: #F76AF0;
}
.BgClassName
{
background-color: #F76AF0;
}
</style>
border-color css
<style>
span { border-color: #F76AF0; }
span { border-color: rgb(247,106,240); }
td.TdClassName
{
border-color: #F76AF0;
}
.TagClassName
{
border-color: #F76AF0;
}
</style>