Shades of Pink Flamingo #F758F6
Tints of Pink Flamingo #F758F6
RGB
CMYK
RGB Variations
Color information
#F758F6 (or 0xF758F6) is known color: Pink Flamingo. HEX triplet: F7, 58 and F6. RGB value is (247,88,246). Sum of RGB (Red+Green+Blue) = 247+88+246=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 88 (34.77% from 255 or 15.15% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F758F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F758F6 is #08A709. Grayscale: #999999. Windows color (decimal): -567050 or 16144631. OLE color: 16144631.
HSL color Cylindrical-coordinate representation of color #F758F6: hue angle of 300.38º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F758F6 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 246 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.03 |
| HSL | 300.38º | 0.91% | 0.66% | - |
| HSV(B) | 300.38º | 0.64% | 0.97% | - |
| XYZ | 58.48 | 33.41 | 90.55 | - |
| YUV | 153.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 246 | 0 | 0.64 | 0.00 | 0.03 | 300.38 | 0.91 | 0.66 |
| Hex | F7 | 58 | F6 | 0 | 40 | 0 | 3 | 12C | 5B | 42 |
| Octal | 367 | 130 | 366 | 0 | 100 | 0 | 3 | 454 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11110110 | 0 | 1000000 | 0 | 11 | 100101100 | 1011011 | 1000010 |
Color Harmonies of #F758F6
Complementary color
Monochromatic Colors of #F758F6
Black with #F758F6
Text Example
Text Example
White with #F758F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758F6; }
p { color: rgb(247,88,246); }
H1.HeaderClassName
{
color: #F758F6;
}
.AnyTagClassName
{
color: #F758F6;
}
</style>
background-color css
<style>
a { background-color: #F758F6; }
a { background-color: rgb(247,88,246); }
div.DivClassName
{
background-color: #F758F6;
}
.BgClassName
{
background-color: #F758F6;
}
</style>
border-color css
<style>
span { border-color: #F758F6; }
span { border-color: rgb(247,88,246); }
td.TdClassName
{
border-color: #F758F6;
}
.TagClassName
{
border-color: #F758F6;
}
</style>