Shades of Pink Flamingo #F655EC
Tints of Pink Flamingo #F655EC
RGB
CMYK
RGB Variations
Color information
#F655EC (or 0xF655EC) is known color: Pink Flamingo. HEX triplet: F6, 55 and EC. RGB value is (246,85,236). Sum of RGB (Red+Green+Blue) = 246+85+236=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F655EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655EC is #09AA13. Grayscale: #959595. Windows color (decimal): -633364 or 15488502. OLE color: 15488502.
HSL color Cylindrical-coordinate representation of color #F655EC: hue angle of 303.73º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655EC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 236 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.04 |
| HSL | 303.73º | 0.9% | 0.65% | - |
| HSV(B) | 303.73º | 0.65% | 0.96% | - |
| XYZ | 56.39 | 32.15 | 82.59 | - |
| YUV | 150.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 236 | 0 | 0.65 | 0.04 | 0.04 | 303.73 | 0.9 | 0.65 |
| Hex | F6 | 55 | EC | 0 | 41 | 4 | 4 | 130 | 5A | 41 |
| Octal | 366 | 125 | 354 | 0 | 101 | 4 | 4 | 460 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11101100 | 0 | 1000001 | 100 | 100 | 100110000 | 1011010 | 1000001 |
Color Harmonies of #F655EC
Complementary color
Monochromatic Colors of #F655EC
Black with #F655EC
Text Example
Text Example
White with #F655EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655EC; }
p { color: rgb(246,85,236); }
H1.HeaderClassName
{
color: #F655EC;
}
.AnyTagClassName
{
color: #F655EC;
}
</style>
background-color css
<style>
a { background-color: #F655EC; }
a { background-color: rgb(246,85,236); }
div.DivClassName
{
background-color: #F655EC;
}
.BgClassName
{
background-color: #F655EC;
}
</style>
border-color css
<style>
span { border-color: #F655EC; }
span { border-color: rgb(246,85,236); }
td.TdClassName
{
border-color: #F655EC;
}
.TagClassName
{
border-color: #F655EC;
}
</style>