Shades of Pink Flamingo #F655F2
Tints of Pink Flamingo #F655F2
RGB
CMYK
RGB Variations
Color information
#F655F2 (or 0xF655F2) is known color: Pink Flamingo. HEX triplet: F6, 55 and F2. RGB value is (246,85,242). Sum of RGB (Red+Green+Blue) = 246+85+242=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F655F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655F2 is #09AA0D. Grayscale: #969696. Windows color (decimal): -633358 or 15881718. OLE color: 15881718.
HSL color Cylindrical-coordinate representation of color #F655F2: hue angle of 301.49º 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 #F655F2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 242 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 301.49º | 0.9% | 0.65% | - |
| HSV(B) | 301.49º | 0.65% | 0.96% | - |
| XYZ | 57.28 | 32.5 | 87.26 | - |
| YUV | 151.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 242 | 0 | 0.65 | 0.02 | 0.04 | 301.49 | 0.9 | 0.65 |
| Hex | F6 | 55 | F2 | 0 | 41 | 2 | 4 | 12D | 5A | 41 |
| Octal | 366 | 125 | 362 | 0 | 101 | 2 | 4 | 455 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11110010 | 0 | 1000001 | 10 | 100 | 100101101 | 1011010 | 1000001 |
Color Harmonies of #F655F2
Complementary color
Monochromatic Colors of #F655F2
Black with #F655F2
Text Example
Text Example
White with #F655F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655F2; }
p { color: rgb(246,85,242); }
H1.HeaderClassName
{
color: #F655F2;
}
.AnyTagClassName
{
color: #F655F2;
}
</style>
background-color css
<style>
a { background-color: #F655F2; }
a { background-color: rgb(246,85,242); }
div.DivClassName
{
background-color: #F655F2;
}
.BgClassName
{
background-color: #F655F2;
}
</style>
border-color css
<style>
span { border-color: #F655F2; }
span { border-color: rgb(246,85,242); }
td.TdClassName
{
border-color: #F655F2;
}
.TagClassName
{
border-color: #F655F2;
}
</style>