Shades of Flamingo #F05C54
Tints of Flamingo #F05C54
RGB
CMYK
RGB Variations
Color information
#F05C54 (or 0xF05C54) is known color: Flamingo. HEX triplet: F0, 5C and 54. RGB value is (240,92,84). Sum of RGB (Red+Green+Blue) = 240+92+84=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C54 is #0FA3AB. Grayscale: #878787. Windows color (decimal): -1024940 or 5528816. OLE color: 5528816.
HSL color Cylindrical-coordinate representation of color #F05C54: hue angle of 3.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05C54 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 84 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.06 |
| HSL | 3.08º | 0.84% | 0.64% | - |
| HSV(B) | 3.08º | 0.65% | 0.94% | - |
| XYZ | 41.36 | 26.82 | 11.38 | - |
| YUV | 135.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 84 | 0 | 0.62 | 0.65 | 0.06 | 3.08 | 0.84 | 0.64 |
| Hex | F0 | 5C | 54 | 0 | 3E | 41 | 6 | 3 | 54 | 40 |
| Octal | 360 | 134 | 124 | 0 | 76 | 101 | 6 | 3 | 124 | 100 |
| Binary | 11110000 | 1011100 | 1010100 | 0 | 111110 | 1000001 | 110 | 11 | 1010100 | 1000000 |
Color Harmonies of #F05C54
Complementary color
Monochromatic Colors of #F05C54
Black with #F05C54
Text Example
Text Example
White with #F05C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C54; }
p { color: rgb(240,92,84); }
H1.HeaderClassName
{
color: #F05C54;
}
.AnyTagClassName
{
color: #F05C54;
}
</style>
background-color css
<style>
a { background-color: #F05C54; }
a { background-color: rgb(240,92,84); }
div.DivClassName
{
background-color: #F05C54;
}
.BgClassName
{
background-color: #F05C54;
}
</style>
border-color css
<style>
span { border-color: #F05C54; }
span { border-color: rgb(240,92,84); }
td.TdClassName
{
border-color: #F05C54;
}
.TagClassName
{
border-color: #F05C54;
}
</style>