Shades of Pink Flamingo #F656FF
Tints of Pink Flamingo #F656FF
RGB
CMYK
RGB Variations
Color information
#F656FF (or 0xF656FF) is known color: Pink Flamingo. HEX triplet: F6, 56 and FF. RGB value is (246,86,255). Sum of RGB (Red+Green+Blue) = 246+86+255=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 86 (33.98% from 255 or 14.65% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F656FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F656FF is #09A900. Grayscale: #989898. Windows color (decimal): -633089 or 16733942. OLE color: 16733942.
HSL color Cylindrical-coordinate representation of color #F656FF: hue angle of 296.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F656FF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 86 | 255 | - |
| CMYK | 0.04 | 0.66 | 0 | 0 |
| HSL | 296.8º | 1% | 0.67% | - |
| HSV(B) | 296.8º | 0.66% | 1% | - |
| XYZ | 59.38 | 33.47 | 97.94 | - |
| YUV | 153.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 255 | 0.04 | 0.66 | 0 | 0 | 296.8 | 1 | 0.67 |
| Hex | F6 | 56 | FF | 4 | 42 | 0 | 0 | 129 | 64 | 43 |
| Octal | 366 | 126 | 377 | 4 | 102 | 0 | 0 | 451 | 144 | 103 |
| Binary | 11110110 | 1010110 | 11111111 | 100 | 1000010 | 0 | 0 | 100101001 | 1100100 | 1000011 |
Color Harmonies of #F656FF
Complementary color
Monochromatic Colors of #F656FF
Black with #F656FF
Text Example
Text Example
White with #F656FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F656FF; }
p { color: rgb(246,86,255); }
H1.HeaderClassName
{
color: #F656FF;
}
.AnyTagClassName
{
color: #F656FF;
}
</style>
background-color css
<style>
a { background-color: #F656FF; }
a { background-color: rgb(246,86,255); }
div.DivClassName
{
background-color: #F656FF;
}
.BgClassName
{
background-color: #F656FF;
}
</style>
border-color css
<style>
span { border-color: #F656FF; }
span { border-color: rgb(246,86,255); }
td.TdClassName
{
border-color: #F656FF;
}
.TagClassName
{
border-color: #F656FF;
}
</style>