Shades of Pink Flamingo #F655EF
Tints of Pink Flamingo #F655EF
RGB
CMYK
RGB Variations
Color information
#F655EF (or 0xF655EF) is known color: Pink Flamingo. HEX triplet: F6, 55 and EF. RGB value is (246,85,239). Sum of RGB (Red+Green+Blue) = 246+85+239=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F655EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655EF is #09AA10. Grayscale: #969696. Windows color (decimal): -633361 or 15685110. OLE color: 15685110.
HSL color Cylindrical-coordinate representation of color #F655EF: hue angle of 302.61º 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 #F655EF is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 239 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.04 |
| HSL | 302.61º | 0.9% | 0.65% | - |
| HSV(B) | 302.61º | 0.65% | 0.96% | - |
| XYZ | 56.83 | 32.32 | 84.9 | - |
| YUV | 150.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 239 | 0 | 0.65 | 0.03 | 0.04 | 302.61 | 0.9 | 0.65 |
| Hex | F6 | 55 | EF | 0 | 41 | 3 | 4 | 12F | 5A | 41 |
| Octal | 366 | 125 | 357 | 0 | 101 | 3 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11101111 | 0 | 1000001 | 11 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F655EF
Complementary color
Monochromatic Colors of #F655EF
Black with #F655EF
Text Example
Text Example
White with #F655EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655EF; }
p { color: rgb(246,85,239); }
H1.HeaderClassName
{
color: #F655EF;
}
.AnyTagClassName
{
color: #F655EF;
}
</style>
background-color css
<style>
a { background-color: #F655EF; }
a { background-color: rgb(246,85,239); }
div.DivClassName
{
background-color: #F655EF;
}
.BgClassName
{
background-color: #F655EF;
}
</style>
border-color css
<style>
span { border-color: #F655EF; }
span { border-color: rgb(246,85,239); }
td.TdClassName
{
border-color: #F655EF;
}
.TagClassName
{
border-color: #F655EF;
}
</style>