Shades of Flamingo #F0614C
Tints of Flamingo #F0614C
RGB
CMYK
RGB Variations
Color information
#F0614C (or 0xF0614C) is known color: Flamingo. HEX triplet: F0, 61 and 4C. RGB value is (240,97,76). Sum of RGB (Red+Green+Blue) = 240+97+76=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0614C is #0F9EB3. Grayscale: #898989. Windows color (decimal): -1023668 or 5005808. OLE color: 5005808.
HSL color Cylindrical-coordinate representation of color #F0614C: hue angle of 7.68º degrees, saturation: 0.85, 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 #F0614C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 76 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.06 |
| HSL | 7.68º | 0.85% | 0.62% | - |
| HSV(B) | 7.68º | 0.68% | 0.94% | - |
| XYZ | 41.51 | 27.6 | 9.98 | - |
| YUV | 137.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 76 | 0 | 0.60 | 0.68 | 0.06 | 7.68 | 0.85 | 0.62 |
| Hex | F0 | 61 | 4C | 0 | 3C | 44 | 6 | 8 | 55 | 3E |
| Octal | 360 | 141 | 114 | 0 | 74 | 104 | 6 | 10 | 125 | 76 |
| Binary | 11110000 | 1100001 | 1001100 | 0 | 111100 | 1000100 | 110 | 1000 | 1010101 | 111110 |
Color Harmonies of #F0614C
Complementary color
Monochromatic Colors of #F0614C
Black with #F0614C
Text Example
Text Example
White with #F0614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0614C; }
p { color: rgb(240,97,76); }
H1.HeaderClassName
{
color: #F0614C;
}
.AnyTagClassName
{
color: #F0614C;
}
</style>
background-color css
<style>
a { background-color: #F0614C; }
a { background-color: rgb(240,97,76); }
div.DivClassName
{
background-color: #F0614C;
}
.BgClassName
{
background-color: #F0614C;
}
</style>
border-color css
<style>
span { border-color: #F0614C; }
span { border-color: rgb(240,97,76); }
td.TdClassName
{
border-color: #F0614C;
}
.TagClassName
{
border-color: #F0614C;
}
</style>