Shades of Flamingo #F0624B
Tints of Flamingo #F0624B
RGB
CMYK
RGB Variations
Color information
#F0624B (or 0xF0624B) is known color: Flamingo. HEX triplet: F0, 62 and 4B. RGB value is (240,98,75). Sum of RGB (Red+Green+Blue) = 240+98+75=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0624B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0624B is #0F9DB4. Grayscale: #8A8A8A. Windows color (decimal): -1023413 or 4940528. OLE color: 4940528.
HSL color Cylindrical-coordinate representation of color #F0624B: hue angle of 8.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0624B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 75 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.06 |
| HSL | 8.36º | 0.85% | 0.62% | - |
| HSV(B) | 8.36º | 0.69% | 0.94% | - |
| XYZ | 41.57 | 27.77 | 9.83 | - |
| YUV | 137.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 75 | 0 | 0.59 | 0.69 | 0.06 | 8.36 | 0.85 | 0.62 |
| Hex | F0 | 62 | 4B | 0 | 3B | 45 | 6 | 8 | 55 | 3E |
| Octal | 360 | 142 | 113 | 0 | 73 | 105 | 6 | 10 | 125 | 76 |
| Binary | 11110000 | 1100010 | 1001011 | 0 | 111011 | 1000101 | 110 | 1000 | 1010101 | 111110 |
Color Harmonies of #F0624B
Complementary color
Monochromatic Colors of #F0624B
Black with #F0624B
Text Example
Text Example
White with #F0624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0624B; }
p { color: rgb(240,98,75); }
H1.HeaderClassName
{
color: #F0624B;
}
.AnyTagClassName
{
color: #F0624B;
}
</style>
background-color css
<style>
a { background-color: #F0624B; }
a { background-color: rgb(240,98,75); }
div.DivClassName
{
background-color: #F0624B;
}
.BgClassName
{
background-color: #F0624B;
}
</style>
border-color css
<style>
span { border-color: #F0624B; }
span { border-color: rgb(240,98,75); }
td.TdClassName
{
border-color: #F0624B;
}
.TagClassName
{
border-color: #F0624B;
}
</style>