Shades of Flamingo #F0574D
Tints of Flamingo #F0574D
RGB
CMYK
RGB Variations
Color information
#F0574D (or 0xF0574D) is known color: Flamingo. HEX triplet: F0, 57 and 4D. RGB value is (240,87,77). Sum of RGB (Red+Green+Blue) = 240+87+77=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0574D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0574D is #0FA8B2. Grayscale: #838383. Windows color (decimal): -1026227 or 5068784. OLE color: 5068784.
HSL color Cylindrical-coordinate representation of color #F0574D: hue angle of 3.68º 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 #F0574D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 77 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.06 |
| HSL | 3.68º | 0.84% | 0.62% | - |
| HSV(B) | 3.68º | 0.68% | 0.94% | - |
| XYZ | 40.68 | 25.88 | 9.87 | - |
| YUV | 131.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 77 | 0 | 0.64 | 0.68 | 0.06 | 3.68 | 0.84 | 0.62 |
| Hex | F0 | 57 | 4D | 0 | 40 | 44 | 6 | 4 | 54 | 3E |
| Octal | 360 | 127 | 115 | 0 | 100 | 104 | 6 | 4 | 124 | 76 |
| Binary | 11110000 | 1010111 | 1001101 | 0 | 1000000 | 1000100 | 110 | 100 | 1010100 | 111110 |
Color Harmonies of #F0574D
Complementary color
Monochromatic Colors of #F0574D
Black with #F0574D
Text Example
Text Example
White with #F0574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0574D; }
p { color: rgb(240,87,77); }
H1.HeaderClassName
{
color: #F0574D;
}
.AnyTagClassName
{
color: #F0574D;
}
</style>
background-color css
<style>
a { background-color: #F0574D; }
a { background-color: rgb(240,87,77); }
div.DivClassName
{
background-color: #F0574D;
}
.BgClassName
{
background-color: #F0574D;
}
</style>
border-color css
<style>
span { border-color: #F0574D; }
span { border-color: rgb(240,87,77); }
td.TdClassName
{
border-color: #F0574D;
}
.TagClassName
{
border-color: #F0574D;
}
</style>