Shades of Flamingo #F0654E
Tints of Flamingo #F0654E
RGB
CMYK
RGB Variations
Color information
#F0654E (or 0xF0654E) is known color: Flamingo. HEX triplet: F0, 65 and 4E. RGB value is (240,101,78). Sum of RGB (Red+Green+Blue) = 240+101+78=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0654E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0654E is #0F9AB1. Grayscale: #8C8C8C. Windows color (decimal): -1022642 or 5137904. OLE color: 5137904.
HSL color Cylindrical-coordinate representation of color #F0654E: hue angle of 8.52º 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 #F0654E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 78 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.06 |
| HSL | 8.52º | 0.84% | 0.62% | - |
| HSV(B) | 8.52º | 0.68% | 0.94% | - |
| XYZ | 41.96 | 28.38 | 10.47 | - |
| YUV | 139.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 78 | 0 | 0.58 | 0.68 | 0.06 | 8.52 | 0.84 | 0.62 |
| Hex | F0 | 65 | 4E | 0 | 3A | 44 | 6 | 9 | 54 | 3E |
| Octal | 360 | 145 | 116 | 0 | 72 | 104 | 6 | 11 | 124 | 76 |
| Binary | 11110000 | 1100101 | 1001110 | 0 | 111010 | 1000100 | 110 | 1001 | 1010100 | 111110 |
Color Harmonies of #F0654E
Complementary color
Monochromatic Colors of #F0654E
Black with #F0654E
Text Example
Text Example
White with #F0654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0654E; }
p { color: rgb(240,101,78); }
H1.HeaderClassName
{
color: #F0654E;
}
.AnyTagClassName
{
color: #F0654E;
}
</style>
background-color css
<style>
a { background-color: #F0654E; }
a { background-color: rgb(240,101,78); }
div.DivClassName
{
background-color: #F0654E;
}
.BgClassName
{
background-color: #F0654E;
}
</style>
border-color css
<style>
span { border-color: #F0654E; }
span { border-color: rgb(240,101,78); }
td.TdClassName
{
border-color: #F0654E;
}
.TagClassName
{
border-color: #F0654E;
}
</style>