Shades of Pink Flamingo #F756F1
Tints of Pink Flamingo #F756F1
RGB
CMYK
RGB Variations
Color information
#F756F1 (or 0xF756F1) is known color: Pink Flamingo. HEX triplet: F7, 56 and F1. RGB value is (247,86,241). Sum of RGB (Red+Green+Blue) = 247+86+241=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F756F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756F1 is #08A90E. Grayscale: #979797. Windows color (decimal): -567567 or 15816439. OLE color: 15816439.
HSL color Cylindrical-coordinate representation of color #F756F1: hue angle of 302.24º 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 #F756F1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 241 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.03 |
| HSL | 302.24º | 0.91% | 0.65% | - |
| HSV(B) | 302.24º | 0.65% | 0.97% | - |
| XYZ | 57.56 | 32.78 | 86.51 | - |
| YUV | 151.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 241 | 0 | 0.65 | 0.02 | 0.03 | 302.24 | 0.91 | 0.65 |
| Hex | F7 | 56 | F1 | 0 | 41 | 2 | 3 | 12E | 5B | 41 |
| Octal | 367 | 126 | 361 | 0 | 101 | 2 | 3 | 456 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11110001 | 0 | 1000001 | 10 | 11 | 100101110 | 1011011 | 1000001 |
Color Harmonies of #F756F1
Complementary color
Monochromatic Colors of #F756F1
Black with #F756F1
Text Example
Text Example
White with #F756F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756F1; }
p { color: rgb(247,86,241); }
H1.HeaderClassName
{
color: #F756F1;
}
.AnyTagClassName
{
color: #F756F1;
}
</style>
background-color css
<style>
a { background-color: #F756F1; }
a { background-color: rgb(247,86,241); }
div.DivClassName
{
background-color: #F756F1;
}
.BgClassName
{
background-color: #F756F1;
}
</style>
border-color css
<style>
span { border-color: #F756F1; }
span { border-color: rgb(247,86,241); }
td.TdClassName
{
border-color: #F756F1;
}
.TagClassName
{
border-color: #F756F1;
}
</style>