Shades of Pink Flamingo #F756FB
Tints of Pink Flamingo #F756FB
RGB
CMYK
RGB Variations
Color information
#F756FB (or 0xF756FB) is known color: Pink Flamingo. HEX triplet: F7, 56 and FB. RGB value is (247,86,251). Sum of RGB (Red+Green+Blue) = 247+86+251=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 86 (33.98% from 255 or 14.73% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #F756FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756FB is #08A904. Grayscale: #989898. Windows color (decimal): -567557 or 16471799. OLE color: 16471799.
HSL color Cylindrical-coordinate representation of color #F756FB: hue angle of 298.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F756FB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 86 | 251 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.55º | 0.95% | 0.66% | - |
| HSV(B) | 298.55º | 0.66% | 0.98% | - |
| XYZ | 59.1 | 33.39 | 94.6 | - |
| YUV | 152.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 251 | 0.02 | 0.66 | 0 | 0.02 | 298.55 | 0.95 | 0.66 |
| Hex | F7 | 56 | FB | 2 | 42 | 0 | 2 | 12B | 5F | 42 |
| Octal | 367 | 126 | 373 | 2 | 102 | 0 | 2 | 453 | 137 | 102 |
| Binary | 11110111 | 1010110 | 11111011 | 10 | 1000010 | 0 | 10 | 100101011 | 1011111 | 1000010 |
Color Harmonies of #F756FB
Complementary color
Monochromatic Colors of #F756FB
Black with #F756FB
Text Example
Text Example
White with #F756FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756FB; }
p { color: rgb(247,86,251); }
H1.HeaderClassName
{
color: #F756FB;
}
.AnyTagClassName
{
color: #F756FB;
}
</style>
background-color css
<style>
a { background-color: #F756FB; }
a { background-color: rgb(247,86,251); }
div.DivClassName
{
background-color: #F756FB;
}
.BgClassName
{
background-color: #F756FB;
}
</style>
border-color css
<style>
span { border-color: #F756FB; }
span { border-color: rgb(247,86,251); }
td.TdClassName
{
border-color: #F756FB;
}
.TagClassName
{
border-color: #F756FB;
}
</style>