Shades of Flamingo #F0634F
Tints of Flamingo #F0634F
RGB
CMYK
RGB Variations
Color information
#F0634F (or 0xF0634F) is known color: Flamingo. HEX triplet: F0, 63 and 4F. RGB value is (240,99,79). Sum of RGB (Red+Green+Blue) = 240+99+79=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0634F is #0F9CB0. Grayscale: #8B8B8B. Windows color (decimal): -1023153 or 5202928. OLE color: 5202928.
HSL color Cylindrical-coordinate representation of color #F0634F: hue angle of 7.45º 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 #F0634F is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 79 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.06 |
| HSL | 7.45º | 0.84% | 0.63% | - |
| HSV(B) | 7.45º | 0.67% | 0.94% | - |
| XYZ | 41.81 | 28.01 | 10.6 | - |
| YUV | 138.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 79 | 0 | 0.59 | 0.67 | 0.06 | 7.45 | 0.84 | 0.63 |
| Hex | F0 | 63 | 4F | 0 | 3B | 43 | 6 | 7 | 54 | 3F |
| Octal | 360 | 143 | 117 | 0 | 73 | 103 | 6 | 7 | 124 | 77 |
| Binary | 11110000 | 1100011 | 1001111 | 0 | 111011 | 1000011 | 110 | 111 | 1010100 | 111111 |
Color Harmonies of #F0634F
Complementary color
Monochromatic Colors of #F0634F
Black with #F0634F
Text Example
Text Example
White with #F0634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0634F; }
p { color: rgb(240,99,79); }
H1.HeaderClassName
{
color: #F0634F;
}
.AnyTagClassName
{
color: #F0634F;
}
</style>
background-color css
<style>
a { background-color: #F0634F; }
a { background-color: rgb(240,99,79); }
div.DivClassName
{
background-color: #F0634F;
}
.BgClassName
{
background-color: #F0634F;
}
</style>
border-color css
<style>
span { border-color: #F0634F; }
span { border-color: rgb(240,99,79); }
td.TdClassName
{
border-color: #F0634F;
}
.TagClassName
{
border-color: #F0634F;
}
</style>