Shades of Flamingo #F05D50
Tints of Flamingo #F05D50
RGB
CMYK
RGB Variations
Color information
#F05D50 (or 0xF05D50) is known color: Flamingo. HEX triplet: F0, 5D and 50. RGB value is (240,93,80). Sum of RGB (Red+Green+Blue) = 240+93+80=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D50 is #0FA2AF. Grayscale: #878787. Windows color (decimal): -1024688 or 5266928. OLE color: 5266928.
HSL color Cylindrical-coordinate representation of color #F05D50: hue angle of 4.88º 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 #F05D50 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 80 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.06 |
| HSL | 4.88º | 0.84% | 0.63% | - |
| HSV(B) | 4.88º | 0.67% | 0.94% | - |
| XYZ | 41.3 | 26.93 | 10.61 | - |
| YUV | 135.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 80 | 0 | 0.61 | 0.67 | 0.06 | 4.88 | 0.84 | 0.63 |
| Hex | F0 | 5D | 50 | 0 | 3D | 43 | 6 | 5 | 54 | 3F |
| Octal | 360 | 135 | 120 | 0 | 75 | 103 | 6 | 5 | 124 | 77 |
| Binary | 11110000 | 1011101 | 1010000 | 0 | 111101 | 1000011 | 110 | 101 | 1010100 | 111111 |
Color Harmonies of #F05D50
Complementary color
Monochromatic Colors of #F05D50
Black with #F05D50
Text Example
Text Example
White with #F05D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D50; }
p { color: rgb(240,93,80); }
H1.HeaderClassName
{
color: #F05D50;
}
.AnyTagClassName
{
color: #F05D50;
}
</style>
background-color css
<style>
a { background-color: #F05D50; }
a { background-color: rgb(240,93,80); }
div.DivClassName
{
background-color: #F05D50;
}
.BgClassName
{
background-color: #F05D50;
}
</style>
border-color css
<style>
span { border-color: #F05D50; }
span { border-color: rgb(240,93,80); }
td.TdClassName
{
border-color: #F05D50;
}
.TagClassName
{
border-color: #F05D50;
}
</style>