Shades of Flamingo #F0624D
Tints of Flamingo #F0624D
RGB
CMYK
RGB Variations
Color information
#F0624D (or 0xF0624D) is known color: Flamingo. HEX triplet: F0, 62 and 4D. RGB value is (240,98,77). Sum of RGB (Red+Green+Blue) = 240+98+77=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0624D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0624D is #0F9DB2. Grayscale: #8A8A8A. Windows color (decimal): -1023411 or 5071600. OLE color: 5071600.
HSL color Cylindrical-coordinate representation of color #F0624D: hue angle of 7.73º 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 #F0624D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 77 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.06 |
| HSL | 7.73º | 0.84% | 0.62% | - |
| HSV(B) | 7.73º | 0.68% | 0.94% | - |
| XYZ | 41.64 | 27.8 | 10.19 | - |
| YUV | 138.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 77 | 0 | 0.59 | 0.68 | 0.06 | 7.73 | 0.84 | 0.62 |
| Hex | F0 | 62 | 4D | 0 | 3B | 44 | 6 | 8 | 54 | 3E |
| Octal | 360 | 142 | 115 | 0 | 73 | 104 | 6 | 10 | 124 | 76 |
| Binary | 11110000 | 1100010 | 1001101 | 0 | 111011 | 1000100 | 110 | 1000 | 1010100 | 111110 |
Color Harmonies of #F0624D
Complementary color
Monochromatic Colors of #F0624D
Black with #F0624D
Text Example
Text Example
White with #F0624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0624D; }
p { color: rgb(240,98,77); }
H1.HeaderClassName
{
color: #F0624D;
}
.AnyTagClassName
{
color: #F0624D;
}
</style>
background-color css
<style>
a { background-color: #F0624D; }
a { background-color: rgb(240,98,77); }
div.DivClassName
{
background-color: #F0624D;
}
.BgClassName
{
background-color: #F0624D;
}
</style>
border-color css
<style>
span { border-color: #F0624D; }
span { border-color: rgb(240,98,77); }
td.TdClassName
{
border-color: #F0624D;
}
.TagClassName
{
border-color: #F0624D;
}
</style>