Shades of Pink Flamingo #F755EF
Tints of Pink Flamingo #F755EF
RGB
CMYK
RGB Variations
Color information
#F755EF (or 0xF755EF) is known color: Pink Flamingo. HEX triplet: F7, 55 and EF. RGB value is (247,85,239). Sum of RGB (Red+Green+Blue) = 247+85+239=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F755EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755EF is #08AA10. Grayscale: #969696. Windows color (decimal): -567825 or 15685111. OLE color: 15685111.
HSL color Cylindrical-coordinate representation of color #F755EF: hue angle of 302.96º 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 #F755EF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 239 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.03 |
| HSL | 302.96º | 0.91% | 0.65% | - |
| HSV(B) | 302.96º | 0.66% | 0.97% | - |
| XYZ | 57.19 | 32.5 | 84.92 | - |
| YUV | 150.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 239 | 0 | 0.66 | 0.03 | 0.03 | 302.96 | 0.91 | 0.65 |
| Hex | F7 | 55 | EF | 0 | 42 | 3 | 3 | 12F | 5B | 41 |
| Octal | 367 | 125 | 357 | 0 | 102 | 3 | 3 | 457 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11101111 | 0 | 1000010 | 11 | 11 | 100101111 | 1011011 | 1000001 |
Color Harmonies of #F755EF
Complementary color
Monochromatic Colors of #F755EF
Black with #F755EF
Text Example
Text Example
White with #F755EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755EF; }
p { color: rgb(247,85,239); }
H1.HeaderClassName
{
color: #F755EF;
}
.AnyTagClassName
{
color: #F755EF;
}
</style>
background-color css
<style>
a { background-color: #F755EF; }
a { background-color: rgb(247,85,239); }
div.DivClassName
{
background-color: #F755EF;
}
.BgClassName
{
background-color: #F755EF;
}
</style>
border-color css
<style>
span { border-color: #F755EF; }
span { border-color: rgb(247,85,239); }
td.TdClassName
{
border-color: #F755EF;
}
.TagClassName
{
border-color: #F755EF;
}
</style>