Shades of Flamingo #F06657
Tints of Flamingo #F06657
RGB
CMYK
RGB Variations
Color information
#F06657 (or 0xF06657) is known color: Flamingo. HEX triplet: F0, 66 and 57. RGB value is (240,102,87). Sum of RGB (Red+Green+Blue) = 240+102+87=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06657 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06657 is #0F99A8. Grayscale: #8D8D8D. Windows color (decimal): -1022377 or 5727984. OLE color: 5727984.
HSL color Cylindrical-coordinate representation of color #F06657: hue angle of 5.88º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F06657 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 87 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.06 |
| HSL | 5.88º | 0.84% | 0.64% | - |
| HSV(B) | 5.88º | 0.64% | 0.94% | - |
| XYZ | 42.41 | 28.72 | 12.32 | - |
| YUV | 141.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 87 | 0 | 0.58 | 0.64 | 0.06 | 5.88 | 0.84 | 0.64 |
| Hex | F0 | 66 | 57 | 0 | 3A | 40 | 6 | 6 | 54 | 40 |
| Octal | 360 | 146 | 127 | 0 | 72 | 100 | 6 | 6 | 124 | 100 |
| Binary | 11110000 | 1100110 | 1010111 | 0 | 111010 | 1000000 | 110 | 110 | 1010100 | 1000000 |
Color Harmonies of #F06657
Complementary color
Monochromatic Colors of #F06657
Black with #F06657
Text Example
Text Example
White with #F06657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06657; }
p { color: rgb(240,102,87); }
H1.HeaderClassName
{
color: #F06657;
}
.AnyTagClassName
{
color: #F06657;
}
</style>
background-color css
<style>
a { background-color: #F06657; }
a { background-color: rgb(240,102,87); }
div.DivClassName
{
background-color: #F06657;
}
.BgClassName
{
background-color: #F06657;
}
</style>
border-color css
<style>
span { border-color: #F06657; }
span { border-color: rgb(240,102,87); }
td.TdClassName
{
border-color: #F06657;
}
.TagClassName
{
border-color: #F06657;
}
</style>