Shades of Flamingo #F0604F
Tints of Flamingo #F0604F
RGB
CMYK
RGB Variations
Color information
#F0604F (or 0xF0604F) is known color: Flamingo. HEX triplet: F0, 60 and 4F. RGB value is (240,96,79). Sum of RGB (Red+Green+Blue) = 240+96+79=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0604F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0604F is #0F9FB0. Grayscale: #898989. Windows color (decimal): -1023921 or 5202160. OLE color: 5202160.
HSL color Cylindrical-coordinate representation of color #F0604F: hue angle of 6.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0604F is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 79 | - |
| CMYK | 0 | 0.6 | 0.67 | 0.06 |
| HSL | 6.34º | 0.84% | 0.63% | - |
| HSV(B) | 6.34º | 0.67% | 0.94% | - |
| XYZ | 41.53 | 27.46 | 10.51 | - |
| YUV | 137.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 79 | 0 | 0.6 | 0.67 | 0.06 | 6.34 | 0.84 | 0.63 |
| Hex | F0 | 60 | 4F | 0 | 3C | 43 | 6 | 6 | 54 | 3F |
| Octal | 360 | 140 | 117 | 0 | 74 | 103 | 6 | 6 | 124 | 77 |
| Binary | 11110000 | 1100000 | 1001111 | 0 | 111100 | 1000011 | 110 | 110 | 1010100 | 111111 |
Color Harmonies of #F0604F
Complementary color
Monochromatic Colors of #F0604F
Black with #F0604F
Text Example
Text Example
White with #F0604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0604F; }
p { color: rgb(240,96,79); }
H1.HeaderClassName
{
color: #F0604F;
}
.AnyTagClassName
{
color: #F0604F;
}
</style>
background-color css
<style>
a { background-color: #F0604F; }
a { background-color: rgb(240,96,79); }
div.DivClassName
{
background-color: #F0604F;
}
.BgClassName
{
background-color: #F0604F;
}
</style>
border-color css
<style>
span { border-color: #F0604F; }
span { border-color: rgb(240,96,79); }
td.TdClassName
{
border-color: #F0604F;
}
.TagClassName
{
border-color: #F0604F;
}
</style>