Shades of Flamingo #F05B5B
Tints of Flamingo #F05B5B
RGB
CMYK
RGB Variations
Color information
#F05B5B (or 0xF05B5B) is known color: Flamingo. HEX triplet: F0, 5B and 5B. RGB value is (240,91,91). Sum of RGB (Red+Green+Blue) = 240+91+91=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B5B is #0FA4A4. Grayscale: #878787. Windows color (decimal): -1025189 or 5987312. OLE color: 5987312.
HSL color Cylindrical-coordinate representation of color #F05B5B: hue angle of 0º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05B5B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 91 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.06 |
| HSL | 0º | 0.83% | 0.65% | - |
| HSV(B) | 0º | 0.62% | 0.94% | - |
| XYZ | 41.56 | 26.76 | 12.87 | - |
| YUV | 135.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 91 | 0 | 0.62 | 0.62 | 0.06 | 0 | 0.83 | 0.65 |
| Hex | F0 | 5B | 5B | 0 | 3E | 3E | 6 | 0 | 53 | 41 |
| Octal | 360 | 133 | 133 | 0 | 76 | 76 | 6 | 0 | 123 | 101 |
| Binary | 11110000 | 1011011 | 1011011 | 0 | 111110 | 111110 | 110 | 0 | 1010011 | 1000001 |
Color Harmonies of #F05B5B
Complementary color
Monochromatic Colors of #F05B5B
Black with #F05B5B
Text Example
Text Example
White with #F05B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B5B; }
p { color: rgb(240,91,91); }
H1.HeaderClassName
{
color: #F05B5B;
}
.AnyTagClassName
{
color: #F05B5B;
}
</style>
background-color css
<style>
a { background-color: #F05B5B; }
a { background-color: rgb(240,91,91); }
div.DivClassName
{
background-color: #F05B5B;
}
.BgClassName
{
background-color: #F05B5B;
}
</style>
border-color css
<style>
span { border-color: #F05B5B; }
span { border-color: rgb(240,91,91); }
td.TdClassName
{
border-color: #F05B5B;
}
.TagClassName
{
border-color: #F05B5B;
}
</style>