Shades of Flamingo #F0594B
Tints of Flamingo #F0594B
RGB
CMYK
RGB Variations
Color information
#F0594B (or 0xF0594B) is known color: Flamingo. HEX triplet: F0, 59 and 4B. RGB value is (240,89,75). Sum of RGB (Red+Green+Blue) = 240+89+75=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0594B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0594B is #0FA6B4. Grayscale: #848484. Windows color (decimal): -1025717 or 4938224. OLE color: 4938224.
HSL color Cylindrical-coordinate representation of color #F0594B: hue angle of 5.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0594B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 75 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.06 |
| HSL | 5.09º | 0.85% | 0.62% | - |
| HSV(B) | 5.09º | 0.69% | 0.94% | - |
| XYZ | 40.78 | 26.18 | 9.56 | - |
| YUV | 132.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 75 | 0 | 0.63 | 0.69 | 0.06 | 5.09 | 0.85 | 0.62 |
| Hex | F0 | 59 | 4B | 0 | 3F | 45 | 6 | 5 | 55 | 3E |
| Octal | 360 | 131 | 113 | 0 | 77 | 105 | 6 | 5 | 125 | 76 |
| Binary | 11110000 | 1011001 | 1001011 | 0 | 111111 | 1000101 | 110 | 101 | 1010101 | 111110 |
Color Harmonies of #F0594B
Complementary color
Monochromatic Colors of #F0594B
Black with #F0594B
Text Example
Text Example
White with #F0594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0594B; }
p { color: rgb(240,89,75); }
H1.HeaderClassName
{
color: #F0594B;
}
.AnyTagClassName
{
color: #F0594B;
}
</style>
background-color css
<style>
a { background-color: #F0594B; }
a { background-color: rgb(240,89,75); }
div.DivClassName
{
background-color: #F0594B;
}
.BgClassName
{
background-color: #F0594B;
}
</style>
border-color css
<style>
span { border-color: #F0594B; }
span { border-color: rgb(240,89,75); }
td.TdClassName
{
border-color: #F0594B;
}
.TagClassName
{
border-color: #F0594B;
}
</style>