Shades of Pink Flamingo #F755ED
Tints of Pink Flamingo #F755ED
RGB
CMYK
RGB Variations
Color information
#F755ED (or 0xF755ED) is known color: Pink Flamingo. HEX triplet: F7, 55 and ED. RGB value is (247,85,237). Sum of RGB (Red+Green+Blue) = 247+85+237=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F755ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755ED is #08AA12. Grayscale: #969696. Windows color (decimal): -567827 or 15554039. OLE color: 15554039.
HSL color Cylindrical-coordinate representation of color #F755ED: hue angle of 303.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755ED is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 237 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.03 |
| HSL | 303.7º | 0.91% | 0.65% | - |
| HSV(B) | 303.7º | 0.66% | 0.97% | - |
| XYZ | 56.89 | 32.39 | 83.37 | - |
| YUV | 150.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 237 | 0 | 0.66 | 0.04 | 0.03 | 303.7 | 0.91 | 0.65 |
| Hex | F7 | 55 | ED | 0 | 42 | 4 | 3 | 130 | 5B | 41 |
| Octal | 367 | 125 | 355 | 0 | 102 | 4 | 3 | 460 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11101101 | 0 | 1000010 | 100 | 11 | 100110000 | 1011011 | 1000001 |
Color Harmonies of #F755ED
Complementary color
Monochromatic Colors of #F755ED
Black with #F755ED
Text Example
Text Example
White with #F755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755ED; }
p { color: rgb(247,85,237); }
H1.HeaderClassName
{
color: #F755ED;
}
.AnyTagClassName
{
color: #F755ED;
}
</style>
background-color css
<style>
a { background-color: #F755ED; }
a { background-color: rgb(247,85,237); }
div.DivClassName
{
background-color: #F755ED;
}
.BgClassName
{
background-color: #F755ED;
}
</style>
border-color css
<style>
span { border-color: #F755ED; }
span { border-color: rgb(247,85,237); }
td.TdClassName
{
border-color: #F755ED;
}
.TagClassName
{
border-color: #F755ED;
}
</style>