Shades of Salmon #F2826B
Tints of Salmon #F2826B
RGB
CMYK
RGB Variations
Color information
#F2826B (or 0xF2826B) is known color: Salmon. HEX triplet: F2, 82 and 6B. RGB value is (242,130,107). Sum of RGB (Red+Green+Blue) = 242+130+107=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2826B is #0D7D94. Grayscale: #A1A1A1. Windows color (decimal): -884117 or 7045874. OLE color: 7045874.
HSL color Cylindrical-coordinate representation of color #F2826B: hue angle of 10.22º 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 #F2826B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 107 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.05 |
| HSL | 10.22º | 0.84% | 0.68% | - |
| HSV(B) | 10.22º | 0.56% | 0.95% | - |
| XYZ | 47.25 | 35.9 | 18.35 | - |
| YUV | 160.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 107 | 0 | 0.46 | 0.56 | 0.05 | 10.22 | 0.84 | 0.68 |
| Hex | F2 | 82 | 6B | 0 | 2E | 38 | 5 | A | 54 | 44 |
| Octal | 362 | 202 | 153 | 0 | 56 | 70 | 5 | 12 | 124 | 104 |
| Binary | 11110010 | 10000010 | 1101011 | 0 | 101110 | 111000 | 101 | 1010 | 1010100 | 1000100 |
Color Harmonies of #F2826B
Complementary color
Monochromatic Colors of #F2826B
Black with #F2826B
Text Example
Text Example
White with #F2826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2826B; }
p { color: rgb(242,130,107); }
H1.HeaderClassName
{
color: #F2826B;
}
.AnyTagClassName
{
color: #F2826B;
}
</style>
background-color css
<style>
a { background-color: #F2826B; }
a { background-color: rgb(242,130,107); }
div.DivClassName
{
background-color: #F2826B;
}
.BgClassName
{
background-color: #F2826B;
}
</style>
border-color css
<style>
span { border-color: #F2826B; }
span { border-color: rgb(242,130,107); }
td.TdClassName
{
border-color: #F2826B;
}
.TagClassName
{
border-color: #F2826B;
}
</style>