Shades of Salmon #F2866B
Tints of Salmon #F2866B
RGB
CMYK
RGB Variations
Color information
#F2866B (or 0xF2866B) is known color: Salmon. HEX triplet: F2, 86 and 6B. RGB value is (242,134,107). Sum of RGB (Red+Green+Blue) = 242+134+107=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2866B is #0D7994. Grayscale: #A3A3A3. Windows color (decimal): -883093 or 7046898. OLE color: 7046898.
HSL color Cylindrical-coordinate representation of color #F2866B: hue angle of 12º 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 #F2866B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 12º | 0.84% | 0.68% | - |
| HSV(B) | 12º | 0.56% | 0.95% | - |
| XYZ | 47.8 | 36.99 | 18.53 | - |
| YUV | 163.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 107 | 0 | 0.45 | 0.56 | 0.05 | 12 | 0.84 | 0.68 |
| Hex | F2 | 86 | 6B | 0 | 2D | 38 | 5 | C | 54 | 44 |
| Octal | 362 | 206 | 153 | 0 | 55 | 70 | 5 | 14 | 124 | 104 |
| Binary | 11110010 | 10000110 | 1101011 | 0 | 101101 | 111000 | 101 | 1100 | 1010100 | 1000100 |
Color Harmonies of #F2866B
Complementary color
Monochromatic Colors of #F2866B
Black with #F2866B
Text Example
Text Example
White with #F2866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2866B; }
p { color: rgb(242,134,107); }
H1.HeaderClassName
{
color: #F2866B;
}
.AnyTagClassName
{
color: #F2866B;
}
</style>
background-color css
<style>
a { background-color: #F2866B; }
a { background-color: rgb(242,134,107); }
div.DivClassName
{
background-color: #F2866B;
}
.BgClassName
{
background-color: #F2866B;
}
</style>
border-color css
<style>
span { border-color: #F2866B; }
span { border-color: rgb(242,134,107); }
td.TdClassName
{
border-color: #F2866B;
}
.TagClassName
{
border-color: #F2866B;
}
</style>