Shades of Pink Flamingo #F758ED
Tints of Pink Flamingo #F758ED
RGB
CMYK
RGB Variations
Color information
#F758ED (or 0xF758ED) is known color: Pink Flamingo. HEX triplet: F7, 58 and ED. RGB value is (247,88,237). Sum of RGB (Red+Green+Blue) = 247+88+237=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 88 (34.77% from 255 or 15.38% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F758ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F758ED is #08A712. Grayscale: #989898. Windows color (decimal): -567059 or 15554807. OLE color: 15554807.
HSL color Cylindrical-coordinate representation of color #F758ED: hue angle of 303.77º 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 #F758ED is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 237 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.03 |
| HSL | 303.77º | 0.91% | 0.66% | - |
| HSV(B) | 303.77º | 0.64% | 0.97% | - |
| XYZ | 57.13 | 32.87 | 83.45 | - |
| YUV | 152.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 237 | 0 | 0.64 | 0.04 | 0.03 | 303.77 | 0.91 | 0.66 |
| Hex | F7 | 58 | ED | 0 | 40 | 4 | 3 | 130 | 5B | 42 |
| Octal | 367 | 130 | 355 | 0 | 100 | 4 | 3 | 460 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11101101 | 0 | 1000000 | 100 | 11 | 100110000 | 1011011 | 1000010 |
Color Harmonies of #F758ED
Complementary color
Monochromatic Colors of #F758ED
Black with #F758ED
Text Example
Text Example
White with #F758ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758ED; }
p { color: rgb(247,88,237); }
H1.HeaderClassName
{
color: #F758ED;
}
.AnyTagClassName
{
color: #F758ED;
}
</style>
background-color css
<style>
a { background-color: #F758ED; }
a { background-color: rgb(247,88,237); }
div.DivClassName
{
background-color: #F758ED;
}
.BgClassName
{
background-color: #F758ED;
}
</style>
border-color css
<style>
span { border-color: #F758ED; }
span { border-color: rgb(247,88,237); }
td.TdClassName
{
border-color: #F758ED;
}
.TagClassName
{
border-color: #F758ED;
}
</style>