Shades of Pink Flamingo #F655F6
Tints of Pink Flamingo #F655F6
RGB
CMYK
RGB Variations
Color information
#F655F6 (or 0xF655F6) is known color: Pink Flamingo. HEX triplet: F6, 55 and F6. RGB value is (246,85,246). Sum of RGB (Red+Green+Blue) = 246+85+246=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F655F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655F6 is #09AA09. Grayscale: #979797. Windows color (decimal): -633354 or 16143862. OLE color: 16143862.
HSL color Cylindrical-coordinate representation of color #F655F6: hue angle of 300º 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 #F655F6 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 246 | - |
| CMYK | 0 | 0.65 | 0 | 0.04 |
| HSL | 300º | 0.9% | 0.65% | - |
| HSV(B) | 300º | 0.65% | 0.96% | - |
| XYZ | 57.89 | 32.74 | 90.46 | - |
| YUV | 151.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 246 | 0 | 0.65 | 0 | 0.04 | 300 | 0.9 | 0.65 |
| Hex | F6 | 55 | F6 | 0 | 41 | 0 | 4 | 12C | 5A | 41 |
| Octal | 366 | 125 | 366 | 0 | 101 | 0 | 4 | 454 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11110110 | 0 | 1000001 | 0 | 100 | 100101100 | 1011010 | 1000001 |
Color Harmonies of #F655F6
Complementary color
Monochromatic Colors of #F655F6
Black with #F655F6
Text Example
Text Example
White with #F655F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655F6; }
p { color: rgb(246,85,246); }
H1.HeaderClassName
{
color: #F655F6;
}
.AnyTagClassName
{
color: #F655F6;
}
</style>
background-color css
<style>
a { background-color: #F655F6; }
a { background-color: rgb(246,85,246); }
div.DivClassName
{
background-color: #F655F6;
}
.BgClassName
{
background-color: #F655F6;
}
</style>
border-color css
<style>
span { border-color: #F655F6; }
span { border-color: rgb(246,85,246); }
td.TdClassName
{
border-color: #F655F6;
}
.TagClassName
{
border-color: #F655F6;
}
</style>