Shades of Salmon #F07B6A
Tints of Salmon #F07B6A
RGB
CMYK
RGB Variations
Color information
#F07B6A (or 0xF07B6A) is known color: Salmon. HEX triplet: F0, 7B and 6A. RGB value is (240,123,106). Sum of RGB (Red+Green+Blue) = 240+123+106=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B6A is #0F8495. Grayscale: #9C9C9C. Windows color (decimal): -1016982 or 6978544. OLE color: 6978544.
HSL color Cylindrical-coordinate representation of color #F07B6A: hue angle of 7.61º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F07B6A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 106 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.06 |
| HSL | 7.61º | 0.82% | 0.68% | - |
| HSV(B) | 7.61º | 0.56% | 0.94% | - |
| XYZ | 45.62 | 33.73 | 17.74 | - |
| YUV | 156.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 106 | 0 | 0.49 | 0.56 | 0.06 | 7.61 | 0.82 | 0.68 |
| Hex | F0 | 7B | 6A | 0 | 31 | 38 | 6 | 8 | 52 | 44 |
| Octal | 360 | 173 | 152 | 0 | 61 | 70 | 6 | 10 | 122 | 104 |
| Binary | 11110000 | 1111011 | 1101010 | 0 | 110001 | 111000 | 110 | 1000 | 1010010 | 1000100 |
Color Harmonies of #F07B6A
Complementary color
Monochromatic Colors of #F07B6A
Black with #F07B6A
Text Example
Text Example
White with #F07B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B6A; }
p { color: rgb(240,123,106); }
H1.HeaderClassName
{
color: #F07B6A;
}
.AnyTagClassName
{
color: #F07B6A;
}
</style>
background-color css
<style>
a { background-color: #F07B6A; }
a { background-color: rgb(240,123,106); }
div.DivClassName
{
background-color: #F07B6A;
}
.BgClassName
{
background-color: #F07B6A;
}
</style>
border-color css
<style>
span { border-color: #F07B6A; }
span { border-color: rgb(240,123,106); }
td.TdClassName
{
border-color: #F07B6A;
}
.TagClassName
{
border-color: #F07B6A;
}
</style>