Shades of Salmon #F2806A
Tints of Salmon #F2806A
RGB
CMYK
RGB Variations
Color information
#F2806A (or 0xF2806A) is known color: Salmon. HEX triplet: F2, 80 and 6A. RGB value is (242,128,106). Sum of RGB (Red+Green+Blue) = 242+128+106=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2806A is #0D7F95. Grayscale: #9F9F9F. Windows color (decimal): -884630 or 6979826. OLE color: 6979826.
HSL color Cylindrical-coordinate representation of color #F2806A: hue angle of 9.71º 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 #F2806A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 106 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 9.71º | 0.84% | 0.68% | - |
| HSV(B) | 9.71º | 0.56% | 0.95% | - |
| XYZ | 46.94 | 35.36 | 17.99 | - |
| YUV | 159.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 106 | 0 | 0.47 | 0.56 | 0.05 | 9.71 | 0.84 | 0.68 |
| Hex | F2 | 80 | 6A | 0 | 2F | 38 | 5 | A | 54 | 44 |
| Octal | 362 | 200 | 152 | 0 | 57 | 70 | 5 | 12 | 124 | 104 |
| Binary | 11110010 | 10000000 | 1101010 | 0 | 101111 | 111000 | 101 | 1010 | 1010100 | 1000100 |
Color Harmonies of #F2806A
Complementary color
Monochromatic Colors of #F2806A
Black with #F2806A
Text Example
Text Example
White with #F2806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2806A; }
p { color: rgb(242,128,106); }
H1.HeaderClassName
{
color: #F2806A;
}
.AnyTagClassName
{
color: #F2806A;
}
</style>
background-color css
<style>
a { background-color: #F2806A; }
a { background-color: rgb(242,128,106); }
div.DivClassName
{
background-color: #F2806A;
}
.BgClassName
{
background-color: #F2806A;
}
</style>
border-color css
<style>
span { border-color: #F2806A; }
span { border-color: rgb(242,128,106); }
td.TdClassName
{
border-color: #F2806A;
}
.TagClassName
{
border-color: #F2806A;
}
</style>