Shades of Pink Flamingo #F756F2
Tints of Pink Flamingo #F756F2
RGB
CMYK
RGB Variations
Color information
#F756F2 (or 0xF756F2) is known color: Pink Flamingo. HEX triplet: F7, 56 and F2. RGB value is (247,86,242). Sum of RGB (Red+Green+Blue) = 247+86+242=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 86 (33.98% from 255 or 14.96% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F756F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756F2 is #08A90D. Grayscale: #979797. Windows color (decimal): -567566 or 15881975. OLE color: 15881975.
HSL color Cylindrical-coordinate representation of color #F756F2: hue angle of 301.86º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756F2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 242 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.03 |
| HSL | 301.86º | 0.91% | 0.65% | - |
| HSV(B) | 301.86º | 0.65% | 0.97% | - |
| XYZ | 57.71 | 32.84 | 87.3 | - |
| YUV | 151.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 242 | 0 | 0.65 | 0.02 | 0.03 | 301.86 | 0.91 | 0.65 |
| Hex | F7 | 56 | F2 | 0 | 41 | 2 | 3 | 12E | 5B | 41 |
| Octal | 367 | 126 | 362 | 0 | 101 | 2 | 3 | 456 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11110010 | 0 | 1000001 | 10 | 11 | 100101110 | 1011011 | 1000001 |
Color Harmonies of #F756F2
Complementary color
Monochromatic Colors of #F756F2
Black with #F756F2
Text Example
Text Example
White with #F756F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756F2; }
p { color: rgb(247,86,242); }
H1.HeaderClassName
{
color: #F756F2;
}
.AnyTagClassName
{
color: #F756F2;
}
</style>
background-color css
<style>
a { background-color: #F756F2; }
a { background-color: rgb(247,86,242); }
div.DivClassName
{
background-color: #F756F2;
}
.BgClassName
{
background-color: #F756F2;
}
</style>
border-color css
<style>
span { border-color: #F756F2; }
span { border-color: rgb(247,86,242); }
td.TdClassName
{
border-color: #F756F2;
}
.TagClassName
{
border-color: #F756F2;
}
</style>