Shades of Flamingo #F0614B
Tints of Flamingo #F0614B
RGB
CMYK
RGB Variations
Color information
#F0614B (or 0xF0614B) is known color: Flamingo. HEX triplet: F0, 61 and 4B. RGB value is (240,97,75). Sum of RGB (Red+Green+Blue) = 240+97+75=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0614B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0614B is #0F9EB4. Grayscale: #898989. Windows color (decimal): -1023669 or 4940272. OLE color: 4940272.
HSL color Cylindrical-coordinate representation of color #F0614B: hue angle of 8º 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 #F0614B is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 75 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.06 |
| HSL | 8º | 0.85% | 0.62% | - |
| HSV(B) | 8º | 0.69% | 0.94% | - |
| XYZ | 41.48 | 27.58 | 9.79 | - |
| YUV | 137.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 75 | 0 | 0.60 | 0.69 | 0.06 | 8 | 0.85 | 0.62 |
| Hex | F0 | 61 | 4B | 0 | 3C | 45 | 6 | 8 | 55 | 3E |
| Octal | 360 | 141 | 113 | 0 | 74 | 105 | 6 | 10 | 125 | 76 |
| Binary | 11110000 | 1100001 | 1001011 | 0 | 111100 | 1000101 | 110 | 1000 | 1010101 | 111110 |
Color Harmonies of #F0614B
Complementary color
Monochromatic Colors of #F0614B
Black with #F0614B
Text Example
Text Example
White with #F0614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0614B; }
p { color: rgb(240,97,75); }
H1.HeaderClassName
{
color: #F0614B;
}
.AnyTagClassName
{
color: #F0614B;
}
</style>
background-color css
<style>
a { background-color: #F0614B; }
a { background-color: rgb(240,97,75); }
div.DivClassName
{
background-color: #F0614B;
}
.BgClassName
{
background-color: #F0614B;
}
</style>
border-color css
<style>
span { border-color: #F0614B; }
span { border-color: rgb(240,97,75); }
td.TdClassName
{
border-color: #F0614B;
}
.TagClassName
{
border-color: #F0614B;
}
</style>