Shades of Pink Flamingo #F756FF
Tints of Pink Flamingo #F756FF
RGB
CMYK
RGB Variations
Color information
#F756FF (or 0xF756FF) is known color: Pink Flamingo. HEX triplet: F7, 56 and FF. RGB value is (247,86,255). Sum of RGB (Red+Green+Blue) = 247+86+255=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 86 (33.98% from 255 or 14.63% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #F756FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756FF is #08A900. Grayscale: #989898. Windows color (decimal): -567553 or 16733943. OLE color: 16733943.
HSL color Cylindrical-coordinate representation of color #F756FF: hue angle of 297.16º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F756FF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 86 | 255 | - |
| CMYK | 0.03 | 0.66 | 0 | 0 |
| HSL | 297.16º | 1% | 0.67% | - |
| HSV(B) | 297.16º | 0.66% | 1% | - |
| XYZ | 59.74 | 33.65 | 97.95 | - |
| YUV | 153.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 255 | 0.03 | 0.66 | 0 | 0 | 297.16 | 1 | 0.67 |
| Hex | F7 | 56 | FF | 3 | 42 | 0 | 0 | 129 | 64 | 43 |
| Octal | 367 | 126 | 377 | 3 | 102 | 0 | 0 | 451 | 144 | 103 |
| Binary | 11110111 | 1010110 | 11111111 | 11 | 1000010 | 0 | 0 | 100101001 | 1100100 | 1000011 |
Color Harmonies of #F756FF
Complementary color
Monochromatic Colors of #F756FF
Black with #F756FF
Text Example
Text Example
White with #F756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756FF; }
p { color: rgb(247,86,255); }
H1.HeaderClassName
{
color: #F756FF;
}
.AnyTagClassName
{
color: #F756FF;
}
</style>
background-color css
<style>
a { background-color: #F756FF; }
a { background-color: rgb(247,86,255); }
div.DivClassName
{
background-color: #F756FF;
}
.BgClassName
{
background-color: #F756FF;
}
</style>
border-color css
<style>
span { border-color: #F756FF; }
span { border-color: rgb(247,86,255); }
td.TdClassName
{
border-color: #F756FF;
}
.TagClassName
{
border-color: #F756FF;
}
</style>