Shades of Flamingo #F05D4F
Tints of Flamingo #F05D4F
RGB
CMYK
RGB Variations
Color information
#F05D4F (or 0xF05D4F) is known color: Flamingo. HEX triplet: F0, 5D and 4F. RGB value is (240,93,79). Sum of RGB (Red+Green+Blue) = 240+93+79=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D4F is #0FA2B0. Grayscale: #878787. Windows color (decimal): -1024689 or 5201392. OLE color: 5201392.
HSL color Cylindrical-coordinate representation of color #F05D4F: hue angle of 5.22º 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 #F05D4F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 79 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.06 |
| HSL | 5.22º | 0.84% | 0.63% | - |
| HSV(B) | 5.22º | 0.67% | 0.94% | - |
| XYZ | 41.26 | 26.92 | 10.42 | - |
| YUV | 135.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 79 | 0 | 0.61 | 0.67 | 0.06 | 5.22 | 0.84 | 0.63 |
| Hex | F0 | 5D | 4F | 0 | 3D | 43 | 6 | 5 | 54 | 3F |
| Octal | 360 | 135 | 117 | 0 | 75 | 103 | 6 | 5 | 124 | 77 |
| Binary | 11110000 | 1011101 | 1001111 | 0 | 111101 | 1000011 | 110 | 101 | 1010100 | 111111 |
Color Harmonies of #F05D4F
Complementary color
Monochromatic Colors of #F05D4F
Black with #F05D4F
Text Example
Text Example
White with #F05D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D4F; }
p { color: rgb(240,93,79); }
H1.HeaderClassName
{
color: #F05D4F;
}
.AnyTagClassName
{
color: #F05D4F;
}
</style>
background-color css
<style>
a { background-color: #F05D4F; }
a { background-color: rgb(240,93,79); }
div.DivClassName
{
background-color: #F05D4F;
}
.BgClassName
{
background-color: #F05D4F;
}
</style>
border-color css
<style>
span { border-color: #F05D4F; }
span { border-color: rgb(240,93,79); }
td.TdClassName
{
border-color: #F05D4F;
}
.TagClassName
{
border-color: #F05D4F;
}
</style>