Shades of Pink Flamingo #F76AF2
Tints of Pink Flamingo #F76AF2
RGB
CMYK
RGB Variations
Color information
#F76AF2 (or 0xF76AF2) is known color: Pink Flamingo. HEX triplet: F7, 6A and F2. RGB value is (247,106,242). Sum of RGB (Red+Green+Blue) = 247+106+242=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76AF2 is #08950D. Grayscale: #A3A3A3. Windows color (decimal): -562446 or 15887095. OLE color: 15887095.
HSL color Cylindrical-coordinate representation of color #F76AF2: hue angle of 302.13º 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 #F76AF2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 242 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.03 |
| HSL | 302.13º | 0.9% | 0.69% | - |
| HSV(B) | 302.13º | 0.57% | 0.97% | - |
| XYZ | 59.54 | 36.49 | 87.91 | - |
| YUV | 163.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 242 | 0 | 0.57 | 0.02 | 0.03 | 302.13 | 0.9 | 0.69 |
| Hex | F7 | 6A | F2 | 0 | 39 | 2 | 3 | 12E | 5A | 45 |
| Octal | 367 | 152 | 362 | 0 | 71 | 2 | 3 | 456 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11110010 | 0 | 111001 | 10 | 11 | 100101110 | 1011010 | 1000101 |
Color Harmonies of #F76AF2
Complementary color
Monochromatic Colors of #F76AF2
Black with #F76AF2
Text Example
Text Example
White with #F76AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AF2; }
p { color: rgb(247,106,242); }
H1.HeaderClassName
{
color: #F76AF2;
}
.AnyTagClassName
{
color: #F76AF2;
}
</style>
background-color css
<style>
a { background-color: #F76AF2; }
a { background-color: rgb(247,106,242); }
div.DivClassName
{
background-color: #F76AF2;
}
.BgClassName
{
background-color: #F76AF2;
}
</style>
border-color css
<style>
span { border-color: #F76AF2; }
span { border-color: rgb(247,106,242); }
td.TdClassName
{
border-color: #F76AF2;
}
.TagClassName
{
border-color: #F76AF2;
}
</style>