Shades of Pink Flamingo #F655F0
Tints of Pink Flamingo #F655F0
RGB
CMYK
RGB Variations
Color information
#F655F0 (or 0xF655F0) is known color: Pink Flamingo. HEX triplet: F6, 55 and F0. RGB value is (246,85,240). Sum of RGB (Red+Green+Blue) = 246+85+240=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F655F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655F0 is #09AA0F. Grayscale: #969696. Windows color (decimal): -633360 or 15750646. OLE color: 15750646.
HSL color Cylindrical-coordinate representation of color #F655F0: hue angle of 302.24º 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 #F655F0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 240 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 302.24º | 0.9% | 0.65% | - |
| HSV(B) | 302.24º | 0.65% | 0.96% | - |
| XYZ | 56.98 | 32.38 | 85.68 | - |
| YUV | 150.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 240 | 0 | 0.65 | 0.02 | 0.04 | 302.24 | 0.9 | 0.65 |
| Hex | F6 | 55 | F0 | 0 | 41 | 2 | 4 | 12E | 5A | 41 |
| Octal | 366 | 125 | 360 | 0 | 101 | 2 | 4 | 456 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11110000 | 0 | 1000001 | 10 | 100 | 100101110 | 1011010 | 1000001 |
Color Harmonies of #F655F0
Complementary color
Monochromatic Colors of #F655F0
Black with #F655F0
Text Example
Text Example
White with #F655F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655F0; }
p { color: rgb(246,85,240); }
H1.HeaderClassName
{
color: #F655F0;
}
.AnyTagClassName
{
color: #F655F0;
}
</style>
background-color css
<style>
a { background-color: #F655F0; }
a { background-color: rgb(246,85,240); }
div.DivClassName
{
background-color: #F655F0;
}
.BgClassName
{
background-color: #F655F0;
}
</style>
border-color css
<style>
span { border-color: #F655F0; }
span { border-color: rgb(246,85,240); }
td.TdClassName
{
border-color: #F655F0;
}
.TagClassName
{
border-color: #F655F0;
}
</style>