Shades of Flamingo #F0594D
Tints of Flamingo #F0594D
RGB
CMYK
RGB Variations
Color information
#F0594D (or 0xF0594D) is known color: Flamingo. HEX triplet: F0, 59 and 4D. RGB value is (240,89,77). Sum of RGB (Red+Green+Blue) = 240+89+77=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0594D is #0FA6B2. Grayscale: #848484. Windows color (decimal): -1025715 or 5069296. OLE color: 5069296.
HSL color Cylindrical-coordinate representation of color #F0594D: hue angle of 4.42º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0594D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 77 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.06 |
| HSL | 4.42º | 0.84% | 0.62% | - |
| HSV(B) | 4.42º | 0.68% | 0.94% | - |
| XYZ | 40.85 | 26.21 | 9.93 | - |
| YUV | 132.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 77 | 0 | 0.63 | 0.68 | 0.06 | 4.42 | 0.84 | 0.62 |
| Hex | F0 | 59 | 4D | 0 | 3F | 44 | 6 | 4 | 54 | 3E |
| Octal | 360 | 131 | 115 | 0 | 77 | 104 | 6 | 4 | 124 | 76 |
| Binary | 11110000 | 1011001 | 1001101 | 0 | 111111 | 1000100 | 110 | 100 | 1010100 | 111110 |
Color Harmonies of #F0594D
Complementary color
Monochromatic Colors of #F0594D
Black with #F0594D
Text Example
Text Example
White with #F0594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0594D; }
p { color: rgb(240,89,77); }
H1.HeaderClassName
{
color: #F0594D;
}
.AnyTagClassName
{
color: #F0594D;
}
</style>
background-color css
<style>
a { background-color: #F0594D; }
a { background-color: rgb(240,89,77); }
div.DivClassName
{
background-color: #F0594D;
}
.BgClassName
{
background-color: #F0594D;
}
</style>
border-color css
<style>
span { border-color: #F0594D; }
span { border-color: rgb(240,89,77); }
td.TdClassName
{
border-color: #F0594D;
}
.TagClassName
{
border-color: #F0594D;
}
</style>