Shades of Flamingo #F05A4D
Tints of Flamingo #F05A4D
RGB
CMYK
RGB Variations
Color information
#F05A4D (or 0xF05A4D) is known color: Flamingo. HEX triplet: F0, 5A and 4D. RGB value is (240,90,77). Sum of RGB (Red+Green+Blue) = 240+90+77=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A4D is #0FA5B2. Grayscale: #858585. Windows color (decimal): -1025459 or 5069552. OLE color: 5069552.
HSL color Cylindrical-coordinate representation of color #F05A4D: hue angle of 4.79º 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 #F05A4D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 77 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.06 |
| HSL | 4.79º | 0.84% | 0.62% | - |
| HSV(B) | 4.79º | 0.68% | 0.94% | - |
| XYZ | 40.93 | 26.37 | 9.95 | - |
| YUV | 133.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 77 | 0 | 0.62 | 0.68 | 0.06 | 4.79 | 0.84 | 0.62 |
| Hex | F0 | 5A | 4D | 0 | 3E | 44 | 6 | 5 | 54 | 3E |
| Octal | 360 | 132 | 115 | 0 | 76 | 104 | 6 | 5 | 124 | 76 |
| Binary | 11110000 | 1011010 | 1001101 | 0 | 111110 | 1000100 | 110 | 101 | 1010100 | 111110 |
Color Harmonies of #F05A4D
Complementary color
Monochromatic Colors of #F05A4D
Black with #F05A4D
Text Example
Text Example
White with #F05A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A4D; }
p { color: rgb(240,90,77); }
H1.HeaderClassName
{
color: #F05A4D;
}
.AnyTagClassName
{
color: #F05A4D;
}
</style>
background-color css
<style>
a { background-color: #F05A4D; }
a { background-color: rgb(240,90,77); }
div.DivClassName
{
background-color: #F05A4D;
}
.BgClassName
{
background-color: #F05A4D;
}
</style>
border-color css
<style>
span { border-color: #F05A4D; }
span { border-color: rgb(240,90,77); }
td.TdClassName
{
border-color: #F05A4D;
}
.TagClassName
{
border-color: #F05A4D;
}
</style>