Shades of Flamingo #F0605B
Tints of Flamingo #F0605B
RGB
CMYK
RGB Variations
Color information
#F0605B (or 0xF0605B) is known color: Flamingo. HEX triplet: F0, 60 and 5B. RGB value is (240,96,91). Sum of RGB (Red+Green+Blue) = 240+96+91=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0605B is #0F9FA4. Grayscale: #8A8A8A. Windows color (decimal): -1023909 or 5988592. OLE color: 5988592.
HSL color Cylindrical-coordinate representation of color #F0605B: hue angle of 2.01º 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 #F0605B is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 91 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.06 |
| HSL | 2.01º | 0.83% | 0.65% | - |
| HSV(B) | 2.01º | 0.62% | 0.94% | - |
| XYZ | 42.01 | 27.65 | 13.02 | - |
| YUV | 138.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 91 | 0 | 0.6 | 0.62 | 0.06 | 2.01 | 0.83 | 0.65 |
| Hex | F0 | 60 | 5B | 0 | 3C | 3E | 6 | 2 | 53 | 41 |
| Octal | 360 | 140 | 133 | 0 | 74 | 76 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1100000 | 1011011 | 0 | 111100 | 111110 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F0605B
Complementary color
Monochromatic Colors of #F0605B
Black with #F0605B
Text Example
Text Example
White with #F0605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0605B; }
p { color: rgb(240,96,91); }
H1.HeaderClassName
{
color: #F0605B;
}
.AnyTagClassName
{
color: #F0605B;
}
</style>
background-color css
<style>
a { background-color: #F0605B; }
a { background-color: rgb(240,96,91); }
div.DivClassName
{
background-color: #F0605B;
}
.BgClassName
{
background-color: #F0605B;
}
</style>
border-color css
<style>
span { border-color: #F0605B; }
span { border-color: rgb(240,96,91); }
td.TdClassName
{
border-color: #F0605B;
}
.TagClassName
{
border-color: #F0605B;
}
</style>