Shades of Pink Flamingo #F758F7
Tints of Pink Flamingo #F758F7
RGB
CMYK
RGB Variations
Color information
#F758F7 (or 0xF758F7) is known color: Pink Flamingo. HEX triplet: F7, 58 and F7. RGB value is (247,88,247). Sum of RGB (Red+Green+Blue) = 247+88+247=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 88 (34.77% from 255 or 15.12% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F758F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F758F7 is #08A708. Grayscale: #999999. Windows color (decimal): -567049 or 16210167. OLE color: 16210167.
HSL color Cylindrical-coordinate representation of color #F758F7: hue angle of 300º 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 #F758F7 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 247 | - |
| CMYK | 0 | 0.64 | 0 | 0.03 |
| HSL | 300º | 0.91% | 0.66% | - |
| HSV(B) | 300º | 0.64% | 0.97% | - |
| XYZ | 58.64 | 33.47 | 91.37 | - |
| YUV | 153.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 247 | 0 | 0.64 | 0 | 0.03 | 300 | 0.91 | 0.66 |
| Hex | F7 | 58 | F7 | 0 | 40 | 0 | 3 | 12C | 5B | 42 |
| Octal | 367 | 130 | 367 | 0 | 100 | 0 | 3 | 454 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11110111 | 0 | 1000000 | 0 | 11 | 100101100 | 1011011 | 1000010 |
Color Harmonies of #F758F7
Complementary color
Monochromatic Colors of #F758F7
Black with #F758F7
Text Example
Text Example
White with #F758F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758F7; }
p { color: rgb(247,88,247); }
H1.HeaderClassName
{
color: #F758F7;
}
.AnyTagClassName
{
color: #F758F7;
}
</style>
background-color css
<style>
a { background-color: #F758F7; }
a { background-color: rgb(247,88,247); }
div.DivClassName
{
background-color: #F758F7;
}
.BgClassName
{
background-color: #F758F7;
}
</style>
border-color css
<style>
span { border-color: #F758F7; }
span { border-color: rgb(247,88,247); }
td.TdClassName
{
border-color: #F758F7;
}
.TagClassName
{
border-color: #F758F7;
}
</style>