Shades of Salmon #F2786D
Tints of Salmon #F2786D
RGB
CMYK
RGB Variations
Color information
#F2786D (or 0xF2786D) is known color: Salmon. HEX triplet: F2, 78 and 6D. RGB value is (242,120,109). Sum of RGB (Red+Green+Blue) = 242+120+109=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2786D is #0D8792. Grayscale: #9B9B9B. Windows color (decimal): -886675 or 7174386. OLE color: 7174386.
HSL color Cylindrical-coordinate representation of color #F2786D: hue angle of 4.96º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2786D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 109 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.05 |
| HSL | 4.96º | 0.84% | 0.69% | - |
| HSV(B) | 4.96º | 0.55% | 0.95% | - |
| XYZ | 46.09 | 33.41 | 18.49 | - |
| YUV | 155.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 109 | 0 | 0.50 | 0.55 | 0.05 | 4.96 | 0.84 | 0.69 |
| Hex | F2 | 78 | 6D | 0 | 32 | 37 | 5 | 5 | 54 | 45 |
| Octal | 362 | 170 | 155 | 0 | 62 | 67 | 5 | 5 | 124 | 105 |
| Binary | 11110010 | 1111000 | 1101101 | 0 | 110010 | 110111 | 101 | 101 | 1010100 | 1000101 |
Color Harmonies of #F2786D
Complementary color
Monochromatic Colors of #F2786D
Black with #F2786D
Text Example
Text Example
White with #F2786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2786D; }
p { color: rgb(242,120,109); }
H1.HeaderClassName
{
color: #F2786D;
}
.AnyTagClassName
{
color: #F2786D;
}
</style>
background-color css
<style>
a { background-color: #F2786D; }
a { background-color: rgb(242,120,109); }
div.DivClassName
{
background-color: #F2786D;
}
.BgClassName
{
background-color: #F2786D;
}
</style>
border-color css
<style>
span { border-color: #F2786D; }
span { border-color: rgb(242,120,109); }
td.TdClassName
{
border-color: #F2786D;
}
.TagClassName
{
border-color: #F2786D;
}
</style>