Shades of Salmon #F2806B
Tints of Salmon #F2806B
RGB
CMYK
RGB Variations
Color information
#F2806B (or 0xF2806B) is known color: Salmon. HEX triplet: F2, 80 and 6B. RGB value is (242,128,107). Sum of RGB (Red+Green+Blue) = 242+128+107=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2806B is #0D7F94. Grayscale: #9F9F9F. Windows color (decimal): -884629 or 7045362. OLE color: 7045362.
HSL color Cylindrical-coordinate representation of color #F2806B: hue angle of 9.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2806B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 107 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 9.33º | 0.84% | 0.68% | - |
| HSV(B) | 9.33º | 0.56% | 0.95% | - |
| XYZ | 46.99 | 35.38 | 18.26 | - |
| YUV | 159.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 107 | 0 | 0.47 | 0.56 | 0.05 | 9.33 | 0.84 | 0.68 |
| Hex | F2 | 80 | 6B | 0 | 2F | 38 | 5 | 9 | 54 | 44 |
| Octal | 362 | 200 | 153 | 0 | 57 | 70 | 5 | 11 | 124 | 104 |
| Binary | 11110010 | 10000000 | 1101011 | 0 | 101111 | 111000 | 101 | 1001 | 1010100 | 1000100 |
Color Harmonies of #F2806B
Complementary color
Monochromatic Colors of #F2806B
Black with #F2806B
Text Example
Text Example
White with #F2806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2806B; }
p { color: rgb(242,128,107); }
H1.HeaderClassName
{
color: #F2806B;
}
.AnyTagClassName
{
color: #F2806B;
}
</style>
background-color css
<style>
a { background-color: #F2806B; }
a { background-color: rgb(242,128,107); }
div.DivClassName
{
background-color: #F2806B;
}
.BgClassName
{
background-color: #F2806B;
}
</style>
border-color css
<style>
span { border-color: #F2806B; }
span { border-color: rgb(242,128,107); }
td.TdClassName
{
border-color: #F2806B;
}
.TagClassName
{
border-color: #F2806B;
}
</style>