Shades of Flamingo #F0574B
Tints of Flamingo #F0574B
RGB
CMYK
RGB Variations
Color information
#F0574B (or 0xF0574B) is known color: Flamingo. HEX triplet: F0, 57 and 4B. RGB value is (240,87,75). Sum of RGB (Red+Green+Blue) = 240+87+75=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0574B is #0FA8B4. Grayscale: #838383. Windows color (decimal): -1026229 or 4937712. OLE color: 4937712.
HSL color Cylindrical-coordinate representation of color #F0574B: hue angle of 4.36º 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 #F0574B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 75 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.06 |
| HSL | 4.36º | 0.85% | 0.62% | - |
| HSV(B) | 4.36º | 0.69% | 0.94% | - |
| XYZ | 40.61 | 25.85 | 9.51 | - |
| YUV | 131.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 75 | 0 | 0.64 | 0.69 | 0.06 | 4.36 | 0.85 | 0.62 |
| Hex | F0 | 57 | 4B | 0 | 40 | 45 | 6 | 4 | 55 | 3E |
| Octal | 360 | 127 | 113 | 0 | 100 | 105 | 6 | 4 | 125 | 76 |
| Binary | 11110000 | 1010111 | 1001011 | 0 | 1000000 | 1000101 | 110 | 100 | 1010101 | 111110 |
Color Harmonies of #F0574B
Complementary color
Monochromatic Colors of #F0574B
Black with #F0574B
Text Example
Text Example
White with #F0574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0574B; }
p { color: rgb(240,87,75); }
H1.HeaderClassName
{
color: #F0574B;
}
.AnyTagClassName
{
color: #F0574B;
}
</style>
background-color css
<style>
a { background-color: #F0574B; }
a { background-color: rgb(240,87,75); }
div.DivClassName
{
background-color: #F0574B;
}
.BgClassName
{
background-color: #F0574B;
}
</style>
border-color css
<style>
span { border-color: #F0574B; }
span { border-color: rgb(240,87,75); }
td.TdClassName
{
border-color: #F0574B;
}
.TagClassName
{
border-color: #F0574B;
}
</style>